blob: db0a2eb1fedc9032d5ae68262b6674aaa2832a3f [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
if ETH_MCUX
config ETH_MCUX_PHY_RESET
default y
endif # ETH_MCUX
endif # NETWORKING
endif # BOARD_MIMXRT1024_EVK