Loading...
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig SND_AOA
3 tristate "Apple Onboard Audio driver"
4 depends on PPC_PMAC
5 select SND_PCM
6 help
7 This option enables the new driver for the various
8 Apple Onboard Audio components.
9
10if SND_AOA
11
12source "sound/aoa/fabrics/Kconfig"
13
14source "sound/aoa/codecs/Kconfig"
15
16source "sound/aoa/soundbus/Kconfig"
17
18endif # SND_AOA
1menuconfig SND_AOA
2 tristate "Apple Onboard Audio driver"
3 depends on PPC_PMAC
4 select SND_PCM
5 ---help---
6 This option enables the new driver for the various
7 Apple Onboard Audio components.
8
9if SND_AOA
10
11source "sound/aoa/fabrics/Kconfig"
12
13source "sound/aoa/codecs/Kconfig"
14
15source "sound/aoa/soundbus/Kconfig"
16
17endif # SND_AOA