commit | 69ef96dc8f40c65839f0c52bb4c95d7782f62303 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@csgroup.eu> | Thu May 12 15:48:51 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 08 10:50:20 2022 -0400 |
tree | 93154a720716642b5f3f8c637d6ca53114c330e0 | |
parent | c0c19aaabf129fd97a345ed310f159388b16e7cc [diff] [blame] |
net: mpc8xx_fec: Migrate to DM_ETH Migrate mpc8xx_fec driver to DM_ETH. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
diff --git a/configs/MCR3000_defconfig b/configs/MCR3000_defconfig index 086507e..94743d6 100644 --- a/configs/MCR3000_defconfig +++ b/configs/MCR3000_defconfig
@@ -91,3 +91,4 @@ CONFIG_WDT=y CONFIG_SHA256=y CONFIG_LZMA=y +CONFIG_DM_ETH=y