aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorH Hartley Sweeten <hartleys@visionengravers.com>2010-01-05 16:59:58 -0500
committerDavid Woodhouse <David.Woodhouse@intel.com>2010-01-06 08:24:36 -0500
commit7603757993e7ce3e63b2280ccf61d8058b7b2414 (patch)
tree1c742c5e8eac778f16e6b6c522a36b829c9c6568 /drivers/mtd/nand/Kconfig
parent030d2dd450a628b7a8e31e980af3d05854f68edb (diff)
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/Kconfig6
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
95 or in DMA interrupt mode. 95 or in DMA interrupt mode.
96 Say y for DMA mode or MPU mode will be used 96 Say y for DMA mode or MPU mode will be used
97 97
98config MTD_NAND_TS7250
99 tristate "NAND Flash device on TS-7250 board"
100 depends on MACH_TS72XX
101 help
102 Support for NAND flash on Technologic Systems TS-7250 platform.
103
104config MTD_NAND_IDS 98config MTD_NAND_IDS
105 tristate 99 tristate
106 100