diff options
Diffstat (limited to 'sound/soc/Kconfig')
-rw-r--r-- | sound/soc/Kconfig | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig index 4dfda6674bec..ef025c66cc66 100644 --- a/sound/soc/Kconfig +++ b/sound/soc/Kconfig | |||
@@ -22,17 +22,16 @@ if SND_SOC | |||
22 | config SND_SOC_AC97_BUS | 22 | config SND_SOC_AC97_BUS |
23 | bool | 23 | bool |
24 | 24 | ||
25 | # All the supported Soc's | 25 | # All the supported SoCs |
26 | source "sound/soc/at32/Kconfig" | 26 | source "sound/soc/atmel/Kconfig" |
27 | source "sound/soc/at91/Kconfig" | ||
28 | source "sound/soc/au1x/Kconfig" | 27 | source "sound/soc/au1x/Kconfig" |
28 | source "sound/soc/blackfin/Kconfig" | ||
29 | source "sound/soc/davinci/Kconfig" | ||
30 | source "sound/soc/fsl/Kconfig" | ||
31 | source "sound/soc/omap/Kconfig" | ||
29 | source "sound/soc/pxa/Kconfig" | 32 | source "sound/soc/pxa/Kconfig" |
30 | source "sound/soc/s3c24xx/Kconfig" | 33 | source "sound/soc/s3c24xx/Kconfig" |
31 | source "sound/soc/sh/Kconfig" | 34 | source "sound/soc/sh/Kconfig" |
32 | source "sound/soc/fsl/Kconfig" | ||
33 | source "sound/soc/davinci/Kconfig" | ||
34 | source "sound/soc/omap/Kconfig" | ||
35 | source "sound/soc/blackfin/Kconfig" | ||
36 | 35 | ||
37 | # Supported codecs | 36 | # Supported codecs |
38 | source "sound/soc/codecs/Kconfig" | 37 | source "sound/soc/codecs/Kconfig" |