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-Url: https://git.stricted.de/?a=commitdiff_plain;h=f324277cf70ad284dd99acf5ac5101e32bc8c55b;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.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 3ae76ecc07d..5ea16936216 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.