From d90385be7ef79c75770b4630f4d16bc13c03c2dc Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 5 Apr 2017 16:23:35 -0600 Subject: dm: arm: rpi: Use driver model for Ethernet Enable CONFIG_DM_ETH so that driver model is used for the USB Ethernet device. Signed-off-by: Simon Glass --- configs/rpi_3_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/rpi_3_defconfig') diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig index b0c38a9f91..7fd5ca7679 100644 --- a/configs/rpi_3_defconfig +++ b/configs/rpi_3_defconfig @@ -17,6 +17,7 @@ CONFIG_CMD_GPIO=y CONFIG_OF_EMBED=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_BCM2835=y +CONFIG_DM_ETH=y # CONFIG_REQUIRE_SERIAL_CONSOLE is not set CONFIG_USB=y CONFIG_DM_USB=y -- cgit v1.2.3