diff options
author | Alexander Graf <agraf@suse.de> | 2018-03-15 15:05:36 +0100 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2018-04-05 11:38:25 +0200 |
commit | 0d1a6c5e525654aa0bc498db960bc8195e9ac2a1 (patch) | |
tree | c61b01e5c7c49b07597fe25ede25be4dcef15a93 /configs/rpi_3_defconfig | |
parent | 065dcacf398ef55ed5672c2b914130756c4e6670 (diff) | |
download | u-boot-0d1a6c5e525654aa0bc498db960bc8195e9ac2a1.tar.gz u-boot-0d1a6c5e525654aa0bc498db960bc8195e9ac2a1.tar.bz2 u-boot-0d1a6c5e525654aa0bc498db960bc8195e9ac2a1.zip |
rpi3: Enable lan78xx driver
The new Raspberry Pi B 3+ has a lan78xx device attached to it. Let's add
driver support in U-Boot for it.
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'configs/rpi_3_defconfig')
-rw-r--r-- | configs/rpi_3_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig index 0f3a54ec9a..810b60344f 100644 --- a/configs/rpi_3_defconfig +++ b/configs/rpi_3_defconfig @@ -36,3 +36,5 @@ CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_CONSOLE_SCROLL_LINES=10 CONFIG_PHYS_TO_BUS=y CONFIG_OF_LIBFDT_OVERLAY=y +CONFIG_PHYLIB=y +CONFIG_USB_ETHER_LAN78XX=y |