mtd/drivers/mtd/maps Kconfig,1.10,1.11
David Woodhouse
dwmw2 at infradead.org
Wed May 28 11:16:58 EDT 2003
Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv999
Modified Files:
Kconfig
Log Message:
Make PCMCIA map driver depend on MTD_COMPLEX_MAPPINGS
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Kconfig,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Kconfig 28 May 2003 11:34:44 -0000 1.10
+++ Kconfig 28 May 2003 15:16:56 -0000 1.11
@@ -458,7 +458,7 @@
# This needs CFI or JEDEC, depending on the cards found.
config MTD_PCI
tristate "PCI MTD driver"
- depends on MTD && PCI
+ depends on MTD && PCI && MTD_COMPLEX_MAPPINGS
help
Mapping for accessing flash devices on add-in cards like the Intel XScale
IQ80310 card, and the Intel EBSA285 card in blank ROM programming mode
@@ -468,7 +468,7 @@
config MTD_PCMCIA
tristate "PCMCIA MTD driver"
- depends on MTD && PCMCIA
+ depends on MTD && PCMCIA && MTD_COMPLEX_MAPPINGS
help
Map driver for accessing PCMCIA linear flash memory cards. These
cards are usually around 4-16MiB in size. This does not include
More information about the linux-mtd-cvs
mailing list