kconfig.zephyr: Remove ESP_IDF bootloader option

Remove ESP_IDF bootloader option.
Default boot method is simple boot.

Signed-off-by: Marek Matej <marek.matej@espressif.com>
This commit is contained in:
Marek Matej 2024-01-31 20:18:02 +01:00 committed by Anas Nashif
parent f0779d39d7
commit a54f3832f5

View file

@ -905,15 +905,6 @@ config BOOTLOADER_SRAM_SIZE_DEPRECATED
Non-prompt symbol to indicate that the deprecated BOOTLOADER_SRAM_SIZE Kconfig has a
non-0 value. Please transition to using devicetree.
config BOOTLOADER_ESP_IDF
bool "ESP-IDF bootloader support"
depends on SOC_FAMILY_ESPRESSIF_ESP32 && !BOOTLOADER_MCUBOOT && !MCUBOOT
default y
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
config BOOTLOADER_BOSSA
bool "BOSSA bootloader support"
select USE_DT_CODE_PARTITION