Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f324277c authored by Mike Frysinger's avatar Mike Frysinger Committed by David Woodhouse
Browse files

[MTD] [MAPS] Maps: make uclinux mapping driver depend on MTD_RAM



...since it only probes that

Signed-off-by: default avatarMike Frysinger <vapier.adi@gmail.com>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 4ab13943
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.