]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/mtd/maps/Kconfig
Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze
[karo-tx-linux.git] / drivers / mtd / maps / Kconfig
index 5b82cd95256773eeaadf95b887c0a6a6b754d5a4..841e085ab74ab198fafe9e801e5a3df2307f0da3 100644 (file)
@@ -484,9 +484,19 @@ config MTD_BFIN_ASYNC
 
          If compiled as a module, it will be called bfin-async-flash.
 
+config MTD_GPIO_ADDR
+       tristate "GPIO-assisted Flash Chip Support"
+       depends on MTD_COMPLEX_MAPPINGS
+       select MTD_PARTITIONS
+       help
+         Map driver which allows flashes to be partially physically addressed
+         and assisted by GPIOs.
+
+         If compiled as a module, it will be called gpio-addr-flash.
+
 config MTD_UCLINUX
        bool "Generic uClinux RAM/ROM filesystem support"
-       depends on MTD_PARTITIONS && MTD_RAM && !MMU
+       depends on MTD_PARTITIONS && MTD_RAM=y && !MMU
        help
          Map driver to support image based filesystems for uClinux.