[PATCH 3/6] arm64: Kconfig.platforms: add ARCH_AXERA

From: Leng Honglin

Date: Fri Aug 21 2026 - 06:17:36 EST


Enable the ARCH_AXERA platform option for Axera arm64 platforms.

Reviewed-by: Shi Zhicheng <shizhicheng@xxxxxxxxxxxxxx>
Signed-off-by: Leng Honglin <lenghonglin@xxxxxxxxxxxxxx>
---
arch/arm64/Kconfig.platforms | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index d2acfac73003..a6f2f009461e 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -54,6 +54,11 @@ config ARCH_ASPEED
This enables support for ASPEED's SoC family, such as the
ast27XX 8th generation Baseboard Management Controller (BMC).

+config ARCH_AXERA
+ bool "Axera SoC family"
+ help
+ This enables support for the Axera SoC family.
+
config ARCH_AXIADO
bool "Axiado SoC Family"
select GPIOLIB

--
2.34.1