diff options
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2013-03-15 12:57:48 +0100 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2013-04-05 14:15:17 +0200 |
commit | c188a141672e4e3d6428ba53c9b709b8b631d8d5 (patch) | |
tree | e136a70fb97dfec4aa4a18594f793011ee031f90 /drivers/mtd/nand/Kconfig | |
parent | mtd: remove the ppchameleonevb NAND driver (diff) | |
download | linux-c188a141672e4e3d6428ba53c9b709b8b631d8d5.tar.xz linux-c188a141672e4e3d6428ba53c9b709b8b631d8d5.zip |
mtd: remove the h1910 NAND driver
This driver is marked as broken for 2 years, and no one cares to make it
compile and work. Now it is time to zap it.
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.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 e10a66572735..1cca71208340 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -73,12 +73,6 @@ config MTD_NAND_DENALI_SCRATCH_REG_ADDR scratch register here to enable this feature. On Intel Moorestown boards, the scratch register is at 0xFF108018. -config MTD_NAND_H1900 - tristate "iPAQ H1900 flash" - depends on ARCH_PXA && BROKEN - help - This enables the driver for the iPAQ h1900 flash. - config MTD_NAND_GPIO tristate "GPIO NAND Flash driver" depends on GENERIC_GPIO && ARM |