1if ASPEED_AST2400
2
3config SYS_CPU
4	default "arm926"
5
6choice
7	prompt "AST2400 target select"
8	depends on ASPEED_AST2400
9	default TARGET_EVB_AST2400
10
11config TARGET_EVB_AST2400
12	bool "EVB-AST2400"
13	help
14	  Evb-AST2400 is Aspeed evaluation board for AST2400 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_ast2400/Kconfig"
21
22endif
23