
19 May
2024
19 May
'24
2:56 p.m.
We don't have thumb on arm64, so that's pointless and causing problems on some headers.
Signed-off-by: Jiaxun Yang jiaxun.yang@flygoat.com --- arch/arm/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 39ad03acd2e4..46c0d33b3c6e 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -152,8 +152,7 @@ config GPIO_EXTRA_HEADER
# Used for compatibility with asm files copied from the kernel config ARM_ASM_UNIFIED - bool - default y + def_bool !ARM64
# Used for compatibility with asm files copied from the kernel config THUMB2_KERNEL
--
2.43.0