This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 03c8e2d5c759ebc4ad7d4bf262a3523428fec2a3 Author: Gustavo Henrique Nihei <[email protected]> AuthorDate: Tue Apr 27 18:16:30 2021 -0300 xtensa/esp32: Remove inconsistent usage of comment command --- arch/xtensa/src/esp32/Kconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/xtensa/src/esp32/Kconfig b/arch/xtensa/src/esp32/Kconfig index 69faac0..5097acf 100644 --- a/arch/xtensa/src/esp32/Kconfig +++ b/arch/xtensa/src/esp32/Kconfig @@ -83,9 +83,6 @@ config ARCH_CHIP_ESP32SOLO1 endchoice # ESP32 Chip Selection -comment "Selected ESP32 chip without embedded Flash, an external Flash memory is required." - depends on ARCH_CHIP_ESP32S0WD || ARCH_CHIP_ESP32D0WD - config ESP32_SINGLE_CPU bool default n
