aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/Kconfig
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-12-01 17:56:06 +0100
committerTakashi Iwai <tiwai@suse.de>2008-12-01 18:02:33 +0100
commit2caf6a1f9c8bcdc81ba580cfbf512d073c9444be (patch)
tree2982e9bbcb053a7a74577f35c20be1e6bd2e2b00 /sound/soc/fsl/Kconfig
parentMerge branch 'upstream' into topic/asoc (diff)
downloadlinux-dev-2caf6a1f9c8bcdc81ba580cfbf512d073c9444be.tar.xz
linux-dev-2caf6a1f9c8bcdc81ba580cfbf512d073c9444be.zip
ALSA: ASoC: Remove superfluous dependency on SND_SOC
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>
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r--sound/soc/fsl/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
index 8d73edc56102..95c12b26fe37 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -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