commit | 53253a5d9ed5a411865ecab0543076237ac4ef41 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 05 16:23:35 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue May 09 20:19:31 2017 -0400 |
tree | e7e7d7519ccd6a05c445dba68d08014e7d773984 | |
parent | 402c0cd5919b9aa75fb9f0e14346581ae5bf9289 [diff] [blame] |
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 <sjg@chromium.org>
diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig index b0c38a9..7fd5ca7 100644 --- a/configs/rpi_3_defconfig +++ b/configs/rpi_3_defconfig
@@ -17,6 +17,7 @@ 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