blob: 2e610e2d3e0ab126de1b00c9b4e9107ad7d43739 [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
config DISK_DRIVER_SDMMC
default y if DISK_DRIVERS
if NETWORKING
config NET_L2_ETHERNET
default y
endif # NETWORKING
endif # BOARD_MIMXRT1020_EVK