diff options
Diffstat (limited to 'sound/aoa/Kconfig')
-rw-r--r-- | sound/aoa/Kconfig | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sound/aoa/Kconfig b/sound/aoa/Kconfig index 5d5813cec4c8..c081e18b9540 100644 --- a/sound/aoa/Kconfig +++ b/sound/aoa/Kconfig | |||
@@ -1,18 +1,17 @@ | |||
1 | menu "Apple Onboard Audio driver" | 1 | menuconfig SND_AOA |
2 | depends on SND!=n && PPC_PMAC | ||
3 | |||
4 | config SND_AOA | ||
5 | tristate "Apple Onboard Audio driver" | 2 | tristate "Apple Onboard Audio driver" |
6 | depends on SND | 3 | depends on PPC_PMAC |
7 | select SND_PCM | 4 | select SND_PCM |
8 | ---help--- | 5 | ---help--- |
9 | This option enables the new driver for the various | 6 | This option enables the new driver for the various |
10 | Apple Onboard Audio components. | 7 | Apple Onboard Audio components. |
11 | 8 | ||
9 | if SND_AOA | ||
10 | |||
12 | source "sound/aoa/fabrics/Kconfig" | 11 | source "sound/aoa/fabrics/Kconfig" |
13 | 12 | ||
14 | source "sound/aoa/codecs/Kconfig" | 13 | source "sound/aoa/codecs/Kconfig" |
15 | 14 | ||
16 | source "sound/aoa/soundbus/Kconfig" | 15 | source "sound/aoa/soundbus/Kconfig" |
17 | 16 | ||
18 | endmenu | 17 | endif # SND_AOA |