]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - init/Kconfig
sysctl: make CONFIG_SYSCTL_SYSCALL default to n
[karo-tx-linux.git] / init / Kconfig
index 493e0ffefcbecdbf1a660e5cbd76e347b30a0293..6dfc8c3a282a538d3c88e62f15e89b24b954db06 100644 (file)
@@ -956,7 +956,7 @@ config UID16
 config SYSCTL_SYSCALL
        bool "Sysctl syscall support" if EXPERT
        depends on PROC_SYSCTL
-       default y
+       default n
        select SYSCTL
        ---help---
          sys_sysctl uses binary paths that have been found challenging
@@ -968,7 +968,7 @@ config SYSCTL_SYSCALL
          trying to save some space it is probably safe to disable this,
          making your kernel marginally smaller.
 
-         If unsure say Y here.
+         If unsure say N here.
 
 config KALLSYMS
         bool "Load all symbols for debugging/ksymoops" if EXPERT