zephyr/boards/nxp/mimxrt1024_evk/Kconfig.defconfig

33 lines
454 B
Plaintext

# MIMXRT1024-EVK board
# Copyright 2020,2023 NXP
# SPDX-License-Identifier: Apache-2.0
if BOARD_MIMXRT1024_EVK
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