diff options
author | Sébastien Szymanski <sebastien.szymanski@armadeus.com> | 2019-10-21 15:33:02 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-11-03 17:04:16 +0100 |
commit | b72dd938ece60fba622a989f4e54f0599b5a0715 (patch) | |
tree | 0f555b1f571c69c2b5adc9c6e1e7ad918819d477 /configs | |
parent | 05737f35859756602e286cbd358f11b30cfb6383 (diff) |
imx6ul: opos6ul: migrate to DM_ETH
Migrate to DM_ETH and remove code that is no longer necessary.
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/opos6uldev_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/opos6uldev_defconfig b/configs/opos6uldev_defconfig index 5eef6527cd..44236e99bc 100644 --- a/configs/opos6uldev_defconfig +++ b/configs/opos6uldev_defconfig @@ -73,6 +73,8 @@ CONFIG_FSL_USDHC=y CONFIG_PHYLIB=y CONFIG_PHY_MICREL=y CONFIG_PHY_MICREL_KSZ8XXX=y +CONFIG_DM_ETH=y +CONFIG_DM_MDIO=y CONFIG_FEC_MXC=y CONFIG_MII=y CONFIG_PINCTRL=y |