21 lines
368 B
Plaintext
21 lines
368 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_NOR_FLASH
|
|
bool "Serial NOR Flash"
|
|
|
|
endchoice # Boot Flash
|
|
|
|
endif
|