[MTD] Remove bogus PQ2FADS driver
Remove disfunctional driver, which slipped through the review mechanism Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
e2602b347a
commit
72af3b2c5a
2 changed files with 0 additions and 7 deletions
|
@ -538,12 +538,6 @@ config MTD_MPC1211
|
||||||
This enables access to the flash chips on the Interface MPC-1211(CTP/PCI/MPC-SH02).
|
This enables access to the flash chips on the Interface MPC-1211(CTP/PCI/MPC-SH02).
|
||||||
If you have such a board, say 'Y'.
|
If you have such a board, say 'Y'.
|
||||||
|
|
||||||
config MTD_PQ2FADS
|
|
||||||
tristate "JEDEC flash SIMM mapped on PQ2FADS and 8272ADS boards"
|
|
||||||
depends on (ADS8272 || PQ2FADS) && MTD_PARTITIONS && MTD_JEDECPROBE && MTD_PHYSMAP && MTD_CFI_GEOMETRY && MTD_CFI_INTELEXT
|
|
||||||
help
|
|
||||||
This enables access to flash SIMM on PQ2FADS-like boards
|
|
||||||
|
|
||||||
config MTD_OMAP_NOR
|
config MTD_OMAP_NOR
|
||||||
tristate "TI OMAP board mappings"
|
tristate "TI OMAP board mappings"
|
||||||
depends on MTD_CFI && ARCH_OMAP
|
depends on MTD_CFI && ARCH_OMAP
|
||||||
|
|
|
@ -70,6 +70,5 @@ obj-$(CONFIG_MTD_DMV182) += dmv182.o
|
||||||
obj-$(CONFIG_MTD_SHARP_SL) += sharpsl-flash.o
|
obj-$(CONFIG_MTD_SHARP_SL) += sharpsl-flash.o
|
||||||
obj-$(CONFIG_MTD_PLATRAM) += plat-ram.o
|
obj-$(CONFIG_MTD_PLATRAM) += plat-ram.o
|
||||||
obj-$(CONFIG_MTD_OMAP_NOR) += omap_nor.o
|
obj-$(CONFIG_MTD_OMAP_NOR) += omap_nor.o
|
||||||
obj-$(CONFIG_MTD_PQ2FADS) += pq2fads.o
|
|
||||||
obj-$(CONFIG_MTD_MTX1) += mtx-1_flash.o
|
obj-$(CONFIG_MTD_MTX1) += mtx-1_flash.o
|
||||||
obj-$(CONFIG_MTD_TQM834x) += tqm834x.o
|
obj-$(CONFIG_MTD_TQM834x) += tqm834x.o
|
||||||
|
|
Loading…
Reference in a new issue