diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2007-03-21 11:54:04 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-05-11 16:55:51 +0200 |
commit | 97a1dd5bee9edab5172553cbdcfc858393814556 (patch) | |
tree | d75c3791089d115cfa8c9ab0af305f50c9fc5973 /sound/soc/at91 | |
parent | 83c51c0ab08f55468d8f5444ff2f70a36841a21f (diff) | |
download | op-kernel-dev-97a1dd5bee9edab5172553cbdcfc858393814556.zip op-kernel-dev-97a1dd5bee9edab5172553cbdcfc858393814556.tar.gz |
[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/at91')
-rw-r--r-- | sound/soc/at91/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/at91/Kconfig b/sound/soc/at91/Kconfig index a5b2558..e41e75e 100644 --- a/sound/soc/at91/Kconfig +++ b/sound/soc/at91/Kconfig @@ -1,5 +1,3 @@ -menu "SoC Audio for the Atmel AT91" - config SND_AT91_SOC tristate "SoC Audio for the Atmel AT91 System-on-Chip" depends on ARCH_AT91 && SND_SOC @@ -27,5 +25,3 @@ config SND_AT91_SOC_ETI_SLAVE help Say Y if you want to run with the AT91 SSC generating the BCLK and LRC signals on Endrelia boards. - -endmenu |