diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index f51586406d62..feb3b8f7e7ee 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -754,6 +754,7 @@ config UID16 | |||
754 | 754 | ||
755 | config SYSCTL_SYSCALL | 755 | config SYSCTL_SYSCALL |
756 | bool "Sysctl syscall support" if EMBEDDED | 756 | bool "Sysctl syscall support" if EMBEDDED |
757 | depends on PROC_SYSCTL | ||
757 | default y | 758 | default y |
758 | select SYSCTL | 759 | select SYSCTL |
759 | ---help--- | 760 | ---help--- |