nuttx/configs/imxrt1050-evk/Kconfig
David Sidrane 99c69e9c07 Merged in david_s5/nuttx/master_imxrt (pull request #750)
imxrt Add imxrt1060-evk

* imxrt1050-evk:fix typo

* imxrt1050-evk:Use naming for flash types that match documentation

* imxrt1050-evk:Fic typo

* imxrt:Add imxrt1060-evk board support

Approved-by: GregoryN <gnutt@nuttx.org>
2018-11-09 13:56:02 +00:00

21 lines
363 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_IMXRT1050_EVK
choice
prompt "Boot Flash"
default IMXRT1050_EVK_HYPER_FLASH
config IMXRT1050_EVK_HYPER_FLASH
bool "HYPER Flash"
config IMXRT1050_EVK_QSPI_FLASH
bool "QSPI Flash"
endchoice # Boot Flash
endif