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 288bad30b213..e7dab5bdc6b2 100644 --- a/sound/soc/Kconfig +++ b/sound/soc/Kconfig | |||
@@ -19,6 +19,12 @@ config SND_SOC | |||
19 | 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 |
20 | will be called snd-soc-core. | 20 | will be called snd-soc-core. |
21 | 21 | ||
22 | # All the supported Soc's | ||
23 | menu "SoC Platforms" | ||
24 | depends on SND_SOC | ||
25 | source "sound/soc/at91/Kconfig" | ||
26 | endmenu | ||
27 | |||
22 | # Supported codecs | 28 | # Supported codecs |
23 | source "sound/soc/codecs/Kconfig" | 29 | source "sound/soc/codecs/Kconfig" |
24 | 30 | ||