From 2295fa818dd077a1e383b6a2360311d1d6e30acb Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 30 Apr 2024 14:48:41 +0900 Subject: [PATCH] esp32s3: give ESP32S3_APP_FORMAT_LEGACY a prompt So that users can enable it. This fixes a regression in "esp32s3: add simple boot support". --- arch/xtensa/src/esp32s3/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/xtensa/src/esp32s3/Kconfig b/arch/xtensa/src/esp32s3/Kconfig index 9e70c106e3..c5cd6e7efb 100644 --- a/arch/xtensa/src/esp32s3/Kconfig +++ b/arch/xtensa/src/esp32s3/Kconfig @@ -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