diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 8745ac7d1f7..943a6182cdf 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -1113,14 +1113,6 @@ config LATENCYTOP | |||
1113 | Enable this option if you want to use the LatencyTOP tool | 1113 | Enable this option if you want to use the LatencyTOP tool |
1114 | to find out which userspace is blocking on what kernel operations. | 1114 | to find out which userspace is blocking on what kernel operations. |
1115 | 1115 | ||
1116 | config SYSCTL_SYSCALL_CHECK | ||
1117 | bool "Sysctl checks" | ||
1118 | depends on SYSCTL | ||
1119 | ---help--- | ||
1120 | sys_sysctl uses binary paths that have been found challenging | ||
1121 | to properly maintain and use. This enables checks that help | ||
1122 | you to keep things correct. | ||
1123 | |||
1124 | source mm/Kconfig.debug | 1116 | source mm/Kconfig.debug |
1125 | source kernel/trace/Kconfig | 1117 | source kernel/trace/Kconfig |
1126 | 1118 | ||