]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ALSA] soc - Fix dependencies in Kconfig files
authorTakashi Iwai <tiwai@suse.de>
Thu, 8 Mar 2007 11:53:02 +0000 (12:53 +0100)
committerJaroslav Kysela <perex@suse.cz>
Wed, 14 Mar 2007 07:24:16 +0000 (08:24 +0100)
Fixed dependencies in Kconfig files of soc drivers.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/soc/Kconfig
sound/soc/at91/Kconfig
sound/soc/pxa/Kconfig

index ec821a57f8432c9742c285fb54d549b09f4f5df1..dccaa4be679edb2321b832ecf6645d7c4aa2503f 100644 (file)
@@ -10,6 +10,8 @@ config SND_SOC_AC97_BUS
 
 config SND_SOC
        tristate "SoC audio support"
+       depends on SND
+       select SND_PCM
        ---help---
 
          If you want SoC support, you should say Y here and also to the
index 5bcf08b728b0eed71e17335cc2d6e91fa46b3446..a5b2558916c1124eb0d9a3c2017f32920873d24a 100644 (file)
@@ -2,8 +2,7 @@ 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
-       select SND_PCM
+       depends on ARCH_AT91 && SND_SOC
        help
          Say Y or M if you want to add support for codecs attached to
          the AT91 SSC interface. You will also need
index 579e1c8d2b28946f6341fb9bf9a9e64f28a11c99..b9ab3b8e1d3ecdff0aec3ec1823e1c6f3f5e19dd 100644 (file)
@@ -2,8 +2,7 @@ menu "SoC Audio for the Intel PXA2xx"
 
 config SND_PXA2XX_SOC
        tristate "SoC Audio for the Intel PXA2xx chip"
-       depends on ARCH_PXA && SND
-       select SND_PCM
+       depends on ARCH_PXA && SND_SOC
        help
          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