gustavonihei commented on a change in pull request #5713: URL: https://github.com/apache/incubator-nuttx/pull/5713#discussion_r824269244
########## File path: arch/xtensa/src/esp32s3/Kconfig ########## @@ -11,24 +11,24 @@ choice prompt "ESP32-S3 Chip Selection" default ARCH_CHIP_ESP32S3WROOM1 -config ARCH_CHIP_ESP32S3WROOM1 - bool "ESP32-S3-WROOM-1" - select ESP32S3_FLASH_4M - ---help--- - Generic module with an embedded ESP32-S3. - -config ARCH_CHIP_ESP32S3WROOM2 - bool "ESP32-S3-WROOM-2" - select ESP32S3_FLASH_16M - select ESP32S3_PSRAM_8M - ---help--- - Generic module with an embedded ESP32-S3. - -config ARCH_CHIP_ESP32S3MINI1 - bool "ESP32-S3-MINI-1" - select ESP32S3_FLASH_8M - ---help--- - Generic module with an embedded ESP32-S3. + config ARCH_CHIP_ESP32S3WROOM1 + bool "ESP32-S3-WROOM-1" + select ESP32S3_FLASH_4M + ---help--- + Generic module with an embedded ESP32-S3. + + config ARCH_CHIP_ESP32S3WROOM2 + bool "ESP32-S3-WROOM-2" + select ESP32S3_FLASH_16M + select ESP32S3_PSRAM_8M + ---help--- + Generic module with an embedded ESP32-S3. + + config ARCH_CHIP_ESP32S3MINI1 + bool "ESP32-S3-MINI-1" + select ESP32S3_FLASH_8M + ---help--- + Generic module with an embedded ESP32-S3. Review comment: Ok, I've reverted the changes related to the alignment of `choice` options. I'll leave them out of this PR. -- 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