1if ASPEED_AST2500
2
3config SYS_CPU
4	default "arm1176"
5
6choice
7	prompt "AST2500 target select"
8	depends on ASPEED_AST2500
9	default TARGET_EVB_AST2500
10
11config TARGET_EVB_AST2500
12	bool "EVB-AST2500"
13	help
14	  Evb-AST2500 is Aspeed evaluation board for AST2500 chip.
15	  It has 512M of RAM, 32M of SPI flash, two Ethernet ports,
16	  4 Serial ports, 4 USB ports, VGA port, PCIe, SD card slot,
17	  20 pin JTAG, pinouts for 14 I2Cs, 3 SPIs and eSPI, 8 PWMs.
18endchoice
19
20source "board/aspeed/evb_ast2500/Kconfig"
21
22endif
23