commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=b7ab882c4212145893aa78c196eeb6ff62ac12b0 branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/trunk
Signed-off-by: Scott Jiang <[email protected]> --- sound/soc/blackfin/Kconfig | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sound/soc/blackfin/Kconfig b/sound/soc/blackfin/Kconfig index d0a0a63..9ad4e52 100644 --- a/sound/soc/blackfin/Kconfig +++ b/sound/soc/blackfin/Kconfig @@ -20,8 +20,9 @@ config SND_BF6XX_I2S config SND_BF5XX_SOC_SSM2602 tristate "SoC SSM2602 Audio support for BF52x ezkit" - depends on SND_BF5XX_I2S && (SPI_MASTER || I2C) - select SND_BF5XX_SOC_I2S + depends on (SND_BF5XX_I2S || SND_BF6XX_I2S) && (SPI_MASTER || I2C) + select SND_BF5XX_SOC_I2S if SND_BF5XX_I2S + select SND_BF6XX_SOC_I2S if SND_BF6XX_I2S select SND_SOC_SSM2602 help Say Y if you want to add support for SoC audio on BF527-EZKIT. @@ -234,7 +235,7 @@ config SND_BF5XX_SOC_AC97 config SND_BF5XX_SPORT_NUM int "Set a SPORT for Sound chip" - depends on (SND_BF5XX_I2S || SND_BF5XX_AC97 || SND_BF5XX_TDM) + depends on (BLACKFIN && SND_SOC) range 0 3 if BF54x range 0 1 if !BF54x default 0
_______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
