The latest development version of this page may be more current than this released 1.14.0 version.
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:10Kconfig.zephyr:29arch/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.)