diff options
| author | Marek Vasut <[email protected]> | 2023-03-20 21:05:47 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2023-04-16 22:50:54 +0200 |
| commit | 47811beaff1f2560cf681d58535644c6ab07a2ab (patch) | |
| tree | 328211812cf6901dee29a056cbe63df2257c21f4 | |
| parent | 07679b1172102aa9471c71225fe64b8cb3f1e1d5 (diff) | |
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 <[email protected]>
| -rw-r--r-- | configs/r8a779f0_spider_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/r8a779f0_spider_defconfig b/configs/r8a779f0_spider_defconfig index c77ea84ed90..895ce3d41f1 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 |
