Boot banner
Type: bool
Help¶
This option outputs a banner to the console device during boot up.
Defaults¶
- “y” if
CONSOLE_HAS_DRIVER
Symbols selected by this symbol¶
Kconfig definition¶
At kernel/Kconfig:313
Included via Kconfig:10
→ Kconfig.zephyr:31
Menu path: (top menu) → General Kernel Options → Kernel Debugging and Metrics
config BOOT_BANNER bool prompt "Boot banner" ifCONSOLE_HAS_DRIVER
default "y" ifCONSOLE_HAS_DRIVER
selectPRINTK
ifCONSOLE_HAS_DRIVER
selectEARLY_CONSOLE
ifCONSOLE_HAS_DRIVER
depends onCONSOLE_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.)