Files
xiuos/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/Kconfig
T
2022-03-07 18:24:10 +08:00

28 lines
497 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_IMXRT1052_OK
choice
prompt "Boot Flash"
default IMXRT1052_OK_HYPER_FLASH
config IMXRT1052_OK_HYPER_FLASH
bool "HYPER Flash"
config IMXRT1052_OK_QSPI_FLASH
bool "QSPI Flash"
endchoice # Boot Flash
config IMXRT1052_OK_SDRAM
bool "Enable SDRAM"
default n
select IMXRT_SEMC_INIT_DONE
---help---
Activate DCD configuration of SDRAM
endif