[PATCH v0 2/5] arm64: Kconfig: Add Aspeed SoC family (ast2700) platform option
From: Ryan Chen
Date: Thu Jun 12 2025 - 06:10:43 EST
Add ARCH_ASPEED platform option to arm64 Kconfig, enabling support
for Aspeed ast2700 and similar 7th generation Aspeed BMCs.
Signed-off-by: Ryan Chen <ryan_chen@xxxxxxxxxxxxxx>
---
arch/arm64/Kconfig.platforms | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index a541bb029aa4..03e6c168c87e 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -40,6 +40,12 @@ config ARCH_APPLE
This enables support for Apple's in-house ARM SoC family, such
as the Apple M1.
+config ARCH_ASPEED
+ bool "Aspeed SoC family"
+ help
+ Say yes if you intend to run on an Aspeed ast2700 or similar
+ seventh generation Aspeed BMCs.
+
menuconfig ARCH_BCM
bool "Broadcom SoC Support"
--
2.34.1