From: Mike Frysinger Date: Tue, 9 Jun 2009 10:37:18 +0000 (+0000) Subject: mtd/maps: uclinux: depend on MTD_RAM being built into the kernel X-Git-Tag: v2.6.32-rc1~160^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b533d227e5f8356d2f009f90b8c8c1f02eb71b8;p=platform%2Fkernel%2Flinux-exynos.git 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 Signed-off-by: David Woodhouse --- diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 7a58bd5..0f314eb 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig @@ -486,7 +486,7 @@ config MTD_BFIN_ASYNC 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.