summaryrefslogtreecommitdiffstats
path: root/board/aspeed/ast-g4/Kconfig
blob: 2bec9a733a92d84c5d3097af96bba10227b46585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
if TARGET_AST_G4

config SYS_ARCH
	default "arm"

config SYS_CPU
	default "arm926ejs"

config SYS_BOARD
	default "ast-g4"

config SYS_VENDOR
	default "aspeed"

config SYS_SOC
	default "aspeed"

config SYS_CONFIG_NAME
	default "ast-g4-phy" if ASPEED_NET_PHY
	default "ast-g4-ncsi" if ASPEED_NET_NCSI

endif
OpenPOWER on IntegriCloud