Message ID | 20201112202652.27676-1-clabbe@baylibre.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: configs: sunxi: enable Realtek PHY | expand |
Dne četrtek, 12. november 2020 ob 21:26:52 CET je Corentin Labbe napisal(a): > Lot of sunxi boards has a Realtek PHY, so let's enable it. > > Signed-off-by: Corentin Labbe <clabbe@baylibre.com> > --- > arch/arm/configs/sunxi_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/configs/sunxi_defconfig > b/arch/arm/configs/sunxi_defconfig index 244126172fd6..05f7f4ed8ded 100644 > --- a/arch/arm/configs/sunxi_defconfig > +++ b/arch/arm/configs/sunxi_defconfig > @@ -51,6 +51,7 @@ CONFIG_STMMAC_ETH=y > # CONFIG_NET_VENDOR_VIA is not set > # CONFIG_NET_VENDOR_WIZNET is not set > CONFIG_MICREL_PHY=y > +CONFIG_REALTEK_PHY=y > # CONFIG_WLAN is not set > CONFIG_INPUT_EVDEV=y > CONFIG_KEYBOARD_SUN4I_LRADC=y Acked-by: Jernej Skrabec <jernej.skrabec@siol.net> Thanks! Best regards, Jernej
On Thu, Nov 12, 2020 at 08:26:52PM +0000, Corentin Labbe wrote: > Lot of sunxi boards has a Realtek PHY, so let's enable it. > > Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Applied, thanks! Maxime
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index 244126172fd6..05f7f4ed8ded 100644 --- a/arch/arm/configs/sunxi_defconfig +++ b/arch/arm/configs/sunxi_defconfig @@ -51,6 +51,7 @@ CONFIG_STMMAC_ETH=y # CONFIG_NET_VENDOR_VIA is not set # CONFIG_NET_VENDOR_WIZNET is not set CONFIG_MICREL_PHY=y +CONFIG_REALTEK_PHY=y # CONFIG_WLAN is not set CONFIG_INPUT_EVDEV=y CONFIG_KEYBOARD_SUN4I_LRADC=y
Lot of sunxi boards has a Realtek PHY, so let's enable it. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> --- arch/arm/configs/sunxi_defconfig | 1 + 1 file changed, 1 insertion(+)