Skip to content

Commit

Permalink
[PATCH] Make procfs obligatory except under CONFIG_EMBEDDED
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
H. Peter Anvin authored and Linus Torvalds committed Jun 25, 2006
1 parent bd40cdd commit 6975565
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6975565

Please sign in to comment.