The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_BOOT_BANNER

Boot banner

Type: bool

Help

This option outputs a banner to the console device during boot up.

Direct dependencies

CONSOLE_HAS_DRIVER

(Includes any dependencies from if’s and menus.)

Defaults

Symbols selected by this symbol

Kconfig definition

At kernel/Kconfig:313

Included via Kconfig:10Kconfig.zephyr:31

Menu path: (top menu) → General Kernel Options → Kernel Debugging and Metrics

config BOOT_BANNER
    bool
    prompt "Boot banner" if CONSOLE_HAS_DRIVER
    default "y" if CONSOLE_HAS_DRIVER
    select PRINTK if CONSOLE_HAS_DRIVER
    select EARLY_CONSOLE if CONSOLE_HAS_DRIVER
    depends on CONSOLE_HAS_DRIVER
    help
      This option outputs a banner to the console device during boot up.

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