summaryrefslogtreecommitdiff
path: root/configs/rpi_arm64_defconfig
diff options
context:
space:
mode:
authorAmit Singh Tomar <amittomer25@gmail.com>2020-01-27 04:14:44 +0300
committerMatthias Brugger <mbrugger@suse.com>2020-01-29 20:30:33 +0300
commit095c6eba9d02688e7a1c3cd2093f826d05fe961f (patch)
tree97bb494fdd4d612ebd1bbf45ae9e28c83ca43504 /configs/rpi_arm64_defconfig
parentfff5d5499d28dda0b22b44bb57c4525ad7d0a89d (diff)
downloadu-boot-095c6eba9d02688e7a1c3cd2093f826d05fe961f.tar.xz
rpi4: Enable GENET Ethernet controller
The Raspberry Pi 4 SoC features an integrated Gigabit Ethernet controller, connected as a platform device. Enable the new driver in the three applicable defconfigs, to allow TFTP booting on the board. Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com> [Andre: Add joined and 32-bit configs] Signed-off-by: Andre Przywara <andre.przywara@arm.com> Tested-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Matthias Brugger <mbrugger@suse.com>
Diffstat (limited to 'configs/rpi_arm64_defconfig')
-rw-r--r--configs/rpi_arm64_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rpi_arm64_defconfig b/configs/rpi_arm64_defconfig
index 10fbe0db92..00b3096481 100644
--- a/configs/rpi_arm64_defconfig
+++ b/configs/rpi_arm64_defconfig
@@ -36,6 +36,7 @@ CONFIG_USB_KEYBOARD=y
CONFIG_USB_HOST_ETHER=y
CONFIG_USB_ETHER_LAN78XX=y
CONFIG_USB_ETHER_SMSC95XX=y
+CONFIG_BCMGENET=y
CONFIG_DM_VIDEO=y
CONFIG_VIDEO_BPP32=y
CONFIG_SYS_WHITE_ON_BLACK=y