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:
Gautier Seidel 2018-06-25 17:50:29 +02:00 committed by Anas Nashif
parent 52ed379912
commit 5ed26a5cc8

View file

@ -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