]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/tqc/tqm8xx/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / board / tqc / tqm8xx / Kconfig
1 if TARGET_FPS850L
2
3 config SYS_BOARD
4         default "tqm8xx"
5
6 config SYS_VENDOR
7         default "tqc"
8
9 config SYS_CONFIG_NAME
10         default "FPS850L"
11
12 endif
13
14 if TARGET_FPS860L
15
16 config SYS_BOARD
17         default "tqm8xx"
18
19 config SYS_VENDOR
20         default "tqc"
21
22 config SYS_CONFIG_NAME
23         default "FPS860L"
24
25 endif
26
27 if TARGET_NSCU
28
29 config SYS_BOARD
30         default "tqm8xx"
31
32 config SYS_VENDOR
33         default "tqc"
34
35 config SYS_CONFIG_NAME
36         default "NSCU"
37
38 endif
39
40 if TARGET_SM850
41
42 config SYS_BOARD
43         default "tqm8xx"
44
45 config SYS_VENDOR
46         default "tqc"
47
48 config SYS_CONFIG_NAME
49         default "SM850"
50
51 endif
52
53 if TARGET_TK885D
54
55 config SYS_BOARD
56         default "tqm8xx"
57
58 config SYS_VENDOR
59         default "tqc"
60
61 config SYS_CONFIG_NAME
62         default "TK885D"
63
64 endif
65
66 if TARGET_TQM823L
67
68 config SYS_BOARD
69         default "tqm8xx"
70
71 config SYS_VENDOR
72         default "tqc"
73
74 config SYS_CONFIG_NAME
75         default "TQM823L"
76
77 endif
78
79 if TARGET_TQM823M
80
81 config SYS_BOARD
82         default "tqm8xx"
83
84 config SYS_VENDOR
85         default "tqc"
86
87 config SYS_CONFIG_NAME
88         default "TQM823M"
89
90 endif
91
92 if TARGET_TQM850L
93
94 config SYS_BOARD
95         default "tqm8xx"
96
97 config SYS_VENDOR
98         default "tqc"
99
100 config SYS_CONFIG_NAME
101         default "TQM850L"
102
103 endif
104
105 if TARGET_TQM850M
106
107 config SYS_BOARD
108         default "tqm8xx"
109
110 config SYS_VENDOR
111         default "tqc"
112
113 config SYS_CONFIG_NAME
114         default "TQM850M"
115
116 endif
117
118 if TARGET_TQM855L
119
120 config SYS_BOARD
121         default "tqm8xx"
122
123 config SYS_VENDOR
124         default "tqc"
125
126 config SYS_CONFIG_NAME
127         default "TQM855L"
128
129 endif
130
131 if TARGET_TQM855M
132
133 config SYS_BOARD
134         default "tqm8xx"
135
136 config SYS_VENDOR
137         default "tqc"
138
139 config SYS_CONFIG_NAME
140         default "TQM855M"
141
142 endif
143
144 if TARGET_TQM860L
145
146 config SYS_BOARD
147         default "tqm8xx"
148
149 config SYS_VENDOR
150         default "tqc"
151
152 config SYS_CONFIG_NAME
153         default "TQM860L"
154
155 endif
156
157 if TARGET_TQM860M
158
159 config SYS_BOARD
160         default "tqm8xx"
161
162 config SYS_VENDOR
163         default "tqc"
164
165 config SYS_CONFIG_NAME
166         default "TQM860M"
167
168 endif
169
170 if TARGET_TQM862L
171
172 config SYS_BOARD
173         default "tqm8xx"
174
175 config SYS_VENDOR
176         default "tqc"
177
178 config SYS_CONFIG_NAME
179         default "TQM862L"
180
181 endif
182
183 if TARGET_TQM862M
184
185 config SYS_BOARD
186         default "tqm8xx"
187
188 config SYS_VENDOR
189         default "tqc"
190
191 config SYS_CONFIG_NAME
192         default "TQM862M"
193
194 endif
195
196 if TARGET_TQM866M
197
198 config SYS_BOARD
199         default "tqm8xx"
200
201 config SYS_VENDOR
202         default "tqc"
203
204 config SYS_CONFIG_NAME
205         default "TQM866M"
206
207 endif
208
209 if TARGET_TQM885D
210
211 config SYS_BOARD
212         default "tqm8xx"
213
214 config SYS_VENDOR
215         default "tqc"
216
217 config SYS_CONFIG_NAME
218         default "TQM885D"
219
220 endif
221
222 if TARGET_VIRTLAB2
223
224 config SYS_BOARD
225         default "tqm8xx"
226
227 config SYS_VENDOR
228         default "tqc"
229
230 config SYS_CONFIG_NAME
231         default "virtlab2"
232
233 endif