summaryrefslogtreecommitdiffstats
path: root/board/dave/PPChameleonEVB/Kconfig
blob: 3e956542391b50812e25b9bd0510e29e28369160 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
if TARGET_CATCENTER

config SYS_BOARD
	string
	default "PPChameleonEVB"

config SYS_VENDOR
	string
	default "dave"

config SYS_CONFIG_NAME
	string
	default "CATcenter"

endif

if TARGET_PPCHAMELEONEVB

config SYS_BOARD
	string
	default "PPChameleonEVB"

config SYS_VENDOR
	string
	default "dave"

config SYS_CONFIG_NAME
	string
	default "PPChameleonEVB"

endif
OpenPOWER on IntegriCloud