aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-06-09 06:37:18 -0400
committerDavid Woodhouse <David.Woodhouse@intel.com>2009-09-19 14:47:12 -0400
commit1b533d227e5f8356d2f009f90b8c8c1f02eb71b8 (patch)
tree4df753d98b42d68977dcae3523b63de8c46167e6 /drivers/mtd/maps
parent3ff230a742b8fc196c1fe69875a57a429877cacb (diff)
mtd/maps: uclinux: depend on MTD_RAM being built into the kernel
If MTD_RAM is built as a module, the uClinux map does not work since it can only be built in to the kernel. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/maps')
-rw-r--r--drivers/mtd/maps/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig
index 7a58bd5522fd..0f314eb430c1 100644
--- a/drivers/mtd/maps/Kconfig
+++ b/drivers/mtd/maps/Kconfig
@@ -486,7 +486,7 @@ config MTD_BFIN_ASYNC
486 486
487config MTD_UCLINUX 487config MTD_UCLINUX
488 bool "Generic uClinux RAM/ROM filesystem support" 488 bool "Generic uClinux RAM/ROM filesystem support"
489 depends on MTD_PARTITIONS && MTD_RAM && !MMU 489 depends on MTD_PARTITIONS && MTD_RAM=y && !MMU
490 help 490 help
491 Map driver to support image based filesystems for uClinux. 491 Map driver to support image based filesystems for uClinux.
492 492