aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 98fa96eac415..3e7b257fc05f 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -550,6 +550,17 @@ config SYSCTL_SYSCALL
550 550
551 If unsure say Y here. 551 If unsure say Y here.
552 552
553config SYSCTL_SYSCALL_CHECK
554 bool "Sysctl checks" if EMBEDDED
555 depends on SYSCTL_SYSCALL
556 default y
557 ---help---
558 sys_sysctl uses binary paths that have been found challenging
559 to properly maintain and use. This enables checks that help
560 you to keep things correct.
561
562 If unsure say Y here.
563
553config KALLSYMS 564config KALLSYMS
554 bool "Load all symbols for debugging/ksymoops" if EMBEDDED 565 bool "Load all symbols for debugging/ksymoops" if EMBEDDED
555 default y 566 default y