Skip to content

Commit

Permalink
esp32: Re-order bootloader condition in Kconfig
Browse files Browse the repository at this point in the history
Fix menu entries in Kconfig

Signed-off-by: Gautier Seidel <[email protected]>
  • Loading branch information
GautierAtWork authored and nashif committed Jul 2, 2018
1 parent 52ed379 commit 5ed26a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ed26a5

Please sign in to comment.