aboutsummaryrefslogtreecommitdiff
path: root/configs/rpi_3_32b_defconfig
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2018-03-16 06:26:29 +0000
committerAlexander Graf <agraf@suse.de>2018-04-05 11:41:18 +0200
commit79153ff0c4383ff45d11be1e52ad94a1d24240f8 (patch)
treed77b7432a018c0ba25a74af01615ec2304027e6a /configs/rpi_3_32b_defconfig
parent7fe77226aa29f517ec4b503df784164c0183bae6 (diff)
downloadu-boot-79153ff0c4383ff45d11be1e52ad94a1d24240f8.zip
u-boot-79153ff0c4383ff45d11be1e52ad94a1d24240f8.tar.gz
u-boot-79153ff0c4383ff45d11be1e52ad94a1d24240f8.tar.bz2
rpi3_32b: 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: Peter Robinson <pbrobinson@gmail.com> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'configs/rpi_3_32b_defconfig')
-rw-r--r--configs/rpi_3_32b_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig
index 317fc28..4e59c14 100644
--- a/configs/rpi_3_32b_defconfig
+++ b/configs/rpi_3_32b_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