zephyr/boards/nxp/mimxrt1050_evk/Kconfig.defconfig

28 lines
368 B
Plaintext

# MIMXRT1050-EVK board
# Copyright (c) 2017, NXP
# SPDX-License-Identifier: Apache-2.0
if BOARD_MIMXRT1050_EVK
config DEVICE_CONFIGURATION_DATA
default y
config NXP_IMX_EXTERNAL_SDRAM
default y
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_MIMXRT1050_EVK