diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-12-01 17:56:06 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-12-01 18:02:33 +0100 |
commit | 2caf6a1f9c8bcdc81ba580cfbf512d073c9444be (patch) | |
tree | 2982e9bbcb053a7a74577f35c20be1e6bd2e2b00 /sound/soc/blackfin | |
parent | 3af4182cc5be7d5505f9801ee3297373f1872446 (diff) | |
download | linux-3.10-2caf6a1f9c8bcdc81ba580cfbf512d073c9444be.tar.gz linux-3.10-2caf6a1f9c8bcdc81ba580cfbf512d073c9444be.tar.bz2 linux-3.10-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/blackfin')
-rw-r--r-- | sound/soc/blackfin/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/blackfin/Kconfig b/sound/soc/blackfin/Kconfig index e162cbbd3f3..0a2f8f9eff5 100644 --- a/sound/soc/blackfin/Kconfig +++ b/sound/soc/blackfin/Kconfig @@ -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 |