blob: a9f3508ad14ec01a31f560d381714fe061ece091 [file] [log] [blame]
# MIMXRT1020-EVK board
# Copyright (c) 2018, NXP
# SPDX-License-Identifier: Apache-2.0
if BOARD_MIMXRT1020_EVK
config BOARD
default "mimxrt1020_evk" if BOARD_MIMXRT1020_EVK
choice CODE_LOCATION
default CODE_FLEXSPI
endchoice
choice DATA_LOCATION
default DATA_SEMC
endchoice
if NETWORKING
config NET_L2_ETHERNET
default y
config ETH_MCUX_0
default y if NET_L2_ETHERNET
endif # NETWORKING
endif # BOARD_MIMXRT1020_EVK