From: H. Peter Anvin Date: Sun, 25 Jun 2006 12:48:08 +0000 (-0700) Subject: [PATCH] Make procfs obligatory except under CONFIG_EMBEDDED X-Git-Tag: Ubuntu-5.4-5.4.0-11.14~51570 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=69755652c92106855b4b096b7c2935b59e6252c6;p=mirror_ubuntu-focal-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/Kconfig b/fs/Kconfig index ea60e83e7fed..1cdc043922d5 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -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