aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index ca9affd676ae..c968b9c7e581 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -827,6 +827,25 @@ config PROC_VMCORE
827 help 827 help
828 Exports the dump image of crashed kernel in ELF format. 828 Exports the dump image of crashed kernel in ELF format.
829 829
830config PROC_SYSCTL
831 bool "Sysctl support (/proc/sys)" if EMBEDDED
832 depends on PROC_FS
833 select SYSCTL
834 default y
835 ---help---
836 The sysctl interface provides a means of dynamically changing
837 certain kernel parameters and variables on the fly without requiring
838 a recompile of the kernel or reboot of the system. The primary
839 interface is through /proc/sys. If you say Y here a tree of
840 modifiable sysctl entries will be generated beneath the
841 /proc/sys directory. They are explained in the files
842 in <file:Documentation/sysctl/>. Note that enabling this
843 option will enlarge the kernel by at least 8 KB.
844
845 As it is generally a good thing, you should say Y here unless
846 building a kernel for install/rescue disks or your system is very
847 limited in memory.
848
830config SYSFS 849config SYSFS
831 bool "sysfs file system support" if EMBEDDED 850 bool "sysfs file system support" if EMBEDDED
832 default y 851 default y