aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index be8b7f55312d..01180da49add 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1232,6 +1232,14 @@ config SYSCTL_EXCEPTION_TRACE
1232 help 1232 help
1233 Enable support for /proc/sys/debug/exception-trace. 1233 Enable support for /proc/sys/debug/exception-trace.
1234 1234
1235config SYSCTL_ARCH_UNALIGN_ALLOW
1236 bool
1237 help
1238 Enable support for /proc/sys/kernel/unaligned-trap
1239 Allows arches to define/use @unaligned_enabled to runtime toggle
1240 the unaligned access emulation.
1241 see arch/parisc/kernel/unaligned.c for reference
1242
1235config KALLSYMS 1243config KALLSYMS
1236 bool "Load all symbols for debugging/ksymoops" if EXPERT 1244 bool "Load all symbols for debugging/ksymoops" if EXPERT
1237 default y 1245 default y