CONFIG_BOOT_BANNER

Boot banner

Type: bool

Help

This option outputs a banner to the console device during boot up. It also embeds a date & time stamp in the kernel if the BUILD_TIMESTAMP option is enabled.

Direct dependencies

CONSOLE_HAS_DRIVER

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

Defaults

Symbols selected by this symbol

Kconfig definition

At kernel/Kconfig:296

Included via Kconfig:10Kconfig.zephyr:25

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. It
      also embeds a date & time stamp in the kernel if the BUILD_TIMESTAMP
      option is enabled.

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