Commit 81dc6cfd authored by David Howells's avatar David Howells Committed by Linus Torvalds

[PATCH] Make /proc/kcore conditional on CONFIG_MMU

The attached patch makes the presence of /proc/kcore conditional on CONFIG_MMU
being configured on.
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 2c2b4c91
......@@ -820,7 +820,7 @@ config PROC_FS
config PROC_KCORE
bool "/proc/kcore support" if !ARM
depends on PROC_FS
depends on PROC_FS && MMU
config SYSFS
bool "sysfs file system support" if EMBEDDED
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment