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

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

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: default avatarMike Frysinger <vapier@gentoo.org>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 3ff230a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.