提交 69755652 编写于 作者: H H. Peter Anvin 提交者: Linus Torvalds

[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: NH. Peter Anvin <hpa@zytor.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 bd40cdda
...@@ -776,7 +776,8 @@ endmenu ...@@ -776,7 +776,8 @@ endmenu
menu "Pseudo filesystems" menu "Pseudo filesystems"
config PROC_FS config PROC_FS
bool "/proc file system support" bool "/proc file system support" if EMBEDDED
default y
help help
This is a virtual file system providing information about the status This is a virtual file system providing information about the status
of the system. "Virtual" means that it doesn't take up any space on of the system. "Virtual" means that it doesn't take up any space on
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册