espressif/mcuboot: Fix dependency of the Espressif's port MCUboot.

If the MCUboot (from nuttx-apps) is selected, the Espressif's port
of the MCUboot is not used as the 2nd stage bootloader.
This commit is contained in:
Tiago Medicci Serrano 2023-12-20 16:50:07 -03:00 committed by archer
parent 2cb14c55f0
commit daec4cf408
4 changed files with 4 additions and 0 deletions

View File

@ -1051,6 +1051,7 @@ config ESP32C3_APP_FORMAT_LEGACY
config ESP32C3_APP_FORMAT_MCUBOOT
bool "MCUboot-bootable format"
depends on !MCUBOOT_BOOTLOADER
select ESP32C3_HAVE_OTA_PARTITION
---help---
The Espressif port of MCUboot supports the loading of unsegmented firmware

View File

@ -2462,6 +2462,7 @@ config ESP32_APP_FORMAT_LEGACY
config ESP32_APP_FORMAT_MCUBOOT
bool "MCUboot-bootable format"
depends on !MCUBOOT_BOOTLOADER
select ESP32_HAVE_OTA_PARTITION
---help---
The ESP32 port of MCUboot supports the loading of unsegmented firmware

View File

@ -1211,6 +1211,7 @@ config ESP32S2_APP_FORMAT_LEGACY
config ESP32S2_APP_FORMAT_MCUBOOT
bool "MCUboot-bootable format"
depends on !MCUBOOT_BOOTLOADER
select ESP32S2_HAVE_OTA_PARTITION
---help---
The Espressif port of MCUboot supports the loading of unsegmented firmware

View File

@ -2169,6 +2169,7 @@ config ESP32S3_APP_FORMAT_LEGACY
config ESP32S3_APP_FORMAT_MCUBOOT
bool "MCUboot-bootable format"
depends on !MCUBOOT_BOOTLOADER
select ESP32S3_HAVE_OTA_PARTITION
---help---
The Espressif port of MCUboot supports the loading of unsegmented firmware