#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#

if ARCH_BOARD_ESP32C6_DEVKIT

config ESP32C6_DEVKIT_RUN_IRAM
	bool "Run from IRAM"
	default n

endif # ARCH_BOARD_ESP32C6_DEVKIT
