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