mtd/drivers/mtd/chips Kconfig,1.11,1.12
Nicolas Pitre
nico at infradead.org
Wed Dec 1 09:52:20 EST 2004
Update of /home/cvs/mtd/drivers/mtd/chips
In directory phoenix.infradead.org:/tmp/cvs-serv19789/drivers/mtd/chips
Modified Files:
Kconfig
Log Message:
fix a Kconfig dependency to prevent too much grief for the brave on lkml
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/chips/Kconfig,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Kconfig 29 Nov 2004 22:40:44 -0000 1.11
+++ Kconfig 1 Dec 2004 14:52:17 -0000 1.12
@@ -275,8 +275,7 @@
config MTD_XIP
bool "XIP aware MTD support"
- depends on !SMP && MTD_CFI_INTELEXT && EXPERIMENTAL
- default y if XIP_KERNEL
+ depends on XIP_KERNEL && !SMP && MTD_CFI_INTELEXT && EXPERIMENTAL
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