summaryrefslogtreecommitdiffstats
path: root/board/aspeed/ast-g5/Kconfig
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2016-07-13 16:39:06 +0930
committerJoel Stanley <joel@jms.id.au>2016-07-27 15:44:02 +0930
commitf9b2a49f57c153c7358f9769234c0cefdf4de8d4 (patch)
tree4b8c68ec844541a8d065211330900bb5c226d428 /board/aspeed/ast-g5/Kconfig
parent784c705b79b08b3c2c599766ea97ce7de3b32423 (diff)
downloadtalos-obmc-uboot-f9b2a49f57c153c7358f9769234c0cefdf4de8d4.tar.gz
talos-obmc-uboot-f9b2a49f57c153c7358f9769234c0cefdf4de8d4.zip
board/aspeed: Add ast-g5 board
This adds a Aspeed fifth generation board with defconfigs for a system with NCSI and with a directly attached PHY configuration. Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'board/aspeed/ast-g5/Kconfig')
-rw-r--r--board/aspeed/ast-g5/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/board/aspeed/ast-g5/Kconfig b/board/aspeed/ast-g5/Kconfig
new file mode 100644
index 0000000000..9bd3e7de49
--- /dev/null
+++ b/board/aspeed/ast-g5/Kconfig
@@ -0,0 +1,22 @@
+if TARGET_AST_G5
+
+config SYS_ARCH
+ default "arm"
+
+config SYS_CPU
+ default "arm1176"
+
+config SYS_BOARD
+ default "ast-g5"
+
+config SYS_VENDOR
+ default "aspeed"
+
+config SYS_SOC
+ default "aspeed"
+
+config SYS_CONFIG_NAME
+ default "ast-g5-phy" if ASPEED_NET_PHY
+ default "ast-g5-ncsi" if ASPEED_NET_NCSI
+
+endif
OpenPOWER on IntegriCloud