Rev 4115 | Rev 4119 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4115 | Rev 4117 | ||
---|---|---|---|
Line 44... | Line 44... | ||
44 | @ "bgxemul" GXEmul big endian |
44 | @ "bgxemul" GXEmul big endian |
45 | @ "lgxemul" GXEmul little endian |
45 | @ "lgxemul" GXEmul little endian |
46 | ! [PLATFORM=mips32] MACHINE (choice) |
46 | ! [PLATFORM=mips32] MACHINE (choice) |
47 | 47 | ||
48 | % Machine type |
48 | % Machine type |
49 | @ "gxemul" GXEmul |
- | |
50 | ! [PLATFORM=arm32] MACHINE (choice) |
- | |
51 | - | ||
52 | % Machine type |
- | |
53 | @ "i460GX" i460GX chipset machine |
49 | @ "i460GX" i460GX chipset machine |
54 | @ "ski" Ski ia64 simulator |
50 | @ "ski" Ski ia64 simulator |
55 | ! [PLATFORM=ia64] MACHINE (choice) |
51 | ! [PLATFORM=ia64] MACHINE (choice) |
56 | 52 | ||
57 | % Machine type |
53 | % Machine type |
Line 331... | Line 327... | ||
331 | ## Hardware support |
327 | ## Hardware support |
332 | 328 | ||
333 | % Input device class |
329 | % Input device class |
334 | @ "generic" Keyboard or serial line |
330 | @ "generic" Keyboard or serial line |
335 | @ "none" No input device |
331 | @ "none" No input device |
336 | ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=mips32] CONFIG_HID_IN (choice) |
332 | ! [PLATFORM=ia32|PLATFORM=arm32|PLATFORM=amd64|PLATFORM=mips32] CONFIG_HID_IN (choice) |
337 | 333 | ||
338 | % Output device class |
334 | % Output device class |
339 | @ "generic" Monitor or serial line |
335 | @ "generic" Monitor or serial line |
340 | @ "none" No output device |
336 | @ "none" No output device |
341 | ! [PLATFORM=ia32|PLATFORM=amd64|(PLATFORM=mips32&MACHINE=msim)] CONFIG_HID_OUT (choice) |
337 | ! [PLATFORM=ia32|PLATFORM=amd64|(PLATFORM=mips32&MACHINE=msim)] CONFIG_HID_OUT (choice) |
Line 345... | Line 341... | ||
345 | @ "monitor" Monitor |
341 | @ "monitor" Monitor |
346 | @ "serial" Serial line |
342 | @ "serial" Serial line |
347 | @ "none" No output device |
343 | @ "none" No output device |
348 | ! [PLATFORM=mips32&(MACHINE=bgxemul|MACHINE=lgxemul)] CONFIG_HID_OUT (choice) |
344 | ! [PLATFORM=mips32&(MACHINE=bgxemul|MACHINE=lgxemul)] CONFIG_HID_OUT (choice) |
349 | 345 | ||
- | 346 | % Output device class |
|
- | 347 | @ "generic" Monitor or serial line |
|
- | 348 | @ "monitor" Monitor |
|
- | 349 | @ "serial" Serial line |
|
- | 350 | @ "none" No output device |
|
- | 351 | ! [PLATFORM=arm32] CONFIG_HID_OUT (choice) |
|
- | 352 | ||
350 | % PC keyboard support |
353 | % PC keyboard support |
351 | ! [CONFIG_HID_IN=generic&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_PC_KBD (y/n) |
354 | ! [CONFIG_HID_IN=generic&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_PC_KBD (y/n) |
352 | 355 | ||
353 | % Support for msim/GXemul keyboard |
356 | % Support for msim/GXemul keyboard |
354 | ! [CONFIG_HID_IN=generic&PLATFORM=mips32] CONFIG_MIPS_KBD (y/n) |
357 | ! [CONFIG_HID_IN=generic&PLATFORM=mips32] CONFIG_MIPS_KBD (y/n) |
355 | 358 | ||
356 | % Support for msim/GXemul printer |
359 | % Support for msim/GXemul printer |
357 | ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=mips32] CONFIG_MIPS_PRN (y/n) |
360 | ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=mips32] CONFIG_MIPS_PRN (y/n) |
358 | 361 | ||
- | 362 | % Support for GXemul keyboard |
|
- | 363 | ! [CONFIG_HID_IN=generic&PLATFORM=arm32] CONFIG_ARM_KBD (y/n) |
|
- | 364 | ||
- | 365 | % Support for GXemul printer |
|
- | 366 | ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32] CONFIG_ARM_PRN (y/n) |
|
- | 367 | ||
359 | % i8042 controller support |
368 | % i8042 controller support |
360 | ! [CONFIG_PC_KBD=y] CONFIG_I8042 (y) |
369 | ! [CONFIG_PC_KBD=y] CONFIG_I8042 (y) |
361 | 370 | ||
362 | % Dummy serial line input |
371 | % Dummy serial line input |
363 | ! [CONFIG_MIPS_KBD=y] CONFIG_DSRLNIN (y) |
372 | ! [CONFIG_MIPS_KBD=y|CONFIG_ARM_KBD=y] CONFIG_DSRLNIN (y) |
364 | 373 | ||
365 | % Dummy serial line output |
374 | % Dummy serial line output |
366 | ! [CONFIG_MIPS_PRN=y] CONFIG_DSRLNOUT (y) |
375 | ! [CONFIG_MIPS_PRN=y|CONFIG_ARM_PRN=y] CONFIG_DSRLNOUT (y) |
367 | 376 | ||
368 | % Serial line input module |
377 | % Serial line input module |
369 | ! [CONFIG_DSRLNIN=y] CONFIG_SRLN (y) |
378 | ! [CONFIG_DSRLNIN=y] CONFIG_SRLN (y) |
370 | 379 | ||
371 | #% i8042 controller support |
380 | #% i8042 controller support |
Line 397... | Line 406... | ||
397 | 406 | ||
398 | % Framebuffer support |
407 | % Framebuffer support |
399 | ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FB (y/n) |
408 | ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FB (y/n) |
400 | 409 | ||
401 | % Framebuffer support |
410 | % Framebuffer support |
- | 411 | ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&PLATFORM=arm32] CONFIG_FB (y/n) |
|
- | 412 | ||
- | 413 | % Framebuffer support |
|
402 | ! [CONFIG_HID_OUT=none] CONFIG_FB (n) |
414 | ! [CONFIG_HID_OUT=none] CONFIG_FB (n) |
403 | 415 | ||
404 | % Framebuffer width |
416 | % Framebuffer width |
405 | @ "640" |
417 | @ "640" |
406 | @ "800" |
418 | @ "800" |