OSDN Git Service

mtd: uclinux: support ROM and allow passing the base address
[android-x86/kernel.git] / drivers / mtd / maps / Kconfig
index 62ba82c..3ed17c4 100644 (file)
@@ -429,7 +429,7 @@ config MTD_GPIO_ADDR
 
 config MTD_UCLINUX
        bool "Generic uClinux RAM/ROM filesystem support"
-       depends on MTD_RAM=y && (!MMU || COLDFIRE)
+       depends on (MTD_RAM=y || MTD_ROM=y) && (!MMU || COLDFIRE)
        help
          Map driver to support image based filesystems for uClinux.