From: Simon Glass Date: Sun, 5 Apr 2015 22:07:43 +0000 (-0600) Subject: dm: sunxi: Use driver model for Ethernet on Linksprite pcDuino3 X-Git-Tag: v2015.07-rc1~137 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c4f9c1d722d7c11e304469bf5e54197bf95f0ce;p=platform%2Fkernel%2Fu-boot.git dm: sunxi: Use driver model for Ethernet on Linksprite pcDuino3 Switch this board over to use driver model for Ethernet. Signed-off-by: Simon Glass --- diff --git a/configs/Linksprite_pcDuino3_defconfig b/configs/Linksprite_pcDuino3_defconfig index 8c76a736..e5aabdb 100644 --- a/configs/Linksprite_pcDuino3_defconfig +++ b/configs/Linksprite_pcDuino3_defconfig @@ -17,3 +17,4 @@ CONFIG_OF_SEPARATE=y CONFIG_ETH_DESIGNWARE=y CONFIG_NETDEVICES=y CONFIG_NET=y +CONFIG_DM_ETH=y