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/s3c24xx | |
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/s3c24xx')
-rw-r--r-- | sound/soc/s3c24xx/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig index bb6e00a1cf66..044a3712077a 100644 --- a/sound/soc/s3c24xx/Kconfig +++ b/sound/soc/s3c24xx/Kconfig | |||
@@ -1,5 +1,3 @@ | |||
1 | menu "SoC Audio for the Samsung S3C24XX" | ||
2 | |||
3 | config SND_S3C24XX_SOC | 1 | config SND_S3C24XX_SOC |
4 | tristate "SoC Audio for the Samsung S3C24XX chips" | 2 | tristate "SoC Audio for the Samsung S3C24XX chips" |
5 | depends on ARCH_S3C2410 && SND_SOC | 3 | depends on ARCH_S3C2410 && SND_SOC |
@@ -10,6 +8,3 @@ config SND_S3C24XX_SOC | |||
10 | 8 | ||
11 | config SND_S3C24XX_SOC_I2S | 9 | config SND_S3C24XX_SOC_I2S |
12 | tristate | 10 | tristate |
13 | |||
14 | endmenu | ||
15 | |||