Title: [4001] trunk/arch/blackfin: add support for BF523/BF524/BF526
Revision
4001
Author
vapier
Date
2007-12-07 20:36:53 -0600 (Fri, 07 Dec 2007)

Log Message

add support for BF523/BF524/BF526

Diffstat

 Kconfig  |   21 ++++++++++++++++++---
 Makefile |    6 ++++++
 2 files changed, 24 insertions(+), 3 deletions(-)

Modified Paths


Diff

Modified: trunk/arch/blackfin/Kconfig (4000 => 4001)


--- trunk/arch/blackfin/Kconfig	2007-12-07 08:20:29 UTC (rev 4000)
+++ trunk/arch/blackfin/Kconfig	2007-12-08 02:36:53 UTC (rev 4001)
@@ -81,11 +81,26 @@
 	help
 	  BF522 Processor Support.
 
+config BF523
+	bool "BF523"
+	help
+	  BF523 Processor Support.
+
+config BF524
+	bool "BF524"
+	help
+	  BF524 Processor Support.
+
 config BF525
 	bool "BF525"
 	help
 	  BF525 Processor Support.
 
+config BF526
+	bool "BF526"
+	help
+	  BF526 Processor Support.
+
 config BF527
 	bool "BF527"
 	help
@@ -194,7 +209,7 @@
 
 config BF52x
 	bool
-	depends on (BF522 || BF525 || BF527)
+	depends on (BF522 || BF523 || BF524 || BF525 || BF526 || BF527)
 	default y
 
 config BF53x
@@ -894,8 +909,8 @@
 	depends on PM_WAKEUP_GPIO_BY_SIC_IWR
 	default 0x80000000 if (BF537 || BF536 || BF534)
 	default 0x100000 if (BF533 || BF532 || BF531)
-	default 0x800000 if (BF549 || BF548 || BF547 || BF542)
-	default 0x800000 if (BF527 || BF524 || BF522)
+	default 0x800000 if (BF54x)
+	default 0x800000 if (BF52x)
 
 config PM_WAKEUP_GPIO_NUMBER
 	int "Wakeup GPIO number"

Modified: trunk/arch/blackfin/Makefile (4000 => 4001)


--- trunk/arch/blackfin/Makefile	2007-12-07 08:20:29 UTC (rev 4000)
+++ trunk/arch/blackfin/Makefile	2007-12-08 02:36:53 UTC (rev 4001)
@@ -21,7 +21,10 @@
 
 # setup the machine name and the machine dependent settings
 machine-$(CONFIG_BF522) := bf527
+machine-$(CONFIG_BF523) := bf527
+machine-$(CONFIG_BF524) := bf527
 machine-$(CONFIG_BF525) := bf527
+machine-$(CONFIG_BF526) := bf527
 machine-$(CONFIG_BF527) := bf527
 machine-$(CONFIG_BF531) := bf533
 machine-$(CONFIG_BF532) := bf533
@@ -39,7 +42,10 @@
 export MACHINE
 
 cpu-$(CONFIG_BF522) := bf522
+cpu-$(CONFIG_BF523) := bf523
+cpu-$(CONFIG_BF524) := bf524
 cpu-$(CONFIG_BF525) := bf525
+cpu-$(CONFIG_BF526) := bf526
 cpu-$(CONFIG_BF527) := bf527
 cpu-$(CONFIG_BF531) := bf531
 cpu-$(CONFIG_BF532) := bf532
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to