-
CONFIG_BOOTLOADER_ESP_IDF
¶
ESP-IDF bootloader support
Type: bool
Help¶
This option will trigger the compilation of the ESP-IDF bootloader inside the build folder. At flash time, the bootloader will be flashed with the zephyr image
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At misc/Kconfig:339
Included via Kconfig:10
→ Kconfig.zephyr:31
Menu path: (top menu) → Boot Options
config BOOTLOADER_ESP_IDF bool prompt "ESP-IDF bootloader support" ifSOC_ESP32
depends onSOC_ESP32
help This option will trigger the compilation of the ESP-IDF bootloader inside the build folder. At flash time, the bootloader will be flashed with the zephyr image
(Definitions include propagated dependencies, including from if’s and menus.)