diff options
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2013-03-11 12:01:02 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2013-04-05 07:59:42 -0400 |
commit | 83bfc0d1a728ffdd367b169f8fb1594c8423ddd8 (patch) | |
tree | 38a2e00f9ec44c0a2d823b1d6e256a21ab8c82d0 /drivers/mtd/maps/Kconfig | |
parent | 2c319041368ce126a473a123ba0746bac5bd7fe9 (diff) |
mtd: maps: kill the rpxlite map driver
This driver depends on the CONFIG_RPXCLASSIC and CONFIG_RPXLITE symbols, which
are not defined anywhere, and this means that this driver is dead.
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Cc: linux-pcmcia@lists.infradead.org
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: linux-m68k@lists.linux-m68k.org
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 300761f01f7a..3fe3216b9a6e 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig | |||
@@ -284,16 +284,6 @@ config MTD_TQM8XXL | |||
284 | code to communicate with the chips on the TQM8xxL board. More at | 284 | code to communicate with the chips on the TQM8xxL board. More at |
285 | <http://www.denx.de/wiki/PPCEmbedded/>. | 285 | <http://www.denx.de/wiki/PPCEmbedded/>. |
286 | 286 | ||
287 | config MTD_RPXLITE | ||
288 | tristate "CFI Flash device mapped on RPX Lite or CLLF" | ||
289 | depends on MTD_CFI && (RPXCLASSIC || RPXLITE) | ||
290 | help | ||
291 | The RPXLite PowerPC board has CFI-compliant chips mapped in | ||
292 | a strange sparse mapping. This 'mapping' driver supports that | ||
293 | arrangement, allowing the CFI probe and command set driver code | ||
294 | to communicate with the chips on the RPXLite board. More at | ||
295 | <http://www.embeddedplanet.com/>. | ||
296 | |||
297 | config MTD_CFI_FLAGADM | 287 | config MTD_CFI_FLAGADM |
298 | tristate "CFI Flash device mapping on FlagaDM" | 288 | tristate "CFI Flash device mapping on FlagaDM" |
299 | depends on 8xx && MTD_CFI | 289 | depends on 8xx && MTD_CFI |