Title: [9226] trunk: mtd/xip: move XIP/ROM Kconfig to Blackfin arch
Revision
9226
Author
vapier
Date
2010-10-16 21:08:56 -0400 (Sat, 16 Oct 2010)

Log Message

mtd/xip: move XIP/ROM Kconfig to Blackfin arch

the mtd change was declined upstream, so take care of the glue in the Blackfin arch code

Modified Paths

Diff

Modified: trunk/arch/blackfin/Kconfig (9225 => 9226)


--- trunk/arch/blackfin/Kconfig	2010-10-17 00:07:58 UTC (rev 9225)
+++ trunk/arch/blackfin/Kconfig	2010-10-17 01:08:56 UTC (rev 9226)
@@ -931,6 +931,12 @@
 
 endchoice
 
+# Common code uses "ROMKERNEL" or "XIP_KERNEL", so define both
+config XIP_KERNEL
+	bool
+	default y
+	depends on ROMKERNEL
+
 source "mm/Kconfig"
 
 config BFIN_GPTIMERS

Modified: trunk/drivers/mtd/chips/Kconfig (9225 => 9226)


--- trunk/drivers/mtd/chips/Kconfig	2010-10-17 00:07:58 UTC (rev 9225)
+++ trunk/drivers/mtd/chips/Kconfig	2010-10-17 01:08:56 UTC (rev 9226)
@@ -233,7 +233,7 @@
 config MTD_XIP
 	bool "XIP aware MTD support"
 	depends on !SMP && (MTD_CFI_INTELEXT || MTD_CFI_AMDSTD) && EXPERIMENTAL && ARCH_MTD_XIP
-	default y if (XIP_KERNEL || ROMKERNEL)
+	default y if XIP_KERNEL
 	help
 	  This allows MTD support to work with flash memory which is also
 	  used for XIP purposes.  If you're not sure what this is all about
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to