summaryrefslogtreecommitdiffstats
path: root/board/aspeed/Kconfig
blob: 5d356e297a7d5a5339f7a990945f73561a7da826 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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