diff options
Diffstat (limited to 'sound/soc/Kconfig')
-rw-r--r-- | sound/soc/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig index 200709f4b708..288bad30b213 100644 --- a/sound/soc/Kconfig +++ b/sound/soc/Kconfig | |||
@@ -5,6 +5,9 @@ | |||
5 | menu "SoC audio support" | 5 | menu "SoC audio support" |
6 | depends on SND!=n | 6 | depends on SND!=n |
7 | 7 | ||
8 | config SND_SOC_AC97_BUS | ||
9 | bool | ||
10 | |||
8 | config SND_SOC | 11 | config SND_SOC |
9 | tristate "SoC audio support" | 12 | tristate "SoC audio support" |
10 | ---help--- | 13 | ---help--- |
@@ -16,4 +19,7 @@ config SND_SOC | |||
16 | This SoC audio support can also be built as a module. If so, the module | 19 | This SoC audio support can also be built as a module. If so, the module |
17 | will be called snd-soc-core. | 20 | will be called snd-soc-core. |
18 | 21 | ||
22 | # Supported codecs | ||
23 | source "sound/soc/codecs/Kconfig" | ||
24 | |||
19 | endmenu | 25 | endmenu |