Boot banner
Type: bool
Help¶
This option outputs a banner to the console device during boot up.
Default¶
y
Symbols selected by this symbol¶
Kconfig definition¶
At kernel/Kconfig:308
Included via Kconfig:8
→ Kconfig.zephyr:30
Menu path: (Top) → General Kernel Options → Kernel Debugging and Metrics
config BOOT_BANNER bool "Boot banner" default y selectPRINTK
selectEARLY_CONSOLE
depends onCONSOLE_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.)