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 <vapier@gentoo.org> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
committed by
David Woodhouse
parent
3ff230a742
commit
1b533d227e
@@ -486,7 +486,7 @@ config MTD_BFIN_ASYNC
|
|||||||
|
|
||||||
config MTD_UCLINUX
|
config MTD_UCLINUX
|
||||||
bool "Generic uClinux RAM/ROM filesystem support"
|
bool "Generic uClinux RAM/ROM filesystem support"
|
||||||
depends on MTD_PARTITIONS && MTD_RAM && !MMU
|
depends on MTD_PARTITIONS && MTD_RAM=y && !MMU
|
||||||
help
|
help
|
||||||
Map driver to support image based filesystems for uClinux.
|
Map driver to support image based filesystems for uClinux.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user