esp32: Re-order bootloader condition in Kconfig
Fix menu entries in Kconfig Signed-off-by: Gautier Seidel <gautier.seidel@tado.com>
This commit is contained in:
parent
52ed379912
commit
5ed26a5cc8
|
@ -342,11 +342,11 @@ config BOOTLOADER_ESP_IDF
|
|||
bool
|
||||
prompt "ESP-IDF bootloader support"
|
||||
default n
|
||||
depends on SOC_ESP32
|
||||
help
|
||||
This option will trigger the compilation of the ESP-IDF booloader
|
||||
inside the build folder.
|
||||
At flash time, the bootloader will be flashed with the zephyr image
|
||||
depends on SOC_ESP32
|
||||
|
||||
config BOOTLOADER_KEXEC
|
||||
bool
|
||||
|
|
Loading…
Reference in a new issue