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

Commit 0c426f26 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] ext2 XIP won't build without MMU



Disable Ext2 XIP if the kernel is configured in no-MMU mode as the former
won't build.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent be2338f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ config EXT2_FS_SECURITY

config EXT2_FS_XIP
	bool "Ext2 execute in place support"
	depends on EXT2_FS
	depends on EXT2_FS && MMU
	help
	  Execute in place can be used on memory-backed block devices. If you
	  enable this option, you can select to mount block devices which are