aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 335a1f680c91..28c5b9dcc91e 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1229,6 +1229,13 @@ config SYSCTL_EXCEPTION_TRACE
1229 help 1229 help
1230 Enable support for /proc/sys/debug/exception-trace. 1230 Enable support for /proc/sys/debug/exception-trace.
1231 1231
1232config SYSCTL_ARCH_UNALIGN_NO_WARN
1233 bool
1234 help
1235 Enable support for /proc/sys/kernel/ignore-unaligned-usertrap
1236 Allows arch to define/use @no_unaligned_warning to possibly warn
1237 about unaligned access emulation going on under the hood.
1238
1232config KALLSYMS 1239config KALLSYMS
1233 bool "Load all symbols for debugging/ksymoops" if EXPERT 1240 bool "Load all symbols for debugging/ksymoops" if EXPERT
1234 default y 1241 default y