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 391003f7ab4..f7af95d304c 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -1141,14 +1141,6 @@ config LATENCYTOP | |||
1141 | Enable this option if you want to use the LatencyTOP tool | 1141 | Enable this option if you want to use the LatencyTOP tool |
1142 | to find out which userspace is blocking on what kernel operations. | 1142 | to find out which userspace is blocking on what kernel operations. |
1143 | 1143 | ||
1144 | config SYSCTL_SYSCALL_CHECK | ||
1145 | bool "Sysctl checks" | ||
1146 | depends on SYSCTL | ||
1147 | ---help--- | ||
1148 | sys_sysctl uses binary paths that have been found challenging | ||
1149 | to properly maintain and use. This enables checks that help | ||
1150 | you to keep things correct. | ||
1151 | |||
1152 | source mm/Kconfig.debug | 1144 | source mm/Kconfig.debug |
1153 | source kernel/trace/Kconfig | 1145 | source kernel/trace/Kconfig |
1154 | 1146 | ||