[PATCH] ARM: rockchip_v8_defconfig: Enable realtek phy
Sascha Hauer
s.hauer at pengutronix.de
Fri Jun 10 05:01:07 PDT 2022
The Rock3a board needs that for proper ethernet support, so enable
it.
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
arch/arm/configs/rockchip_v8_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/rockchip_v8_defconfig b/arch/arm/configs/rockchip_v8_defconfig
index 1c7116e74a..7fba31ddc3 100644
--- a/arch/arm/configs/rockchip_v8_defconfig
+++ b/arch/arm/configs/rockchip_v8_defconfig
@@ -90,6 +90,7 @@ CONFIG_OF_BAREBOX_DRIVERS=y
CONFIG_DRIVER_SERIAL_NS16550=y
CONFIG_DRIVER_NET_DESIGNWARE_EQOS=y
CONFIG_DRIVER_NET_DESIGNWARE_ROCKCHIP=y
+CONFIG_REALTEK_PHY=y
CONFIG_SMSC_PHY=y
CONFIG_NET_USB=y
CONFIG_NET_USB_ASIX=y
--
2.30.2
More information about the barebox
mailing list