xref: /openbmc/u-boot/arch/arm/mach-aspeed/Kconfig (revision 14e4b14979574a6b31f4e3037f81d5c66a8ae7b8)
14697abeaSmaxims@google.comif ARCH_ASPEED
24697abeaSmaxims@google.com
34697abeaSmaxims@google.comconfig SYS_ARCH
44697abeaSmaxims@google.com	default "arm"
54697abeaSmaxims@google.com
64697abeaSmaxims@google.comconfig SYS_SOC
74697abeaSmaxims@google.com	default "aspeed"
84697abeaSmaxims@google.com
94697abeaSmaxims@google.comconfig SYS_TEXT_BASE
104697abeaSmaxims@google.com	default 0x00000000
114697abeaSmaxims@google.com
124697abeaSmaxims@google.comconfig ASPEED_AST2500
134697abeaSmaxims@google.com	bool "Support Aspeed AST2500 SoC"
144697abeaSmaxims@google.com	select CPU_ARM1176
154697abeaSmaxims@google.com	help
164697abeaSmaxims@google.com	  The Aspeed AST2500 is a ARM-based SoC with arm1176 CPU.
174697abeaSmaxims@google.com	  It is used as Board Management Controller on many server boards,
184697abeaSmaxims@google.com	  which is enabled by support of LPC and eSPI peripherals.
194697abeaSmaxims@google.com
204697abeaSmaxims@google.comconfig WDT_NUM
214697abeaSmaxims@google.com	int "Number of Watchdog Timers"
224697abeaSmaxims@google.com	default 3 if ASPEED_AST2500
234697abeaSmaxims@google.com	help
244697abeaSmaxims@google.com	  The number of Watchdot Timers on a SoC.
254697abeaSmaxims@google.com	  AST2500 has three WDTsk earlier versions have two or fewer.
264697abeaSmaxims@google.com
27*14e4b149Smaxims@google.comsource "arch/arm/mach-aspeed/ast2500/Kconfig"
28*14e4b149Smaxims@google.com
294697abeaSmaxims@google.comendif
30