diff mbox series

[02/13] arm: Don't select ARM_ASM_UNIFIED on arm64

Message ID 20240519-aarch64-be-v1-2-75cc328eddfa@flygoat.com
State Changes Requested
Delegated to: Tom Rini
Headers show
Series Arm64 big endian enablement | expand

Commit Message

Jiaxun Yang May 19, 2024, 12:56 p.m. UTC
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 mbox series

Patch

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