diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index ea60e83e7fed..1cdc043922d5 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -776,7 +776,8 @@ endmenu | |||
776 | menu "Pseudo filesystems" | 776 | menu "Pseudo filesystems" |
777 | 777 | ||
778 | config PROC_FS | 778 | config PROC_FS |
779 | bool "/proc file system support" | 779 | bool "/proc file system support" if EMBEDDED |
780 | default y | ||
780 | help | 781 | help |
781 | This is a virtual file system providing information about the status | 782 | This is a virtual file system providing information about the status |
782 | of the system. "Virtual" means that it doesn't take up any space on | 783 | of the system. "Virtual" means that it doesn't take up any space on |