Changes in HelenOS.config [894d9ea:f9ab562] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r894d9ea rf9ab562 63 63 % Machine type 64 64 @ "gta02" GTA02 / Neo FreeRunner 65 @ "testarm" GXEmul Testarm66 65 @ "integratorcp" Integratorcp 67 66 @ "beagleboardxm" BeogleBoard-xM … … 89 88 % CPU type 90 89 @ "armv4" ARMv4 91 ! [PLATFORM=arm32&(MACHINE=gta02 |MACHINE=testarm)] PROCESSOR (choice)90 ! [PLATFORM=arm32&(MACHINE=gta02)] PROCESSOR (choice) 92 91 93 92 % CPU type … … 98 97 @ "armv7_a" ARMv7-A 99 98 ! [PLATFORM=arm32&MACHINE=beagleboardxm] PROCESSOR (choice) 100 101 99 102 100 % RAM disk format … … 348 346 ! [PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FPU (y) 349 347 348 ## armv7 made fpu hardware compulsory 349 % FPU support 350 ! [PLATFORM=arm32&PROCESSOR=armv7_a] CONFIG_FPU (y) 351 352 % FPU support 353 ! [PLATFORM=arm32&MACHINE=integratorcp] CONFIG_FPU (y) 354 350 355 351 356 ## Kernel features options … … 409 414 @ "generic" Keyboard or serial line 410 415 @ "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)416 ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_HID_IN (choice) 412 417 413 418 % Input device class … … 434 439 ! [PLATFORM=mips32&(MACHINE=bgxemul|MACHINE=lgxemul)] CONFIG_HID_OUT (choice) 435 440 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 441 % PC keyboard support 444 442 ! [CONFIG_HID_IN=generic&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_PC_KBD (y/n) … … 455 453 % Support for msim/GXemul printer 456 454 ! [(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 455 464 456 % Support for VIA CUDA controller
Note:
See TracChangeset
for help on using the changeset viewer.