fdcavalcanti commented on code in PR #16644: URL: https://github.com/apache/nuttx/pull/16644#discussion_r2175031845
########## arch/xtensa/src/common/espressif/Kconfig: ########## @@ -153,6 +153,15 @@ config ESPRESSIF_DEDICATED_GPIO_IRQ ---help--- Enable dedicated GPIO IRQ support +menu "Bootloader and Image Configuration" + +config ESPRESSIF_BOOTLOADER_MCUBOOT + bool Review Comment: It is selected by `ESP32_APP_FORMAT_MCUBOOT`, `ESP32S2_APP_FORMAT_MCUBOOT` and `ESP32S3_APP_FORMAT_MCUBOOT`. They are just on the arch specific Kconfig. i.e. ``` config ESP32S3_APP_FORMAT_MCUBOOT bool "Enable MCUboot-bootable format" depends on !MCUBOOT_BOOTLOADER select ESPRESSIF_BOOTLOADER_MCUBOOT default n select ESP32S3_HAVE_OTA_PARTITION ---help--- Enables the Espressif port of MCUboot to be used as 2nd stage bootloader. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org