Changeset e1a27be in mainline for HelenOS.config
- Timestamp:
- 2012-12-29T10:48:35Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 17cc8f4f
- Parents:
- 8f88beb7 (diff), c928bb7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r8f88beb7 re1a27be 63 63 % Machine type 64 64 @ "gta02" GTA02 / Neo FreeRunner 65 @ "testarm" GXEmul Testarm66 65 @ "integratorcp" Integratorcp 67 66 @ "beagleboardxm" BeogleBoard-xM … … 90 89 % CPU type 91 90 @ "armv4" ARMv4 92 ! [PLATFORM=arm32&(MACHINE=gta02 |MACHINE=testarm)] PROCESSOR (choice)91 ! [PLATFORM=arm32&(MACHINE=gta02)] PROCESSOR (choice) 93 92 94 93 % CPU type … … 348 347 ! [PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FPU (y) 349 348 349 ## armv7 made fpu hardware compulsory 350 % FPU support 351 ! [PLATFORM=arm32&PROCESSOR=armv7_a] CONFIG_FPU (y) 352 353 % FPU support 354 ! [PLATFORM=arm32&MACHINE=integratorcp] CONFIG_FPU (y) 355 350 356 351 357 ## Kernel features options … … 409 415 @ "generic" Keyboard or serial line 410 416 @ "none" No input device 411 ! [PLATFORM=ia32| (PLATFORM=arm32&MACHINE=testarm)|PLATFORM=amd64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_HID_IN (choice)417 ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_HID_IN (choice) 412 418 413 419 % Input device class … … 434 440 ! [PLATFORM=mips32&(MACHINE=bgxemul|MACHINE=lgxemul)] CONFIG_HID_OUT (choice) 435 441 436 % Output device class437 @ "generic" Monitor or serial line438 @ "monitor" Monitor439 @ "serial" Serial line440 @ "none" No output device441 ! [PLATFORM=arm32&MACHINE=testarm] CONFIG_HID_OUT (choice)442 443 442 % PC keyboard support 444 443 ! [CONFIG_HID_IN=generic&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_PC_KBD (y/n) … … 455 454 % Support for msim/GXemul printer 456 455 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&(PLATFORM=mips32|PLATFORM=mips64)] CONFIG_MIPS_PRN (y/n) 457 458 % Support for GXemul keyboard459 ! [CONFIG_HID_IN=generic&PLATFORM=arm32&MACHINE=testarm] CONFIG_ARM_KBD (y/n)460 461 % Support for GXemul printer462 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=testarm] CONFIG_ARM_PRN (y/n)463 456 464 457 % Support for VIA CUDA controller
Note:
See TracChangeset
for help on using the changeset viewer.