aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-06-25 08:48:08 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-25 13:01:11 -0400
commit69755652c92106855b4b096b7c2935b59e6252c6 (patch)
tree099dfc77c2bf177439433783962bba945c15ff80 /fs/Kconfig
parentbd40cddae2211950c81c41f25a818189f80fd0b5 (diff)
[PATCH] Make procfs obligatory except under CONFIG_EMBEDDED
Make procfs non-optional unless EMBEDDED is set, just like sysfs. procfs is already de facto required for a large subset of Linux functionality. Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index ea60e83e7fed..1cdc043922d5 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -776,7 +776,8 @@ endmenu
776menu "Pseudo filesystems" 776menu "Pseudo filesystems"
777 777
778config PROC_FS 778config PROC_FS
779 bool "/proc file system support" 779 bool "/proc file system support" if EMBEDDED
780 default y
780 help 781 help
781 This is a virtual file system providing information about the status 782 This is a virtual file system providing information about the status
782 of the system. "Virtual" means that it doesn't take up any space on 783 of the system. "Virtual" means that it doesn't take up any space on