blob: 704743ded71b8e1af6fdcdf7966fe2319b13239a [file] [log] [blame]
# MIMXRT1024-EVK board
# Copyright 2020,2023 NXP
# SPDX-License-Identifier: Apache-2.0
if BOARD_MIMXRT1024_EVK
config BOARD
default "mimxrt1024_evk" if BOARD_MIMXRT1024_EVK
choice CODE_LOCATION
default CODE_FLEXSPI
endchoice
config DEVICE_CONFIGURATION_DATA
default y
config NXP_IMX_EXTERNAL_SDRAM
default y
config I2C_MCUX_LPI2C_BUS_RECOVERY
default y
depends on I2C_MCUX_LPI2C && PINCTRL
if NETWORKING
config NET_L2_ETHERNET
default y
config ETH_MCUX_PHY_RESET
default y
endif # NETWORKING
endif # BOARD_MIMXRT1024_EVK