]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/armltd/integrator/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / board / armltd / integrator / Kconfig
1 if TARGET_INTEGRATORAP_CM720T
2
3 config SYS_BOARD
4         default "integrator"
5
6 config SYS_VENDOR
7         default "armltd"
8
9 config SYS_CONFIG_NAME
10         default "integratorap"
11
12 endif
13
14 if TARGET_INTEGRATORAP_CM920T
15
16 config SYS_BOARD
17         default "integrator"
18
19 config SYS_VENDOR
20         default "armltd"
21
22 config SYS_CONFIG_NAME
23         default "integratorap"
24
25 endif
26
27 if TARGET_INTEGRATORCP_CM920T
28
29 config SYS_BOARD
30         default "integrator"
31
32 config SYS_VENDOR
33         default "armltd"
34
35 config SYS_CONFIG_NAME
36         default "integratorcp"
37
38 endif
39
40 if TARGET_INTEGRATORAP_CM926EJS
41
42 config SYS_BOARD
43         default "integrator"
44
45 config SYS_VENDOR
46         default "armltd"
47
48 config SYS_CONFIG_NAME
49         default "integratorap"
50
51 endif
52
53 if TARGET_INTEGRATORCP_CM926EJS
54
55 config SYS_BOARD
56         default "integrator"
57
58 config SYS_VENDOR
59         default "armltd"
60
61 config SYS_CONFIG_NAME
62         default "integratorcp"
63
64 endif
65
66 if TARGET_INTEGRATORCP_CM1136
67
68 config SYS_BOARD
69         default "integrator"
70
71 config SYS_VENDOR
72         default "armltd"
73
74 config SYS_CONFIG_NAME
75         default "integratorcp"
76
77 endif
78
79 if TARGET_INTEGRATORAP_CM946ES
80
81 config SYS_BOARD
82         default "integrator"
83
84 config SYS_VENDOR
85         default "armltd"
86
87 config SYS_CONFIG_NAME
88         default "integratorap"
89
90 endif
91
92 if TARGET_INTEGRATORCP_CM946ES
93
94 config SYS_BOARD
95         default "integrator"
96
97 config SYS_VENDOR
98         default "armltd"
99
100 config SYS_CONFIG_NAME
101         default "integratorcp"
102
103 endif