summaryrefslogtreecommitdiff
path: root/configs/rpi_3_32b_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-04-05 16:23:35 -0600
committerTom Rini <trini@konsulko.com>2017-05-09 20:19:31 -0400
commitd90385be7ef79c75770b4630f4d16bc13c03c2dc (patch)
treee7e7d7519ccd6a05c445dba68d08014e7d773984 /configs/rpi_3_32b_defconfig
parent25085236c67a68e6d50e7bfa79d41c870df4047e (diff)
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>
Diffstat (limited to 'configs/rpi_3_32b_defconfig')
-rw-r--r--configs/rpi_3_32b_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig
index 8db0a58885..306d54f115 100644
--- a/configs/rpi_3_32b_defconfig
+++ b/configs/rpi_3_32b_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