@@ -2261,6 +2261,7 @@ Q: https://patchwork.ozlabs.org/project/linux-aspeed/list/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc.git
F: Documentation/devicetree/bindings/arm/aspeed/
F: arch/arm/boot/dts/aspeed/
+F: arch/arm64/boot/dts/aspeed/
F: arch/arm/mach-aspeed/
N: aspeed
@@ -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"
Add ARCH_ASPEED in current arm64 architecture. Signed-off-by: Kevin Chen <kevin_chen@aspeedtech.com> --- MAINTAINERS | 1 + arch/arm64/Kconfig.platforms | 6 ++++++ 2 files changed, 7 insertions(+)