summaryrefslogtreecommitdiff
path: root/configs/rpi_4_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_4_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_4_defconfig')
-rw-r--r--configs/rpi_4_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/rpi_4_defconfig b/configs/rpi_4_defconfig
index 57ca1baded..17ecad3aa5 100644
--- a/configs/rpi_4_defconfig
+++ b/configs/rpi_4_defconfig
@@ -27,6 +27,8 @@ CONFIG_DM_KEYBOARD=y
CONFIG_DM_MMC=y
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_BCM2835=y
+CONFIG_DM_ETH=y
+CONFIG_BCMGENET=y
CONFIG_PINCTRL=y
# CONFIG_PINCTRL_GENERIC is not set
# CONFIG_REQUIRE_SERIAL_CONSOLE is not set