]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-aspeed/ast2500/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / arch / arm / mach-aspeed / ast2500 / Kconfig
1 if ASPEED_AST2500
2
3 config SYS_CPU
4         default "arm1176"
5
6 config TARGET_EVB_AST2500
7         bool "Evb-AST2500"
8         help
9           Evb-AST2500 is Aspeed evaluation board for AST2500 chip.
10           It has 512M of RAM, 32M of SPI flash, two Ethernet ports,
11           4 Serial ports, 4 USB ports, VGA port, PCIe, SD card slot,
12           20 pin JTAG, pinouts for 14 I2Cs, 3 SPIs and eSPI, 8 PWMs.
13
14 source "board/aspeed/evb_ast2500/Kconfig"
15
16 endif