xref: /openbmc/u-boot/arch/arm/mach-aspeed/Kconfig (revision 11ae93eef40c09280f36104b6a8cf5d807f0bb0d)
1if ARCH_ASPEED
2
3config SYS_ARCH
4	default "arm"
5
6config SYS_SOC
7	default "aspeed"
8
9config SYS_TEXT_BASE
10	default 0x00000000
11
12config ASPEED_AST2500
13	bool "Support Aspeed AST2500 SoC"
14	depends on DM_RESET
15	select CPU_ARM1176
16	help
17	  The Aspeed AST2500 is a ARM-based SoC with arm1176 CPU.
18	  It is used as Board Management Controller on many server boards,
19	  which is enabled by support of LPC and eSPI peripherals.
20
21source "arch/arm/mach-aspeed/ast2500/Kconfig"
22
23endif
24