1b9553986Sryan_chenif ASPEED_AST2600
2b9553986Sryan_chen
3b9553986Sryan_chenconfig SYS_CPU
4b9553986Sryan_chen	default "armv7"
5b9553986Sryan_chen
63ceef17cSChia-Wei, Wangchoice
73ceef17cSChia-Wei, Wang	prompt "AST2600 board select"
83ceef17cSChia-Wei, Wang	depends on ASPEED_AST2600
9fb79a3bfSChia-Wei, Wang	default TARGET_EVB_AST2600A0
103ceef17cSChia-Wei, Wang
11fb79a3bfSChia-Wei, Wangconfig TARGET_EVB_AST2600A0
12fb79a3bfSChia-Wei, Wang	bool "EVB-AST2600A0"
133ceef17cSChia-Wei, Wang	depends on ASPEED_AST2600
14b9553986Sryan_chen	help
153ceef17cSChia-Wei, Wang	  EVB-AST2600 is Aspeed evaluation board for AST2600 chip.
16b9553986Sryan_chen	  It has 512M of RAM, 32M of SPI flash, two Ethernet ports,
17b9553986Sryan_chen	  4 Serial ports, 4 USB ports, VGA port, PCIe, SD card slot,
18b9553986Sryan_chen	  20 pin JTAG, pinouts for 14 I2Cs, 3 SPIs and eSPI, 8 PWMs.
191a68faacSChia-Wei, Wang
20fb79a3bfSChia-Wei, Wangconfig TARGET_EVB_AST2600A1
21fb79a3bfSChia-Wei, Wang	bool "EVB-AST2600A1"
22fb79a3bfSChia-Wei, Wang	depends on ASPEED_AST2600
23fb79a3bfSChia-Wei, Wang	help
24fb79a3bfSChia-Wei, Wang	  EVB-AST2600A1 is based on A0 with ECO changes
25fb79a3bfSChia-Wei, Wang
26fb79a3bfSChia-Wei, Wangconfig TARGET_NCSI_AST2600A0
27fb79a3bfSChia-Wei, Wang	bool "NCSI-AST2600A0"
28fb79a3bfSChia-Wei, Wang	depends on ASPEED_AST2600
29fb79a3bfSChia-Wei, Wang	help
30fb79a3bfSChia-Wei, Wang	  NCSI-AST2600 is Aspeed EVB board for AST2600 chip with NC-SI
31fb79a3bfSChia-Wei, Wang	  daughtercard. This is mainly for internal development. Note that
32fb79a3bfSChia-Wei, Wang	  most implementation is co-code with EVB-AST2600.
33fb79a3bfSChia-Wei, Wang
34fb79a3bfSChia-Wei, Wangconfig TARGET_NCSI_AST2600A1
35fb79a3bfSChia-Wei, Wang	bool "NCSI-AST2600A1"
36fb79a3bfSChia-Wei, Wang	depends on ASPEED_AST2600
37fb79a3bfSChia-Wei, Wang	help
38fb79a3bfSChia-Wei, Wang	  NCSI-AST2600A1 is based on A0 with ECO changes
39fb79a3bfSChia-Wei, Wang
401a68faacSChia-Wei, Wangconfig TARGET_FPGA_AST2600
411a68faacSChia-Wei, Wang	bool "FPGA-AST2600"
421a68faacSChia-Wei, Wang	depends on ASPEED_AST2600
431a68faacSChia-Wei, Wang	help
441a68faacSChia-Wei, Wang	  FPGA-AST2600 is Aspeed FPGA board for AST2600 chip.
451a68faacSChia-Wei, Wang	  This is mainly for internal development. Note that
461a68faacSChia-Wei, Wang	  most implementation is co-code with EVB-AST2600.
4773718fb8SDylan Hung
48*57efeb04SChia-Wei, Wangconfig TARGET_SLT_AST2600
49*57efeb04SChia-Wei, Wang	bool "SLT-AST2600"
50*57efeb04SChia-Wei, Wang	depends on ASPEED_AST2600
51*57efeb04SChia-Wei, Wang	help
52*57efeb04SChia-Wei, Wang	  SLT-AST2600 is Aspeed SLT board for AST2600 chip.
53*57efeb04SChia-Wei, Wang
543ceef17cSChia-Wei, Wangendchoice
55b9553986Sryan_chen
56fb79a3bfSChia-Wei, Wangsource "board/aspeed/evb_ast2600a0/Kconfig"
57fb79a3bfSChia-Wei, Wangsource "board/aspeed/evb_ast2600a1/Kconfig"
58fb79a3bfSChia-Wei, Wangsource "board/aspeed/ncsi_ast2600a0/Kconfig"
59fb79a3bfSChia-Wei, Wangsource "board/aspeed/ncsi_ast2600a1/Kconfig"
601a68faacSChia-Wei, Wangsource "board/aspeed/fpga_ast2600/Kconfig"
61*57efeb04SChia-Wei, Wangsource "board/aspeed/slt_ast2600/Kconfig"
62b9553986Sryan_chen
63b9553986Sryan_chenendif
64