Files
xiuos/Ubiquitous/Nuttx/aiit_board/xidatong/Kconfig
2022-03-24 15:59:34 +08:00

28 lines
477 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_XIDATONG
choice
prompt "Boot Flash"
default XIDATONG_HYPER_FLASH
config XIDATONG_HYPER_FLASH
bool "HYPER Flash"
config XIDATONG_QSPI_FLASH
bool "QSPI Flash"
endchoice # Boot Flash
config XIDATONG_SDRAM
bool "Enable SDRAM"
default n
select IMXRT_SEMC_INIT_DONE
---help---
Activate DCD configuration of SDRAM
endif