From 81844aced3105af39d60efa3aed1ced9dc14f6e3 Mon Sep 17 00:00:00 2001 From: Christophe Leroy Date: Thu, 12 May 2022 15:48:51 +0200 Subject: net: mpc8xx_fec: Migrate to DM_ETH Migrate mpc8xx_fec driver to DM_ETH. Signed-off-by: Christophe Leroy Reviewed-by: Ramon Fried --- configs/MCR3000_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/MCR3000_defconfig') diff --git a/configs/MCR3000_defconfig b/configs/MCR3000_defconfig index 086507e601..94743d69d1 100644 --- a/configs/MCR3000_defconfig +++ b/configs/MCR3000_defconfig @@ -91,3 +91,4 @@ CONFIG_DM_SERIAL=y CONFIG_WDT=y CONFIG_SHA256=y CONFIG_LZMA=y +CONFIG_DM_ETH=y -- cgit v1.2.3