:orphan: .. title:: BOOTLOADER_ESP_IDF .. option:: 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 Direct dependencies =================== \ :option:`SOC_ESP32 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``Kconfig.zephyr:475`` Included via ``Kconfig:8`` Menu path: (Top) → Boot Options .. parsed-literal:: config BOOTLOADER_ESP_IDF bool "ESP-IDF bootloader support" depends on \ :option:`SOC_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 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*