From: Al Viro Date: Fri, 23 Jun 2006 09:04:08 +0000 (-0700) Subject: [PATCH] ext2 XIP won't build without MMU X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0c426f26cce71626ed39cd7b9496ea7f460ea9d0;p=linux-beck.git [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: Al Viro Signed-off-by: David Howells Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/Kconfig b/fs/Kconfig index 20f9b557732d..2aa4624cc018 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -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