Kconfig (acb7452369e4f8749dd32d48dbda98936035a87c) Kconfig (bf14e3b979a01cd7298d631736f965fe83c6e2bc)
1config ARCH
2 string
3 option env="ARCH"
4
5config KERNELVERSION
6 string
7 option env="KERNELVERSION"
8

--- 1218 unchanged lines hidden (view full) ---

1227
1228 If unsure say N here.
1229
1230config SYSCTL_EXCEPTION_TRACE
1231 bool
1232 help
1233 Enable support for /proc/sys/debug/exception-trace.
1234
1config ARCH
2 string
3 option env="ARCH"
4
5config KERNELVERSION
6 string
7 option env="KERNELVERSION"
8

--- 1218 unchanged lines hidden (view full) ---

1227
1228 If unsure say N here.
1229
1230config SYSCTL_EXCEPTION_TRACE
1231 bool
1232 help
1233 Enable support for /proc/sys/debug/exception-trace.
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
1236 bool "Load all symbols for debugging/ksymoops" if EXPERT
1237 default y
1238 help
1239 Say Y here to let the kernel print out symbolic crash information and
1240 symbolic stack backtraces. This increases the size of the kernel
1241 somewhat, as all symbols have to be loaded into the kernel image.
1242

--- 499 unchanged lines hidden ---
1243config KALLSYMS
1244 bool "Load all symbols for debugging/ksymoops" if EXPERT
1245 default y
1246 help
1247 Say Y here to let the kernel print out symbolic crash information and
1248 symbolic stack backtraces. This increases the size of the kernel
1249 somewhat, as all symbols have to be loaded into the kernel image.
1250

--- 499 unchanged lines hidden ---