esp-idf/examples/custom_bootloader/bootloader_override/bootloader_components/main/Kconfig
Omar Chebib 339454ff19 bootloader: Kconfig files in bootloader_components is now part of menuconfig
It is now possible to configure the options (Kconfig) of bootloader components
directly from the menuconfig
2021-08-12 10:43:00 +08:00

9 lines
290 B
Plaintext

menu "Bootloader welcome message"
config EXAMPLE_BOOTLOADER_WELCOME_MESSAGE
string "Bootloader welcome message"
default "Custom bootloader message defined in the KConfig file."
help
Message to print by the custom bootloader when booting up.
endmenu