diff options
author | H Hartley Sweeten <hartleys@visionengravers.com> | 2010-01-06 00:59:58 +0300 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-01-06 16:24:36 +0300 |
commit | 7603757993e7ce3e63b2280ccf61d8058b7b2414 (patch) | |
tree | 1c742c5e8eac778f16e6b6c522a36b829c9c6568 /drivers/mtd/nand/Kconfig | |
parent | 030d2dd450a628b7a8e31e980af3d05854f68edb (diff) | |
download | linux-7603757993e7ce3e63b2280ccf61d8058b7b2414.tar.xz |
mtd: Remove now-defunct ts7250 nand driver
The ts72xx platform has been updated to use the generic platform nand
driver (plat_nand.c). This removes the now-defunct ts7250.c nand driver.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Matthieu Crapet <mcrapet@gmail.com>
Cc: Jesse Off <joff@embeddedARM.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 2dcbccb50da7..318ef2f2194f 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -95,12 +95,6 @@ config MTD_NAND_OMAP_PREFETCH_DMA or in DMA interrupt mode. Say y for DMA mode or MPU mode will be used -config MTD_NAND_TS7250 - tristate "NAND Flash device on TS-7250 board" - depends on MACH_TS72XX - help - Support for NAND flash on Technologic Systems TS-7250 platform. - config MTD_NAND_IDS tristate |