[ALSA] soc - Fix dependencies in Kconfig files

Fixed dependencies in Kconfig files of soc drivers.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
Takashi Iwai 2007-03-08 12:53:02 +01:00 committed by Jaroslav Kysela
parent baab1087c6
commit 1fc273b88e
3 changed files with 4 additions and 4 deletions

View File

@ -10,6 +10,8 @@ config SND_SOC_AC97_BUS
config SND_SOC config SND_SOC
tristate "SoC audio support" tristate "SoC audio support"
depends on SND
select SND_PCM
---help--- ---help---
If you want SoC support, you should say Y here and also to the If you want SoC support, you should say Y here and also to the

View File

@ -2,8 +2,7 @@ menu "SoC Audio for the Atmel AT91"
config SND_AT91_SOC config SND_AT91_SOC
tristate "SoC Audio for the Atmel AT91 System-on-Chip" tristate "SoC Audio for the Atmel AT91 System-on-Chip"
depends on ARCH_AT91 && SND depends on ARCH_AT91 && SND_SOC
select SND_PCM
help help
Say Y or M if you want to add support for codecs attached to Say Y or M if you want to add support for codecs attached to
the AT91 SSC interface. You will also need the AT91 SSC interface. You will also need

View File

@ -2,8 +2,7 @@ menu "SoC Audio for the Intel PXA2xx"
config SND_PXA2XX_SOC config SND_PXA2XX_SOC
tristate "SoC Audio for the Intel PXA2xx chip" tristate "SoC Audio for the Intel PXA2xx chip"
depends on ARCH_PXA && SND depends on ARCH_PXA && SND_SOC
select SND_PCM
help help
Say Y or M if you want to add support for codecs attached to Say Y or M if you want to add support for codecs attached to
the PXA2xx AC97, I2S or SSP interface. You will also need the PXA2xx AC97, I2S or SSP interface. You will also need