esp32s3: give ESP32S3_APP_FORMAT_LEGACY a prompt

So that users can enable it.
This fixes a regression in "esp32s3: add simple boot support".
This commit is contained in:
YAMAMOTO Takashi 2024-04-30 14:48:41 +09:00 committed by Xiang Xiao
parent 891d67bb5e
commit 2295fa818d

View File

@ -2189,7 +2189,7 @@ config ESP32S3_APP_FORMAT_MCUBOOT
Enables the Espressif port of MCUboot to be used as 2nd stage bootloader.
config ESP32S3_APP_FORMAT_LEGACY
bool
bool "Enable legacy boot format"
default y if BUILD_PROTECTED
---help---
This is the legacy application image format, as supported by the ESP-IDF