[PATCH v9 2/4] arm64: Kconfig: Add ASPEED SoC family Kconfig support
Ryan Chen
ryan_chen at aspeedtech.com
Mon Jun 8 19:47:19 PDT 2026
Add support for ASPEED SoC family like ast27XX 8th
generation ASPEED BMCs.
Signed-off-by: Ryan Chen <ryan_chen at aspeedtech.com>
---
arch/arm64/Kconfig.platforms | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index dc995a732117..d2acfac73003 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -48,6 +48,12 @@ config ARCH_ARTPEC
help
This enables support for the ARMv8 based ARTPEC SoC Family.
+config ARCH_ASPEED
+ bool "Aspeed SoC family"
+ help
+ This enables support for ASPEED's SoC family, such as the
+ ast27XX 8th generation Baseboard Management Controller (BMC).
+
config ARCH_AXIADO
bool "Axiado SoC Family"
select GPIOLIB
--
2.34.1
More information about the linux-arm-kernel
mailing list