From: H. Peter Anvin 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 Signed-off-by: Andrew Morton --- fs/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN fs/Kconfig~make-procfs-obligatory-except-under-config_embedded fs/Kconfig --- devel/fs/Kconfig~make-procfs-obligatory-except-under-config_embedded 2006-06-09 15:22:19.000000000 -0700 +++ devel-akpm/fs/Kconfig 2006-06-09 15:22:19.000000000 -0700 @@ -787,7 +787,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 _