Message ID | 009bf9f476fa444d98de22330bde565f0ab8b2d2.1716997002.git.geert+renesas@glider.be (mailing list archive) |
---|---|
State | Mainlined |
Commit | d61ae8a6d75d34faf4381d242b49424a3e2c5205 |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | arm64: renesas: defconfig: Updates | expand |
On Wed, May 29, 2024 at 5:42 PM Geert Uytterhoeven <geert+renesas@glider.be> wrote: > Enable support for Marvell 88Q2XXX 100/1000BASE-T1 Automotive Ethernet > PHYs, as found on the Falcon and White-Hawk development boards. Actually Falcon does not need this in upstream yet, but Spider and S4SK do, so I will s/Falcon/Spider, S4 Starter Kit,/ while applying. Gr{oetje,eeting}s, Geert
diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig index cd40cebd49c21d56..2fc7752fbc433294 100644 --- a/arch/arm64/configs/renesas_defconfig +++ b/arch/arm64/configs/renesas_defconfig @@ -141,6 +141,7 @@ CONFIG_SH_ETH=y CONFIG_RAVB=y CONFIG_RENESAS_ETHER_SWITCH=y CONFIG_MARVELL_10G_PHY=y +CONFIG_MARVELL_88Q2XXX_PHY=y CONFIG_MICREL_PHY=y CONFIG_REALTEK_PHY=y CONFIG_CAN_RCAR=y
Enable support for Marvell 88Q2XXX 100/1000BASE-T1 Automotive Ethernet PHYs, as found on the Falcon and White-Hawk development boards. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- arch/arm64/configs/renesas_defconfig | 1 + 1 file changed, 1 insertion(+)