Kconfig 290 B

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