aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/Kconfig
diff options
context:
space:
mode:
authorJoern Engel <joern@wohnheim.fh-wedel.de>2005-09-18 06:46:45 -0400
committerThomas Gleixner <tglx@mtd.linutronix.de>2005-11-06 15:58:57 -0500
commitb523b3bac3a745fefd6f604082f2ffa09b808e5e (patch)
tree9eb77323c6fe5e7d660d21928808aaf86d377c9f /drivers/mtd/maps/Kconfig
parent34c0e906718fa2f85b54b937f79bffdca48ee864 (diff)
[MTD] maps: Add support for MTX-1 Flash device
Add support for "4G Systems MTX-1 Flash device", better known as meshcube. From: Bruno Randolf <bruno.randolf@4g-systems.biz> Signed-off-by: Joern Engel <joern@wohnheim.fh-wedel.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r--drivers/mtd/maps/Kconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig
index 8e3e93d62525..7f1ce08fb7b1 100644
--- a/drivers/mtd/maps/Kconfig
+++ b/drivers/mtd/maps/Kconfig
@@ -1,5 +1,5 @@
1# drivers/mtd/maps/Kconfig 1# drivers/mtd/maps/Kconfig
2# $Id: Kconfig,v 1.58 2005/09/14 19:14:13 tpoynor Exp $ 2# $Id: Kconfig,v 1.59 2005/09/18 10:46:41 joern Exp $
3 3
4menu "Mapping drivers for chip access" 4menu "Mapping drivers for chip access"
5 depends on MTD!=n 5 depends on MTD!=n
@@ -214,6 +214,13 @@ config MTD_ALCHEMY
214 help 214 help
215 Flash memory access on AMD Alchemy Pb/Db/RDK Reference Boards 215 Flash memory access on AMD Alchemy Pb/Db/RDK Reference Boards
216 216
217config MTD_MTX1
218 tristate "4G Systems MTX-1 Flash device"
219 depends on MIPS && MIPS_MTX1
220 help
221 Flash memory access on 4G Systems MTX-1 Board. If you have one of
222 these boards and would like to use the flash chips on it, say 'Y'.
223
217config MTD_DILNETPC 224config MTD_DILNETPC
218 tristate "CFI Flash device mapped on DIL/Net PC" 225 tristate "CFI Flash device mapped on DIL/Net PC"
219 depends on X86 && MTD_CONCAT && MTD_PARTITIONS && MTD_CFI_INTELEXT 226 depends on X86 && MTD_CONCAT && MTD_PARTITIONS && MTD_CFI_INTELEXT