99c69e9c07
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>
21 lines
363 B
Plaintext
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
|