summaryrefslogtreecommitdiffstats
path: root/board/esd/cpci405/Kconfig
blob: bc569070ce68e0fd59dcf8a40920aee029c32981 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
if TARGET_CPCI405

config SYS_BOARD
	default "cpci405"

config SYS_VENDOR
	default "esd"

config SYS_CONFIG_NAME
	default "CPCI405"

endif

if TARGET_CPCI4052

config SYS_BOARD
	default "cpci405"

config SYS_VENDOR
	default "esd"

config SYS_CONFIG_NAME
	default "CPCI4052"

endif

if TARGET_CPCI405AB

config SYS_BOARD
	default "cpci405"

config SYS_VENDOR
	default "esd"

config SYS_CONFIG_NAME
	default "CPCI405AB"

endif

if TARGET_CPCI405DT

config SYS_BOARD
	default "cpci405"

config SYS_VENDOR
	default "esd"

config SYS_CONFIG_NAME
	default "CPCI405DT"

endif
OpenPOWER on IntegriCloud