diff options
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 7a58bd5522fd..3a9a960644b6 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig | |||
@@ -484,9 +484,19 @@ config MTD_BFIN_ASYNC | |||
484 | 484 | ||
485 | If compiled as a module, it will be called bfin-async-flash. | 485 | If compiled as a module, it will be called bfin-async-flash. |
486 | 486 | ||
487 | config MTD_GPIO_ADDR | ||
488 | tristate "GPIO-assisted Flash Chip Support" | ||
489 | depends on MTD_COMPLEX_MAPPINGS | ||
490 | select MTD_PARTITIONS | ||
491 | help | ||
492 | Map driver which allows flashes to be partially physically addressed | ||
493 | and assisted by GPIOs. | ||
494 | |||
495 | If compiled as a module, it will be called gpio-addr-flash. | ||
496 | |||
487 | config MTD_UCLINUX | 497 | config MTD_UCLINUX |
488 | bool "Generic uClinux RAM/ROM filesystem support" | 498 | bool "Generic uClinux RAM/ROM filesystem support" |
489 | depends on MTD_PARTITIONS && MTD_RAM && !MMU | 499 | depends on MTD_PARTITIONS && MTD_RAM=y && !MMU |
490 | help | 500 | help |
491 | Map driver to support image based filesystems for uClinux. | 501 | Map driver to support image based filesystems for uClinux. |
492 | 502 | ||