diff options
author | Dmitry Artamonow <mad_soft@inbox.ru> | 2009-10-13 07:34:54 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-10-17 10:41:26 -0400 |
commit | 9729b260ea5ef4b2c5de0643a7b764b408e275b1 (patch) | |
tree | 4b390a369232ff0076da9f14ffe7f9d3b09b24c8 /drivers/mtd/maps/Kconfig | |
parent | d4702669b0b64b8fa7c91123639ec20d9592ee43 (diff) |
mtd: maps: remove obsolete ipaq-flash driver
This driver seems to be obsolete and broken for a long time.
It depends on CONFIG_IPAQ_HANDHELD that simply doesn't exists
anywhere in kernel. Also, it seems that none of machines it
claims to support have any use of it:
SA11xx-based iPAQs (h3100/h3600) use sa1100-flash
iPAQ h5000 uses physmap-flash
Jornada 720 uses sa1100-flash
Jornada 560 and iPAQ h1910 are not in mainline
Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 0fc67a2c5783..c7e97cf4c77e 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig | |||
@@ -361,12 +361,6 @@ config MTD_SA1100 | |||
361 | the SA1100 and SA1110, including the Assabet and the Compaq iPAQ. | 361 | the SA1100 and SA1110, including the Assabet and the Compaq iPAQ. |
362 | If you have such a board, say 'Y'. | 362 | If you have such a board, say 'Y'. |
363 | 363 | ||
364 | config MTD_IPAQ | ||
365 | tristate "CFI Flash device mapped on Compaq/HP iPAQ" | ||
366 | depends on IPAQ_HANDHELD && MTD_CFI | ||
367 | help | ||
368 | This provides a driver for the on-board flash of the iPAQ. | ||
369 | |||
370 | config MTD_DC21285 | 364 | config MTD_DC21285 |
371 | tristate "CFI Flash device mapped on DC21285 Footbridge" | 365 | tristate "CFI Flash device mapped on DC21285 Footbridge" |
372 | depends on MTD_CFI && ARCH_FOOTBRIDGE && MTD_COMPLEX_MAPPINGS | 366 | depends on MTD_CFI && ARCH_FOOTBRIDGE && MTD_COMPLEX_MAPPINGS |