[PATCH] ARM: sunxi: drop select of undefined CPU_SUPPORTS_64BIT_KERNEL

Ahmad Fatoum a.fatoum at pengutronix.de
Thu Sep 4 00:31:35 PDT 2025


We define this symbol only on MIPS and RISC-V, so it's safe to remove on
ARM.

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 arch/arm/mach-sunxi/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
index 4fdd0877bf83..8552438743f3 100644
--- a/arch/arm/mach-sunxi/Kconfig
+++ b/arch/arm/mach-sunxi/Kconfig
@@ -4,7 +4,6 @@ menu "Allwinner (sunxi) boards"
 config ARCH_SUN50I_A64
 	bool "Allwinner A64 SoC"
 	select CPU_V8
-	select CPU_SUPPORTS_64BIT_KERNEL
 	select CLOCKSOURCE_ARM_ARCHITECTED_TIMER
 	select PINCTRL_SUN50I_A64
 	depends on 64BIT
-- 
2.47.2




More information about the barebox mailing list