Message ID | c5dcf03facd05e8b9c5ac89b2b81b005b141f086.1716998320.git.geert+renesas@glider.be (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: defconfig: Enable Marvell 88Q2XXX PHY support | expand |
Hi Geert, Thanks for your work. On 2024-05-29 18:02:16 +0200, Geert Uytterhoeven wrote: > Enable support for Marvell 88Q2XXX 100/1000BASE-T1 Automotive Ethernet > PHYs, as found on the Spider, S4 Starter Kit, and White-Hawk development > boards. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> > --- > To be queued in renesas-devel for v6.11. > > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index dfad1cb8a072fa98..66d779547f0f6d66 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -377,6 +377,7 @@ CONFIG_AQUANTIA_PHY=y > CONFIG_BCM54140_PHY=m > CONFIG_MARVELL_PHY=m > CONFIG_MARVELL_10G_PHY=y > +CONFIG_MARVELL_88Q2XXX_PHY=y > CONFIG_MICREL_PHY=y > CONFIG_MICROSEMI_PHY=y > CONFIG_AT803X_PHY=y > -- > 2.34.1 >
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index dfad1cb8a072fa98..66d779547f0f6d66 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -377,6 +377,7 @@ CONFIG_AQUANTIA_PHY=y CONFIG_BCM54140_PHY=m CONFIG_MARVELL_PHY=m CONFIG_MARVELL_10G_PHY=y +CONFIG_MARVELL_88Q2XXX_PHY=y CONFIG_MICREL_PHY=y CONFIG_MICROSEMI_PHY=y CONFIG_AT803X_PHY=y
Enable support for Marvell 88Q2XXX 100/1000BASE-T1 Automotive Ethernet PHYs, as found on the Spider, S4 Starter Kit, and White-Hawk development boards. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- To be queued in renesas-devel for v6.11. arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)