:orphan: .. title:: BOOT_BANNER .. option:: CONFIG_BOOT_BANNER *Boot banner* Type: ``bool`` Help ==== This option outputs a banner to the console device during boot up. Direct dependencies =================== \ :option:`CONSOLE_HAS_DRIVER ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`PRINTK ` - \ :option:`EARLY_CONSOLE ` Kconfig definition ================== .. highlight:: kconfig At ``kernel/Kconfig:312`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` Menu path: (Top) → General Kernel Options → Kernel Debugging and Metrics .. parsed-literal:: config BOOT_BANNER bool "Boot banner" default y select \ :option:`PRINTK ` select \ :option:`EARLY_CONSOLE ` depends on \ :option:`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.)*