CONFIG_LOG_BUF_SIZE

Capacity of logbuf

Type: hex

Defaults

  • 0x100000

Kconfig definition

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

config LOG_BUF_SIZE
    hex
    prompt "Capacity of logbuf"
    default 0x100000

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