diff --git a/fs/Kconfig b/fs/Kconfig index ea60e83e7feded6603a19a81499f2524eb1bb7ee..1cdc043922d518220ab51d640d2b29c55f037de2 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