Add vendor strings in mainboard/Kconfig. Trivial.
[coreboot.git] / src / mainboard / Kconfig
1 menu "Mainboard"
2
3 choice
4         prompt "Mainboard vendor"
5         default VENDOR_EMULATION
6
7 config VENDOR_ATREND
8         bool "A-Trend"
9 config VENDOR_ABIT
10         bool "Abit"
11 config VENDOR_ADVANTECH
12         bool "Advantech"
13 config VENDOR_AGAMI
14         bool "agami"
15 config VENDOR_AMD
16         bool "AMD"
17 config VENDOR_ARIMA
18         bool "Arima"
19 config VENDOR_ARTEC
20         bool "Artec Group"
21 config VENDOR_ASI
22         bool "ASI"
23 config VENDOR_ASUS
24         bool "ASUS"
25 config VENDOR_AXUS
26         bool "AXUS"
27 config VENDOR_AZZA
28         bool "AZZA"
29 config VENDOR_BCOM
30         bool "BCOM"
31 config VENDOR_BIOSTAR
32         bool "Biostar"
33 config VENDOR_BROADCOM
34         bool "Broadcom"
35 config VENDOR_COMPAQ
36         bool "Compaq"
37 config VENDOR_DELL
38         bool "Dell"
39 config VENDOR_DIGITALLOGIC
40         bool "DIGITAL-LOGIC"
41 config VENDOR_EAGLELION
42         bool "EagleLion"
43 config VENDOR_EMBEDDEDPLANET
44         bool "Embedded Planet"
45 config VENDOR_EMULATION
46         bool "Emulation"
47 config VENDOR_GIGABYTE
48         bool "GIGABYTE"
49 config VENDOR_HP
50         bool "HP"
51 config VENDOR_IBM
52         bool "IBM"
53 config VENDOR_IEI
54         bool "IEI"
55 config VENDOR_INTEL
56         bool "Intel"
57 config VENDOR_IWILL
58         bool "IWILL"
59 config VENDOR_JETWAY
60         bool "Jetway"
61 config VENDOR_KONTRON
62         bool "Kontron"
63 config VENDOR_LIPPERT
64         bool "Lippert"
65 config VENDOR_MOTOROLA
66         bool "Motorola"
67 config VENDOR_MSI
68         bool "MSI"
69 config VENDOR_NEC
70         bool "NEC"
71 config VENDOR_NEWISYS
72         bool "Newisys"
73 config VENDOR_NVIDIA
74         bool "NVIDIA"
75 config VENDOR_OLPC
76         bool "OLPC"
77 config VENDOR_PCENGINES
78         bool "PC Engines"
79 config VENDOR_RCA
80         bool "RCA"
81 config VENDOR_SUNW
82         bool "Sun"
83 config VENDOR_SUPERMICRO
84         bool "Supermicro"
85 config VENDOR_TECHNEXION
86         bool "Technexion"
87 config VENDOR_THOMSON
88         bool "Thomson"
89 config VENDOR_TOTALIMPACT
90         bool "Total Impact"
91 config VENDOR_TYAN
92         bool "Tyan"
93 config VENDOR_VIA
94         bool "VIA"
95
96 endchoice
97
98 config MAINBOARD_VENDOR
99         string
100         default "A-Trend"
101         depends on VENDOR_ATREND
102
103 config MAINBOARD_VENDOR
104         string
105         default "Abit"
106         depends on VENDOR_ABIT
107
108 config MAINBOARD_VENDOR
109         string
110         default "Advantech"
111         depends on VENDOR_ADVANTECH
112
113 config MAINBOARD_VENDOR
114         string
115         default "agami"
116         depends on VENDOR_AGAMI
117
118 config MAINBOARD_VENDOR
119         string
120         default "AMD"
121         depends on VENDOR_AMD
122
123 config MAINBOARD_VENDOR
124         string
125         default "Arima"
126         depends on VENDOR_ARIMA
127
128 config MAINBOARD_VENDOR
129         string
130         default "Artec Group"
131         depends on VENDOR_ARTEC
132
133 config MAINBOARD_VENDOR
134         string
135         default "ASI"
136         depends on VENDOR_ASI
137
138 config MAINBOARD_VENDOR
139         string
140         default "ASUS"
141         depends on VENDOR_ASUS
142
143 config MAINBOARD_VENDOR
144         string
145         default "AXUS"
146         depends on VENDOR_AXUS
147
148 config MAINBOARD_VENDOR
149         string
150         default "AZZA"
151         depends on VENDOR_AZZA
152
153 config MAINBOARD_VENDOR
154         string
155         default "BCOM"
156         depends on VENDOR_BCOM
157
158 config MAINBOARD_VENDOR
159         string
160         default "Biostar"
161         depends on VENDOR_BIOSTAR
162
163 config MAINBOARD_VENDOR
164         string
165         default "Broadcom"
166         depends on VENDOR_BROADCOM
167
168 config MAINBOARD_VENDOR
169         string
170         default "Compaq"
171         depends on VENDOR_COMPAQ
172
173 config MAINBOARD_VENDOR
174         string
175         default "Dell"
176         depends on VENDOR_DELL
177
178 config MAINBOARD_VENDOR
179         string
180         default "DIGITAL-LOGIC"
181         depends on VENDOR_DIGITALLOGIC
182
183 config MAINBOARD_VENDOR
184         string
185         default "EagleLion"
186         depends on VENDOR_EAGLELION
187
188 config MAINBOARD_VENDOR
189         string
190         default "Embedded Planet"
191         depends on VENDOR_EMBEDDEDPLANET
192
193 config MAINBOARD_VENDOR
194         string
195         default "Emulation"
196         depends on VENDOR_EMULATION
197
198 config MAINBOARD_VENDOR
199         string
200         default "GIGABYTE"
201         depends on VENDOR_GIGABYTE
202
203 config MAINBOARD_VENDOR
204         string
205         default "HP"
206         depends on VENDOR_HP
207
208 config MAINBOARD_VENDOR
209         string
210         default "IBM"
211         depends on VENDOR_IBM
212
213 config MAINBOARD_VENDOR
214         string
215         default "IEI"
216         depends on VENDOR_IEI
217
218 config MAINBOARD_VENDOR
219         string
220         default "Intel"
221         depends on VENDOR_INTEL
222
223 config MAINBOARD_VENDOR
224         string
225         default "IWILL"
226         depends on VENDOR_IWILL
227
228 config MAINBOARD_VENDOR
229         string
230         default "Jetway"
231         depends on VENDOR_JETWAY
232
233 config MAINBOARD_VENDOR
234         string
235         default "Kontron"
236         depends on VENDOR_KONTRON
237
238 config MAINBOARD_VENDOR
239         string
240         default "Lippert"
241         depends on VENDOR_LIPPERT
242
243 config MAINBOARD_VENDOR
244         string
245         default "Motorola"
246         depends on VENDOR_MOTOROLA
247
248 config MAINBOARD_VENDOR
249         string
250         default "MSI"
251         depends on VENDOR_MSI
252
253 config MAINBOARD_VENDOR
254         string
255         default "NEC"
256         depends on VENDOR_NEC
257
258 config MAINBOARD_VENDOR
259         string
260         default "Newisys"
261         depends on VENDOR_NEWISYS
262
263 config MAINBOARD_VENDOR
264         string
265         default "NVIDIA"
266         depends on VENDOR_NVIDIA
267
268 config MAINBOARD_VENDOR
269         string
270         default "OLPC"
271         depends on VENDOR_OLPC
272
273 config MAINBOARD_VENDOR
274         string
275         default "PC Engines"
276         depends on VENDOR_PCENGINES
277
278 config MAINBOARD_VENDOR
279         string
280         default "RCA"
281         depends on VENDOR_RCA
282
283 config MAINBOARD_VENDOR
284         string
285         default "Sun"
286         depends on VENDOR_SUNW
287
288 config MAINBOARD_VENDOR
289         string
290         default "Supermicro"
291         depends on VENDOR_SUPERMICRO
292
293 config MAINBOARD_VENDOR
294         string
295         default "Technexion"
296         depends on VENDOR_TECHNEXION
297
298 config MAINBOARD_VENDOR
299         string
300         default "Thomson"
301         depends on VENDOR_THOMSON
302
303 config MAINBOARD_VENDOR
304         string
305         default "Total Impact"
306         depends on VENDOR_TOTALIMPACT
307
308 config MAINBOARD_VENDOR
309         string
310         default "Tyan"
311         depends on VENDOR_TYAN
312
313 config MAINBOARD_VENDOR
314         string
315         default "VIA"
316         depends on VENDOR_VIA
317
318 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
319         hex
320         default 0x1019
321         depends on VENDOR_VIA
322
323 source "src/mainboard/a-trend/Kconfig"
324 source "src/mainboard/abit/Kconfig"
325 source "src/mainboard/advantech/Kconfig"
326 source "src/mainboard/amd/Kconfig"
327 source "src/mainboard/arima/Kconfig"
328 source "src/mainboard/artecgroup/Kconfig"
329 source "src/mainboard/asi/Kconfig"
330 source "src/mainboard/asus/Kconfig"
331 source "src/mainboard/axus/Kconfig"
332 source "src/mainboard/azza/Kconfig"
333 source "src/mainboard/bcom/Kconfig"
334 source "src/mainboard/biostar/Kconfig"
335 source "src/mainboard/broadcom/Kconfig"
336 source "src/mainboard/compaq/Kconfig"
337 source "src/mainboard/dell/Kconfig"
338 source "src/mainboard/digitallogic/Kconfig"
339 source "src/mainboard/eaglelion/Kconfig"
340 source "src/mainboard/embeddedplanet/Kconfig"
341 source "src/mainboard/emulation/Kconfig"
342 source "src/mainboard/gigabyte/Kconfig"
343 source "src/mainboard/hp/Kconfig"
344 source "src/mainboard/ibm/Kconfig"
345 source "src/mainboard/iei/Kconfig"
346 source "src/mainboard/intel/Kconfig"
347 source "src/mainboard/iwill/Kconfig"
348 source "src/mainboard/jetway/Kconfig"
349 source "src/mainboard/kontron/Kconfig"
350 source "src/mainboard/lippert/Kconfig"
351 source "src/mainboard/motorola/Kconfig"
352 source "src/mainboard/msi/Kconfig"
353 source "src/mainboard/nec/Kconfig"
354 source "src/mainboard/newisys/Kconfig"
355 source "src/mainboard/nvidia/Kconfig"
356 source "src/mainboard/olpc/Kconfig"
357 source "src/mainboard/pcengines/Kconfig"
358 source "src/mainboard/rca/Kconfig"
359 source "src/mainboard/sunw/Kconfig"
360 source "src/mainboard/supermicro/Kconfig"
361 source "src/mainboard/technexion/Kconfig"
362 source "src/mainboard/technologic/Kconfig"
363 source "src/mainboard/televideo/Kconfig"
364 source "src/mainboard/thomson/Kconfig"
365 source "src/mainboard/totalimpact/Kconfig"
366 source "src/mainboard/tyan/Kconfig"
367 source "src/mainboard/via/Kconfig"
368
369 choice
370         prompt "ROM chip size"
371         default COREBOOT_ROMSIZE_KB_256
372
373 config COREBOOT_ROMSIZE_KB_128
374         bool "128 KB"
375         help
376           Choose this option if you have a 128 KB ROM chip.
377
378 config COREBOOT_ROMSIZE_KB_256
379         bool "256 KB"
380         help
381           Choose this option if you have a 256 KB ROM chip.
382
383 config COREBOOT_ROMSIZE_KB_512
384         bool "512 KB"
385         help
386           Choose this option if you have a 512 KB ROM chip.
387
388 config COREBOOT_ROMSIZE_KB_1024
389         bool "1024 KB (1 MB)"
390         help
391           Choose this option if you have a 1024 KB (1 MB) ROM chip.
392
393 config COREBOOT_ROMSIZE_KB_2048
394         bool "2048 KB (2 MB)"
395         help
396           Choose this option if you have a 2048 KB (2 MB) ROM chip.
397
398 config COREBOOT_ROMSIZE_KB_4096
399         bool "4096 KB (4 MB)"
400         help
401           Choose this option if you have a 4096 KB (4 MB) ROM chip.
402
403 endchoice
404
405 config COREBOOT_ROMSIZE_KB
406         int
407         default 128 if COREBOOT_ROMSIZE_KB_128
408         default 256 if COREBOOT_ROMSIZE_KB_256
409         default 512 if COREBOOT_ROMSIZE_KB_512
410         default 1024 if COREBOOT_ROMSIZE_KB_1024
411         default 2048 if COREBOOT_ROMSIZE_KB_2048
412         default 4096 if COREBOOT_ROMSIZE_KB_4096
413         help
414           Map the config names to an integer.
415
416 endmenu
417