Commit affd2b3a authored by Linus Torvalds's avatar Linus Torvalds

Make BLKMTD and MTD_PCMCIA broken. They are. Maybe somebody

will stand up and un-break them.
parent 8712017d
......@@ -102,7 +102,7 @@ config MTDRAM_ABS_POS
config MTD_BLKMTD
tristate "MTD emulation using block device"
depends on MTD
depends on MTD && BROKEN
help
This driver allows a block device to appear as an MTD. It would
generally be used in the following cases:
......
......@@ -468,7 +468,7 @@ config MTD_PCI
config MTD_PCMCIA
tristate "PCMCIA MTD driver"
depends on MTD && PCMCIA && MTD_COMPLEX_MAPPINGS
depends on MTD && PCMCIA && MTD_COMPLEX_MAPPINGS && BROKEN
help
Map driver for accessing PCMCIA linear flash memory cards. These
cards are usually around 4-16MiB in size. This does not include
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment