summaryrefslogtreecommitdiffstats
path: root/board/dave/PPChameleonEVB/Kconfig
blob: bfe001164909c178eababe1e70be72b508d02443 (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
if TARGET_CATCENTER

config SYS_BOARD
	default "PPChameleonEVB"

config SYS_VENDOR
	default "dave"

config SYS_CONFIG_NAME
	default "CATcenter"

endif

if TARGET_PPCHAMELEONEVB

config SYS_BOARD
	default "PPChameleonEVB"

config SYS_VENDOR
	default "dave"

config SYS_CONFIG_NAME
	default "PPChameleonEVB"

endif
OpenPOWER on IntegriCloud