-
CONFIG_XUK_DEBUG
¶
Debug logging at lowest level
Type: bool
Help¶
When true, enables debug logging from the XUK layer in very early boot situations (including the 16 and 32 bit stub code) on the first serial port (115200 8n1) and VGA text console. Also wires that output stream to the printk() function so it can be used before any console drivers are initialized.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At arch/x86_64/Kconfig:6
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
Menu path: (top menu)
config XUK_DEBUG
bool
prompt "Debug logging at lowest level"
help
When true, enables debug logging from the XUK layer in very
early boot situations (including the 16 and 32 bit stub
code) on the first serial port (115200 8n1) and VGA text
console. Also wires that output stream to the printk()
function so it can be used before any console drivers are
initialized.
(Definitions include propagated dependencies, including from if’s and menus.)