Title: [5283] trunk/sound/soc/blackfin/Kconfig: tweak SPORT range for non-BF54x so we get proper behavior for BF52x parts
Revision
5283
Author
vapier
Date
2008-09-11 10:07:12 -0500 (Thu, 11 Sep 2008)

Log Message

tweak SPORT range for non-BF54x so we get proper behavior for BF52x parts

Modified Paths

Diff

Modified: trunk/sound/soc/blackfin/Kconfig (5282 => 5283)


--- trunk/sound/soc/blackfin/Kconfig	2008-09-11 14:29:19 UTC (rev 5282)
+++ trunk/sound/soc/blackfin/Kconfig	2008-09-11 15:07:12 UTC (rev 5283)
@@ -64,7 +64,7 @@
 	int "Set a SPORT for Sound chip"
 	depends on (SND_BF5XX_I2S || SND_BF5XX_AC97)
 	range 0 3 if BF54x
-	range 0 1 if (BF53x || BF561)
+	range 0 1 if !BF54x
 	default 0
 	help
 	  Set the correct SPORT for sound chip.
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to