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:
parent
2cb14c55f0
commit
daec4cf408
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue