commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=cab73ae349f2c5d4625bd66c91663425c8773352
branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/2012R1

Also bf5xx i2s driver should't work on bf6xx platform.

Signed-off-by: Scott Jiang <[email protected]>
---
 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 cd19ca4..d0a0a63 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
+	depends on BLACKFIN && !BF60x
 	select SND_BF5XX_SOC_SPORT
 	help
 	  Say Y or M if you want to add support for codecs attached to
@@ -10,7 +10,7 @@ config SND_BF5XX_I2S
 
 config SND_BF6XX_I2S
 	tristate "SoC I2S Audio for the ADI BF6xx chip"
-	depends on BLACKFIN
+	depends on BLACKFIN && BF60x
 	select SND_BF6XX_SOC_SPORT
 	help
 	  Say Y or M if you want to add support for codecs attached to
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to