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