aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arm/mach-aspeed/ast2600/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/arm/mach-aspeed/ast2600/Kconfig')
-rw-r--r--roms/u-boot/arch/arm/mach-aspeed/ast2600/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/mach-aspeed/ast2600/Kconfig b/roms/u-boot/arch/arm/mach-aspeed/ast2600/Kconfig
new file mode 100644
index 000000000..f3a53387a
--- /dev/null
+++ b/roms/u-boot/arch/arm/mach-aspeed/ast2600/Kconfig
@@ -0,0 +1,17 @@
+if ASPEED_AST2600
+
+config SYS_CPU
+ default "armv7"
+
+config TARGET_EVB_AST2600
+ bool "EVB-AST2600"
+ depends on ASPEED_AST2600
+ help
+ EVB-AST2600 is Aspeed evaluation board for AST2600A0 chip.
+ It has 512M of RAM, 32M of SPI flash, two Ethernet ports,
+ 4 Serial ports, 4 USB ports, VGA port, PCIe, SD card slot,
+ 20 pin JTAG, pinouts for 14 I2Cs, 3 SPIs and eSPI, 8 PWMs.
+
+source "board/aspeed/evb_ast2600/Kconfig"
+
+endif