From: Mike Frysinger Date: Mon, 22 Sep 2008 21:49:52 +0000 (-0700) Subject: [MTD] [MAPS] Maps: make uclinux mapping driver depend on MTD_RAM X-Git-Tag: upstream/snapshot3+hdmi~21901^2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f324277cf70ad284dd99acf5ac5101e32bc8c55b;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [MTD] [MAPS] Maps: make uclinux mapping driver depend on MTD_RAM ...since it only probes that Signed-off-by: Mike Frysinger Signed-off-by: Bryan Wu Signed-off-by: Andrew Morton Signed-off-by: David Woodhouse --- diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 3ae76ec..5ea1693 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig @@ -491,7 +491,7 @@ config MTD_BFIN_ASYNC config MTD_UCLINUX tristate "Generic uClinux RAM/ROM filesystem support" - depends on MTD_PARTITIONS && !MMU + depends on MTD_PARTITIONS && MTD_RAM && !MMU help Map driver to support image based filesystems for uClinux.