The latest development version of this page may be more current than this released 2.7.5 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 ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

At kernel/Kconfig:317

Included via Kconfig:8Kconfig.zephyr:40

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

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)