Title: [9085] trunk/arch/blackfin/Kconfig: blackfin: allow 0.2 for bf51x targets
Revision
9085
Author
vapier
Date
2010-08-16 12:18:12 -0400 (Mon, 16 Aug 2010)

Log Message

blackfin: allow 0.2 for bf51x targets

Modified Paths


Diff

Modified: trunk/arch/blackfin/Kconfig (9084 => 9085)


--- trunk/arch/blackfin/Kconfig	2010-08-16 09:31:02 UTC (rev 9084)
+++ trunk/arch/blackfin/Kconfig	2010-08-16 16:18:12 UTC (rev 9085)
@@ -300,7 +300,7 @@
 
 config BF_REV_0_2
 	bool "0.2"
-	depends on (BF52x || BF537 || BF536 || BF534 || (BF54x && !BF54xM))
+	depends on (BF51x || BF52x || BF537 || BF536 || BF534 || (BF54x && !BF54xM))
 
 config BF_REV_0_3
 	bool "0.3"
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to