-
CONFIG_X86_KERNEL_OOPS
¶
Enable handling of kernel oops as an exception
Type: bool
Help¶
Enable handling of k_oops() API as a CPU exception, which will provide extra debugging information such as program counter and register values when the oops is triggered. Requires an entry in the IDT.
Kconfig definition¶
At arch/x86/Kconfig:268
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
Menu path: (top menu) → X86 Architecture Options → Processor Capabilities
config X86_KERNEL_OOPS bool prompt "Enable handling of kernel oops as an exception" ifX86
default "y" ifX86
depends onX86
help Enable handling of k_oops() API as a CPU exception, which will provide extra debugging information such as program counter and register values when the oops is triggered. Requires an entry in the IDT.
(Definitions include propagated dependencies, including from if’s and menus.)