aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2023-03-20 21:05:47 +0100
committerMarek Vasut <marek.vasut+renesas@mailbox.org>2023-04-16 22:50:54 +0200
commit47811beaff1f2560cf681d58535644c6ab07a2ab (patch)
tree328211812cf6901dee29a056cbe63df2257c21f4
parent07679b1172102aa9471c71225fe64b8cb3f1e1d5 (diff)
downloadu-boot-47811beaff1f2560cf681d58535644c6ab07a2ab.zip
u-boot-47811beaff1f2560cf681d58535644c6ab07a2ab.tar.gz
u-boot-47811beaff1f2560cf681d58535644c6ab07a2ab.tar.bz2
ARM: renesas: Enable rswitch, serdes and PHY driver on R8A779F0 S4 Spider
Enable Renesas RSwitch driver, matching SERDES PHY driver and Marvell 10G ethernet PHY driver in R8A779F0 S4 Spider board configuration to make ethernet available via the RSwitch ports. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
-rw-r--r--configs/r8a779f0_spider_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/r8a779f0_spider_defconfig b/configs/r8a779f0_spider_defconfig
index c77ea84..895ce3d 100644
--- a/configs/r8a779f0_spider_defconfig
+++ b/configs/r8a779f0_spider_defconfig
@@ -59,6 +59,11 @@ CONFIG_MTD=y
CONFIG_DM_SPI_FLASH=y
CONFIG_SPI_FLASH_SPANSION=y
# CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
+CONFIG_PHYLIB_10G=y
+CONFIG_PHY_MARVELL_10G=y
+CONFIG_DM_ETH_PHY=y
+CONFIG_RENESAS_ETHER_SWITCH=y
+CONFIG_PHY_R8A779F0_ETHERNET_SERDES=y
CONFIG_DM_REGULATOR=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y