summaryrefslogtreecommitdiff
path: root/configs/wandboard_defconfig
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2019-09-20 22:49:06 +0200
committerStefano Babic <sbabic@denx.de>2019-10-08 16:36:36 +0200
commite4b91f085d4259f187052ff724c80af38fc11b18 (patch)
tree9f7b74615c6c5f41089c21dcaca20636212c9e6a /configs/wandboard_defconfig
parentc883d6a0f408b0f319637a7e9b2d6099ada75a9f (diff)
imx: wandboard: convert FEC support to DM_ETH
Remove CONFIG_DM_ETH conversion warning to avoid board removal. Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'configs/wandboard_defconfig')
-rw-r--r--configs/wandboard_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig
index a8b6b41323..d7eb8fd4b3 100644
--- a/configs/wandboard_defconfig
+++ b/configs/wandboard_defconfig
@@ -57,6 +57,9 @@ CONFIG_SYS_I2C_MXC_I2C3=y
CONFIG_DM_MMC=y
CONFIG_FSL_USDHC=y
CONFIG_PHYLIB=y
+CONFIG_PHY_ATHEROS=y
+CONFIG_DM_ETH=y
+CONFIG_FEC_MXC=y
CONFIG_MII=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_IMX6=y