summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2022-06-10 14:00:38 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-06-10 14:00:40 +0200
commita99ebd13a9d7cb3c8347dae99a79e2eedf758ce4 (patch)
tree51855f7e47da89c0474e1607cb848386cc2a3a85 /arch
parenta5a05ed4f9829a0c5e57f2f32e979d1ddbf7c3c3 (diff)
downloadbarebox-a99ebd13a9d7cb3c8347dae99a79e2eedf758ce4.tar.gz
barebox-a99ebd13a9d7cb3c8347dae99a79e2eedf758ce4.tar.xz
ARM: rockchip_v8_defconfig: Enable realtek phy
The Rock3a board needs that for proper ethernet support, so enable it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/configs/rockchip_v8_defconfig1
1 files changed, 1 insertions, 0 deletions
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