commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=c93a327d232616fff1a973a935d4756bb2ab47de branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/trunk-next
The previous commit converting AD1836 to the mainline version accidentally modified the AD193X dependency as well. Reported-by: Scott Jiang <[email protected]> Signed-off-by: Mike Frysinger <[email protected]> --- sound/soc/blackfin/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sound/soc/blackfin/Kconfig b/sound/soc/blackfin/Kconfig index 039fca0..871308f 100644 --- a/sound/soc/blackfin/Kconfig +++ b/sound/soc/blackfin/Kconfig @@ -96,7 +96,7 @@ config SND_BF5XX_SOC_AD1836 config SND_BF5XX_SOC_AD193X tristate "SoC AD193X Audio support for Blackfin" - depends on SND_BF5XX_TDM + depends on SND_BF5XX_TDM && (SPI_MASTER || I2C) select SND_BF5XX_SOC_TDM select SND_SOC_AD193X help
_______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
