diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 0a5e80fb9ba2..22616cd434bc 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -1230,6 +1230,14 @@ config SYSCTL_ARCH_UNALIGN_NO_WARN | |||
1230 | Allows arch to define/use @no_unaligned_warning to possibly warn | 1230 | Allows arch to define/use @no_unaligned_warning to possibly warn |
1231 | about unaligned access emulation going on under the hood. | 1231 | about unaligned access emulation going on under the hood. |
1232 | 1232 | ||
1233 | config SYSCTL_ARCH_UNALIGN_ALLOW | ||
1234 | bool | ||
1235 | help | ||
1236 | Enable support for /proc/sys/kernel/unaligned-trap | ||
1237 | Allows arches to define/use @unaligned_enabled to runtime toggle | ||
1238 | the unaligned access emulation. | ||
1239 | see arch/parisc/kernel/unaligned.c for reference | ||
1240 | |||
1233 | config KALLSYMS | 1241 | config KALLSYMS |
1234 | bool "Load all symbols for debugging/ksymoops" if EXPERT | 1242 | bool "Load all symbols for debugging/ksymoops" if EXPERT |
1235 | default y | 1243 | default y |