Skip to content

Commit 568494d

Browse files
arndbmiquelraynal
authored andcommitted
mtd: remove tmio_nand driver
With the TMIO MFD drivers gone, the NAND support is also obsolete and can be removed. Cc: Miquel Raynal <miquel.raynal@bootlin.com> Cc: Richard Weinberger <richard@nod.at> Cc: Vignesh Raghavendra <vigneshr@ti.com> Cc: linux-mtd@lists.infradead.org Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
1 parent 718004a commit 568494d

3 files changed

Lines changed: 0 additions & 541 deletions

File tree

drivers/mtd/nand/raw/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -193,13 +193,6 @@ config MTD_NAND_PASEMI
193193
Enables support for NAND Flash interface on PA Semi PWRficient
194194
based boards
195195

196-
config MTD_NAND_TMIO
197-
tristate "Toshiba Mobile IO NAND controller"
198-
depends on MFD_TMIO
199-
help
200-
Support for NAND flash connected to a Toshiba Mobile IO
201-
Controller in some PDAs, including the Sharp SL6000x.
202-
203196
source "drivers/mtd/nand/raw/brcmnand/Kconfig"
204197

205198
config MTD_NAND_BCM47XXNFLASH

drivers/mtd/nand/raw/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ omap2_nand-objs := omap2.o
2323
obj-$(CONFIG_MTD_NAND_OMAP2) += omap2_nand.o
2424
obj-$(CONFIG_MTD_NAND_OMAP_BCH_BUILD) += omap_elm.o
2525
obj-$(CONFIG_MTD_NAND_MARVELL) += marvell_nand.o
26-
obj-$(CONFIG_MTD_NAND_TMIO) += tmio_nand.o
2726
obj-$(CONFIG_MTD_NAND_PLATFORM) += plat_nand.o
2827
obj-$(CONFIG_MTD_NAND_PASEMI) += pasemi_nand.o
2928
obj-$(CONFIG_MTD_NAND_ORION) += orion_nand.o

0 commit comments

Comments
 (0)