Title: [7865] trunk/arch/blackfin: [#5694] switch from _BF54x to BF54x_core to make kconfig happy
Revision
7865
Author
vapier
Date
2009-11-24 15:34:27 -0500 (Tue, 24 Nov 2009)

Log Message

[#5694] switch from _BF54x to BF54x_core to make kconfig happy

Modified Paths

Diff

Modified: trunk/arch/blackfin/Kconfig (7864 => 7865)


--- trunk/arch/blackfin/Kconfig	2009-11-24 19:49:06 UTC (rev 7864)
+++ trunk/arch/blackfin/Kconfig	2009-11-24 20:34:27 UTC (rev 7865)
@@ -176,7 +176,7 @@
 	help
 	  BF539 Processor Support.
 
-config _BF542
+config BF542_std
 	bool "BF542"
 	help
 	  BF542 Processor Support.
@@ -186,7 +186,7 @@
 	help
 	  BF542 Processor Support.
 
-config _BF544
+config BF544_std
 	bool "BF544"
 	help
 	  BF544 Processor Support.
@@ -196,7 +196,7 @@
 	help
 	  BF544 Processor Support.
 
-config _BF547
+config BF547_std
 	bool "BF547"
 	help
 	  BF547 Processor Support.
@@ -206,7 +206,7 @@
 	help
 	  BF547 Processor Support.
 
-config _BF548
+config BF548_std
 	bool "BF548"
 	help
 	  BF548 Processor Support.
@@ -216,7 +216,7 @@
 	help
 	  BF548 Processor Support.
 
-config _BF549
+config BF549_std
 	bool "BF549"
 	help
 	  BF549 Processor Support.

Modified: trunk/arch/blackfin/configs/BF548-EZKIT_defconfig (7864 => 7865)


--- trunk/arch/blackfin/configs/BF548-EZKIT_defconfig	2009-11-24 19:49:06 UTC (rev 7864)
+++ trunk/arch/blackfin/configs/BF548-EZKIT_defconfig	2009-11-24 20:34:27 UTC (rev 7865)
@@ -169,7 +169,7 @@
 # CONFIG_BF544M is not set
 # CONFIG_BF547 is not set
 # CONFIG_BF547M is not set
-CONFIG__BF548=y
+CONFIG_BF548_std=y
 # CONFIG_BF548M is not set
 # CONFIG_BF549 is not set
 # CONFIG_BF549M is not set

Modified: trunk/arch/blackfin/configs/CM-BF548_defconfig (7864 => 7865)


--- trunk/arch/blackfin/configs/CM-BF548_defconfig	2009-11-24 19:49:06 UTC (rev 7864)
+++ trunk/arch/blackfin/configs/CM-BF548_defconfig	2009-11-24 20:34:27 UTC (rev 7865)
@@ -155,7 +155,7 @@
 # CONFIG_BF544M is not set
 # CONFIG_BF547 is not set
 # CONFIG_BF547M is not set
-CONFIG__BF548=y
+CONFIG_BF548_std=y
 # CONFIG_BF548M is not set
 # CONFIG_BF549 is not set
 # CONFIG_BF549M is not set

Modified: trunk/arch/blackfin/mach-bf548/Kconfig (7864 => 7865)


--- trunk/arch/blackfin/mach-bf548/Kconfig	2009-11-24 19:49:06 UTC (rev 7864)
+++ trunk/arch/blackfin/mach-bf548/Kconfig	2009-11-24 20:34:27 UTC (rev 7865)
@@ -1,18 +1,18 @@
 config BF542
 	def_bool y
-	depends on _BF542 || BF542M
+	depends on BF542_std || BF542M
 config BF544
 	def_bool y
-	depends on _BF544 || BF544M
+	depends on BF544_std || BF544M
 config BF547
 	def_bool y
-	depends on _BF547 || BF547M
+	depends on BF547_std || BF547M
 config BF548
 	def_bool y
-	depends on _BF548 || BF548M
+	depends on BF548_std || BF548M
 config BF549
 	def_bool y
-	depends on _BF549 || BF549M
+	depends on BF549_std || BF549M
 
 config BF54xM
 	def_bool y
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to