1menu "Bootloader welcome message"
2
3    config EXAMPLE_BOOTLOADER_WELCOME_MESSAGE
4        string "Bootloader welcome message"
5        default "Custom bootloader message defined in the KConfig file."
6        help
7            Message to print by the custom bootloader when booting up.
8endmenu
9