]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ALSA: ASoC: Remove superfluous dependency on SND_SOC
authorTakashi Iwai <tiwai@suse.de>
Mon, 1 Dec 2008 16:56:06 +0000 (17:56 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 1 Dec 2008 17:02:33 +0000 (18:02 +0100)
The dependency on SND_SOC is already fulfilled in sound/soc/Kconfig,
thus no more need in Kconfig of each sub directory.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/blackfin/Kconfig
sound/soc/fsl/Kconfig
sound/soc/omap/Kconfig

index e162cbbd3f3b4e4e5da80df9326a946357b4970a..0a2f8f9eff53f616b32c330f5e1befb7dbf972d2 100644 (file)
@@ -1,6 +1,6 @@
 config SND_BF5XX_I2S
        tristate "SoC I2S Audio for the ADI BF5xx chip"
-       depends on BLACKFIN && SND_SOC
+       depends on BLACKFIN
        help
          Say Y or M if you want to add support for codecs attached to
          the Blackfin SPORT (synchronous serial ports) interface in I2S
@@ -34,7 +34,7 @@ config SND_BFIN_AD73311_SE
 
 config SND_BF5XX_AC97
        tristate "SoC AC97 Audio for the ADI BF5xx chip"
-       depends on BLACKFIN && SND_SOC
+       depends on BLACKFIN
        help
          Say Y or M if you want to add support for codecs attached to
          the Blackfin SPORT (synchronous serial ports) interface in slot 16
index 8d73edc561026d4464f1c12868d5de9505726656..95c12b26fe37c0a3acfdb1ba070facdf02ca4067 100644 (file)
@@ -20,7 +20,7 @@ config SND_SOC_MPC8610_HPCD
 
 config SND_SOC_MPC5200_I2S
        tristate "Freescale MPC5200 PSC in I2S mode driver"
-       depends on SND_SOC && PPC_MPC52xx && PPC_BESTCOMM
+       depends on PPC_MPC52xx && PPC_BESTCOMM
        select SND_SOC_OF_SIMPLE
        select PPC_BESTCOMM_GEN_BD
        help
index 9a869390abb91952eecdebd077dfd51784ee19fb..da39f27c66130208791d211cd7492f934655986c 100644 (file)
@@ -1,6 +1,6 @@
 config SND_OMAP_SOC
        tristate "SoC Audio for the Texas Instruments OMAP chips"
-       depends on ARCH_OMAP && SND_SOC
+       depends on ARCH_OMAP
 
 config SND_OMAP_SOC_MCBSP
        tristate