commit | 01ffe18f1434ac0ef5f159bea86dbd5c9adb28f2 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Thu Jul 16 18:09:09 2020 +0800 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 24 08:27:44 2020 -0400 |
tree | dce01d61d6162fe8d9241c45e5c3ce5c6ba3f619 | |
parent | 15c49df8d4cfbcc02ed28fff2703fb382545caf1 [diff] |
configs: enable DM_MDIO for LS1021A-TWR and LS1021A-TSN The tsec driver now requires DM_MDIO when DM_ETH is enabled. To avoid build errors, enable DM_MDIO in these boards' configs before we actually add DM_MDIO support to tsec. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>