summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-06-23 09:04:08 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-23 14:42:55 (GMT)
commit0c426f26cce71626ed39cd7b9496ea7f460ea9d0 (patch)
treedcff54163aaf2b5dc5b7e424622df3c5841587b5 /fs
parentbe2338f3ceb6d80170ebb495190d6aee79d8c7e3 (diff)
downloadlinux-fsl-qoriq-0c426f26cce71626ed39cd7b9496ea7f460ea9d0.tar.xz
[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 <viro@zeniv.linux.org.uk> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs')
-rw-r--r--fs/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 20f9b55..2aa4624 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