summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2021-06-25 16:08:41 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-06-28 09:38:11 +0200
commitb88f4c13e3ed53a9a4404d27b7e01dbfd66038f5 (patch)
treec21bcd10df59dfe6e1d406923c4ad1f8516b75cc
parent1ff3b0b73be1e9bf3fba5f2a63f8eb8f21ebc6d7 (diff)
downloadbarebox-b88f4c13e3ed53a9a4404d27b7e01dbfd66038f5.tar.gz
barebox-b88f4c13e3ed53a9a4404d27b7e01dbfd66038f5.tar.xz
ARM: rockchip_v8_defconfig Disable ARC_EMAC driver
The ARC_EMAC driver uses 32bit DMA pointers and is not ready for compilation on 64bit platforms. It is not needed in the rockchip_v8_defconfig, so disable it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/configs/rockchip_v8_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/rockchip_v8_defconfig b/arch/arm/configs/rockchip_v8_defconfig
index eb23a67588..4e5393768c 100644
--- a/arch/arm/configs/rockchip_v8_defconfig
+++ b/arch/arm/configs/rockchip_v8_defconfig
@@ -86,7 +86,6 @@ CONFIG_NET_NETCONSOLE=y
CONFIG_OFDEVICE=y
CONFIG_OF_BAREBOX_DRIVERS=y
CONFIG_DRIVER_SERIAL_NS16550=y
-CONFIG_DRIVER_NET_ARC_EMAC=y
CONFIG_DRIVER_NET_DESIGNWARE_EQOS=y
CONFIG_DRIVER_NET_DESIGNWARE_ROCKCHIP=y
CONFIG_SMSC_PHY=y