Title: [8166] trunk/drivers/mtd/chips/Kconfig: mtd-chip: some architectures use ROMKERNEL to describe kernel XIP
Revision
8166
Author
bhsong
Date
2010-01-14 22:01:59 -0500 (Thu, 14 Jan 2010)

Log Message

mtd-chip: some architectures use ROMKERNEL to describe kernel XIP

Modified Paths


Diff

Modified: trunk/drivers/mtd/chips/Kconfig (8165 => 8166)


--- trunk/drivers/mtd/chips/Kconfig	2010-01-15 03:00:53 UTC (rev 8165)
+++ trunk/drivers/mtd/chips/Kconfig	2010-01-15 03:01:59 UTC (rev 8166)
@@ -235,7 +235,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
+	default y if (XIP_KERNEL || ROMKERNEL)
 	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