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 9ee778294756..38899243213d 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -763,6 +763,7 @@ config UID16 | |||
763 | 763 | ||
764 | config SYSCTL_SYSCALL | 764 | config SYSCTL_SYSCALL |
765 | bool "Sysctl syscall support" if EMBEDDED | 765 | bool "Sysctl syscall support" if EMBEDDED |
766 | depends on PROC_SYSCTL | ||
766 | default y | 767 | default y |
767 | select SYSCTL | 768 | select SYSCTL |
768 | ---help--- | 769 | ---help--- |