diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2009-03-04 15:01:34 -0500 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-03-20 14:11:20 -0400 |
commit | 610f75e74b636f933bc3e379a88a10f883b91332 (patch) | |
tree | 16255acdf1aaf3cf3a02363abe24cd872152ac8e /drivers/mtd/maps/Kconfig | |
parent | 64fb65baffa5b8f6f2eb3f628dec43c22cd1031f (diff) |
[MTD] RBTX4939 map driver
This is a map driver for NOR flash chips on RBTX4939 board.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Cc: Ralf Bächle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
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, 6 insertions, 0 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 043d50fb6ef6..a0da8e243cc4 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig | |||
@@ -542,6 +542,12 @@ config MTD_INTEL_VR_NOR | |||
542 | Map driver for a NOR flash bank located on the Expansion Bus of the | 542 | Map driver for a NOR flash bank located on the Expansion Bus of the |
543 | Intel Vermilion Range chipset. | 543 | Intel Vermilion Range chipset. |
544 | 544 | ||
545 | config MTD_RBTX4939 | ||
546 | tristate "Map driver for RBTX4939 board" | ||
547 | depends on TOSHIBA_RBTX4939 && MTD_CFI && MTD_COMPLEX_MAPPINGS | ||
548 | help | ||
549 | Map driver for NOR flash chips on RBTX4939 board. | ||
550 | |||
545 | config MTD_PLATRAM | 551 | config MTD_PLATRAM |
546 | tristate "Map driver for platform device RAM (mtd-ram)" | 552 | tristate "Map driver for platform device RAM (mtd-ram)" |
547 | select MTD_RAM | 553 | select MTD_RAM |