Skip to content

Commit

Permalink
ALSA: ASoC: Remove superfluous dependency on SND_SOC
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Takashi Iwai committed Dec 1, 2008
1 parent 3af4182 commit 2caf6a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sound/soc/blackfin/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sound/soc/fsl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sound/soc/omap/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2caf6a1

Please sign in to comment.