Title: [5296] trunk/arch/blackfin: add support for BF52x-0.2, BF533-0.6, and BF54x-0.2
Revision
5296
Author
vapier
Date
2008-09-15 20:33:57 -0500 (Mon, 15 Sep 2008)

Log Message

add support for BF52x-0.2, BF533-0.6, and BF54x-0.2

Modified Paths


Diff

Modified: trunk/arch/blackfin/Kconfig (5295 => 5296)


--- trunk/arch/blackfin/Kconfig	2008-09-16 01:33:33 UTC (rev 5295)
+++ trunk/arch/blackfin/Kconfig	2008-09-16 01:33:57 UTC (rev 5296)
@@ -182,7 +182,7 @@
 
 config BF_REV_0_2
 	bool "0.2"
-	depends on (BF537 || BF536 || BF534)
+	depends on (BF52x || BF537 || BF536 || BF534 || BF54x)
 
 config BF_REV_0_3
 	bool "0.3"
@@ -196,6 +196,10 @@
 	bool "0.5"
 	depends on (BF561 || BF533 || BF532 || BF531)
 
+config BF_REV_0_6
+	bool "0.6"
+	depends on (BF533 || BF532 || BF531)
+
 config BF_REV_ANY
 	bool "any"
 

Modified: trunk/arch/blackfin/Makefile (5295 => 5296)


--- trunk/arch/blackfin/Makefile	2008-09-16 01:33:33 UTC (rev 5295)
+++ trunk/arch/blackfin/Makefile	2008-09-16 01:33:57 UTC (rev 5296)
@@ -67,6 +67,7 @@
 rev-$(CONFIG_BF_REV_0_3)  := 0.3
 rev-$(CONFIG_BF_REV_0_4)  := 0.4
 rev-$(CONFIG_BF_REV_0_5)  := 0.5
+rev-$(CONFIG_BF_REV_0_6)  := 0.6
 rev-$(CONFIG_BF_REV_NONE) := none
 rev-$(CONFIG_BF_REV_ANY)  := any
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to