CONFIG_LOG_DESTINATION

Bitmap of consoles where logs are printed

Type: int

Defaults

  • 3

Kconfig definition

At arch/x86/Kconfig:39, in menu (top menu):

config LOG_DESTINATION
    int
    prompt "Bitmap of consoles where logs are printed"
    default 3

(Definitions include propagated dependencies, including from if’s and menus.)