mtd/drivers/mtd/chips Kconfig,1.12,1.13

Nicolas Pitre nico at infradead.org
Wed Dec 1 10:49:12 EST 2004


Update of /home/cvs/mtd/drivers/mtd/chips
In directory phoenix.infradead.org:/tmp/cvs-serv20096/drivers/mtd/chips

Modified Files:
	Kconfig 
Log Message:
allows MTD XIP to compile on every target with a fallback to reduced
responsiveness, and warn about it.


Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/chips/Kconfig,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Kconfig	1 Dec 2004 14:52:17 -0000	1.12
+++ Kconfig	1 Dec 2004 15:49:10 -0000	1.13
@@ -275,7 +275,8 @@
 
 config MTD_XIP
 	bool "XIP aware MTD support"
-	depends on XIP_KERNEL && !SMP && MTD_CFI_INTELEXT && EXPERIMENTAL
+	depends on !SMP && MTD_CFI_INTELEXT && EXPERIMENTAL
+	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





More information about the linux-mtd-cvs mailing list