summaryrefslogtreecommitdiff
path: root/configs/mx6slevk_defconfig
diff options
context:
space:
mode:
authorPedro Jardim <jardim.c.pedro@gmail.com>2020-02-13 09:25:32 -0300
committerStefano Babic <sbabic@denx.de>2020-03-10 10:59:08 +0100
commit9f656fbee3b433ae1e9daf5d92d46bbdcc9551eb (patch)
tree270c98a4a282f177a75bf7c1e29f5c79cb175d12 /configs/mx6slevk_defconfig
parent905dbe23b92cd9a6631091546f206b602c958750 (diff)
mx6slevk: Convert to DM_ETH
This fixes the following warning: ===================== WARNING ====================== This board does not use CONFIG_DM_ETH (Driver Model for Ethernet drivers). Please update the board to use CONFIG_DM_ETH before the v2020.07 release. Failure to update by the deadline may result in board removal. See doc/driver-model/migration.rst for more info. ==================================================== Signed-off-by: Pedro Jardim <jardim.c.pedro@gmail.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'configs/mx6slevk_defconfig')
-rw-r--r--configs/mx6slevk_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/mx6slevk_defconfig b/configs/mx6slevk_defconfig
index dc22e830a3..163cb1a7ae 100644
--- a/configs/mx6slevk_defconfig
+++ b/configs/mx6slevk_defconfig
@@ -61,3 +61,6 @@ CONFIG_DM_USB=y
CONFIG_USB_STORAGE=y
CONFIG_USB_HOST_ETHER=y
CONFIG_USB_ETHER_ASIX=y
+CONFIG_DM_ETH=y
+CONFIG_FEC_MXC=y
+CONFIG_PHY_SMSC=y