From 1e45a9329bead046b5f78cc67a3dbeae5a0eed8e Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Nihei Date: Tue, 27 Apr 2021 18:07:57 -0300 Subject: [PATCH] risc-v/esp32c3: Remove inconsistent usage of comment command --- arch/risc-v/src/esp32c3/Kconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/risc-v/src/esp32c3/Kconfig b/arch/risc-v/src/esp32c3/Kconfig index 0ec2f14365..3ee1f9754e 100644 --- a/arch/risc-v/src/esp32c3/Kconfig +++ b/arch/risc-v/src/esp32c3/Kconfig @@ -40,9 +40,6 @@ config ARCH_CHIP_ESP32C3WROOM02 endchoice # ESP32-C3 Chip Selection -comment "Selected ESP32-C3 chip without embedded Flash, an external Flash memory is required." - depends on ARCH_CHIP_ESP32C3X - config ESP32C3_SINGLE_CPU bool default n