Skip to content

Commit 9afe2c0

Browse files
committed
ARM: aspeed: Add ASPEED AST2600 architecture
The AST2600 is a Cortex A7 dual core CPU that uses the ARM GIC for interrupts and ARM timer as a clocksource. Reviewed-by: Andrew Jeffery <[email protected]> Signed-off-by: Joel Stanley <[email protected]>
1 parent e35d7db commit 9afe2c0

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

arch/arm/mach-aspeed/Kconfig

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
menuconfig ARCH_ASPEED
33
bool "Aspeed BMC architectures"
4-
depends on ARCH_MULTI_V5 || ARCH_MULTI_V6
4+
depends on ARCH_MULTI_V5 || ARCH_MULTI_V6 || ARCH_MULTI_V7
55
select SRAM
66
select WATCHDOG
77
select ASPEED_WATCHDOG
@@ -33,4 +33,16 @@ config MACH_ASPEED_G5
3333
Say yes if you intend to run on an Aspeed ast2500 or similar
3434
fifth generation Aspeed BMCs.
3535

36+
config MACH_ASPEED_G6
37+
bool "Aspeed SoC 6th Generation"
38+
depends on ARCH_MULTI_V7
39+
select CPU_V7
40+
select PINCTRL_ASPEED_G6
41+
select ARM_GIC
42+
select HAVE_ARM_ARCH_TIMER
43+
select HAVE_SMP
44+
help
45+
Say yes if you intend to run on an Aspeed ast2600 or similar
46+
sixth generation Aspeed BMCs.
47+
3648
endif

0 commit comments

Comments
 (0)