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