mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
[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>
This commit is contained in:
parent
bd40cddae2
commit
69755652c9
1 changed files with 2 additions and 1 deletions
|
@ -776,7 +776,8 @@ endmenu
|
|||
menu "Pseudo filesystems"
|
||||
|
||||
config PROC_FS
|
||||
bool "/proc file system support"
|
||||
bool "/proc file system support" if EMBEDDED
|
||||
default y
|
||||
help
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue