Title: [6729] trunk/arch/blackfin/Kconfig: allow people to build the kernel for bf51x-0.1
Revision
6729
Author
vapier
Date
2009-06-15 11:21:44 -0500 (Mon, 15 Jun 2009)

Log Message

allow people to build the kernel for bf51x-0.1

Modified Paths


Diff

Modified: trunk/arch/blackfin/Kconfig (6728 => 6729)


--- trunk/arch/blackfin/Kconfig	2009-06-15 12:50:02 UTC (rev 6728)
+++ trunk/arch/blackfin/Kconfig	2009-06-15 16:21:44 UTC (rev 6729)
@@ -274,7 +274,7 @@
 
 config BF_REV_0_1
 	bool "0.1"
-	depends on (BF52x || (BF54x && !BF54xM))
+	depends on (BF51x || BF52x || (BF54x && !BF54xM))
 
 config BF_REV_0_2
 	bool "0.2"
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to