diff options
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 9 |
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 | ||
4 | menu "Mapping drivers for chip access" | 4 | menu "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 | ||
217 | config 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 | |||
217 | config MTD_DILNETPC | 224 | config 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 |