diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2007-03-21 06:54:04 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-05-11 10:55:51 -0400 |
commit | 97a1dd5bee9edab5172553cbdcfc858393814556 (patch) | |
tree | d75c3791089d115cfa8c9ab0af305f50c9fc5973 /sound/soc/Kconfig | |
parent | 83c51c0ab08f55468d8f5444ff2f70a36841a21f (diff) |
[ALSA] fix SND_SOC Kconfig
The new ALSA 'SOC' support has bogus Kconfig ... it should
not be presenting anything AT91-related except on AT91,
or anything PXA-related except on PXA. Right now, x86
sees both of those menus, as do all other platforms.
This patch removes needless Kconfig layering, and the
related inappropriate choice presentation.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/soc/Kconfig')
-rw-r--r-- | sound/soc/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig index 03e04aecd74c..23a5c3b7e5d5 100644 --- a/sound/soc/Kconfig +++ b/sound/soc/Kconfig | |||
@@ -22,12 +22,9 @@ config SND_SOC | |||
22 | will be called snd-soc-core. | 22 | will be called snd-soc-core. |
23 | 23 | ||
24 | # All the supported Soc's | 24 | # All the supported Soc's |
25 | menu "SoC Platforms" | ||
26 | depends on SND_SOC | ||
27 | source "sound/soc/at91/Kconfig" | 25 | source "sound/soc/at91/Kconfig" |
28 | source "sound/soc/pxa/Kconfig" | 26 | source "sound/soc/pxa/Kconfig" |
29 | source "sound/soc/s3c24xx/Kconfig" | 27 | source "sound/soc/s3c24xx/Kconfig" |
30 | endmenu | ||
31 | 28 | ||
32 | # Supported codecs | 29 | # Supported codecs |
33 | source "sound/soc/codecs/Kconfig" | 30 | source "sound/soc/codecs/Kconfig" |