patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / drivers / mtd / maps / Kconfig
index 7b6da6a..03d39d7 100644 (file)
@@ -404,6 +404,15 @@ config MTD_IQ80310
          IQ80310 evaluation board. If you have one of these boards and would 
          like to use the flash chips on it, say 'Y'.
 
+config MTD_IXP4XX
+       tristate "CFI Flash device mapped on Intel IXP4xx based systems"
+       depends on ARM && MTD_CFI && MTD_COMPLEX_MAPPINGS && ARCH_IXP4XX
+       help
+         This eables MTD access to flash devices on platforms based 
+         on Intel's IXP4xx family of network processors such as the
+         IXDP425 and Coyote. If you have an IXP4xx based board and
+         would like to use the flash chips on it, say 'Y'.
+
 config MTD_EPXA10DB
        tristate "CFI Flash device mapped on Epxa10db"
        depends on ARM && MTD_CFI && MTD_PARTITIONS && ARCH_CAMELOT
@@ -480,5 +489,13 @@ config MTD_UCLINUX
        help
          Map driver to support image based filesystems for uClinux.
 
+config MTD_WRSBC8260
+       tristate "Map driver for WindRiver PowerQUICC II MPC82xx board"
+       depends on MTD_PARTITIONS && SBC82xx
+       help
+         Map driver for WindRiver PowerQUICC II MPC82xx board. Drives
+         all three flash regions on CS0, CS1 and CS6 if they are configured
+         correctly by the boot loader.
+
 endmenu