nuttx/boards/risc-v/esp32c3/esp32c3-devkit/Kconfig
Abdelatif Guettouche 5562f08369 boards: Add the ESP32-C3 DevKit board
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
2021-02-18 01:21:53 -08:00

14 lines
275 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_ESP32C3_DEVKIT
config ESP32C3_DEVKIT_RUN_IRAM
bool "Run from IRAM"
default n
---help---
endif # ARCH_BOARD_ESP32C3_DEVKIT