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 1e45a9329bead046b5f78cc67a3dbeae5a0eed8e
Author: Gustavo Henrique Nihei <gustavo.ni...@espressif.com>
AuthorDate: Tue Apr 27 18:07:57 2021 -0300

    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 0ec2f14..3ee1f97 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

Reply via email to