summaryrefslogtreecommitdiffstats
path: root/board/aspeed/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/aspeed/Kconfig')
-rw-r--r--board/aspeed/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/board/aspeed/Kconfig b/board/aspeed/Kconfig
new file mode 100644
index 0000000000..5d356e297a
--- /dev/null
+++ b/board/aspeed/Kconfig
@@ -0,0 +1,16 @@
+source "board/aspeed/ast-g5/Kconfig"
+source "board/aspeed/ast-g4/Kconfig"
+
+choice
+ prompt "Network configuration"
+ default ASPEED_NET_NCSI
+ help
+ Select Aspeed network configuration
+
+config ASPEED_NET_PHY
+ bool "Use a direct attached PHY"
+
+config ASPEED_NET_NCSI
+ bool "Use a network controller attached via NSCI"
+
+endchoice
OpenPOWER on IntegriCloud