diff options
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 62ba82c396c2..3ed17c4d4358 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig | |||
@@ -429,7 +429,7 @@ config MTD_GPIO_ADDR | |||
429 | 429 | ||
430 | config MTD_UCLINUX | 430 | config MTD_UCLINUX |
431 | bool "Generic uClinux RAM/ROM filesystem support" | 431 | bool "Generic uClinux RAM/ROM filesystem support" |
432 | depends on MTD_RAM=y && (!MMU || COLDFIRE) | 432 | depends on (MTD_RAM=y || MTD_ROM=y) && (!MMU || COLDFIRE) |
433 | help | 433 | help |
434 | Map driver to support image based filesystems for uClinux. | 434 | Map driver to support image based filesystems for uClinux. |
435 | 435 | ||