summaryrefslogtreecommitdiffstats
path: root/board/gdsys/mpc8308/Kconfig
blob: 9a1a3a2f28269ff84d5624571d504319ddf58a56 (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_HRCON

config SYS_BOARD
	default "mpc8308"

config SYS_VENDOR
	default "gdsys"

config SYS_CONFIG_NAME
	default "hrcon"

endif

if TARGET_STRIDER

config SYS_BOARD
	default "mpc8308"

config SYS_VENDOR
	default "gdsys"

config SYS_CONFIG_NAME
	default "strider"

endif
OpenPOWER on IntegriCloud