Changes in HelenOS.config [63b2be8:6db5d4b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r63b2be8 r6db5d4b 44 44 % Machine type 45 45 @ "msim" MSIM 46 @ "b gxemul" GXEmulbig endian47 @ "l gxemul" GXEmullittle endian46 @ "bmalta" MIPS Malta Development Board big endian 47 @ "lmalta" MIPS Malta Development Board little endian 48 48 ! [PLATFORM=mips32] MACHINE (choice) 49 49 … … 115 115 ! [PLATFORM=arm32&(PROCESSOR=cortex_a8)] PROCESSOR_ARCH (choice) 116 116 117 % CPU type 118 @ "R4000" MIPS R4000 119 ! [PLATFORM=mips32&MACHINE=msim] PROCESSOR (choice) 120 121 % CPU type 122 @ "4Kc" MIPS 4Kc 123 ! [PLATFORM=mips32&(MACHINE=bmalta|MACHINE=lmalta)] PROCESSOR (choice) 124 117 125 % RAM disk format 118 126 @ "tmpfs" TMPFS image … … 193 201 % User space architecture 194 202 @ "mips32" 195 ! [PLATFORM=mips32&(MACHINE=msim|MACHINE=l gxemul)] UARCH (choice)203 ! [PLATFORM=mips32&(MACHINE=msim|MACHINE=lmalta)] UARCH (choice) 196 204 197 205 % User space architecture 198 206 @ "mips32eb" 199 ! [PLATFORM=mips32&MACHINE=b gxemul] UARCH (choice)207 ! [PLATFORM=mips32&MACHINE=bmalta] UARCH (choice) 200 208 201 209 % User space architecture … … 270 278 271 279 % Image format 272 @ "e coff"273 ! [PLATFORM=mips32&(MACHINE=b gxemul|MACHINE=lgxemul)] IMAGE (choice)280 @ "elf" 281 ! [PLATFORM=mips32&(MACHINE=bmalta|MACHINE=lmalta)] IMAGE (choice) 274 282 275 283 % Image format … … 296 304 @ "gcc_cross" GNU C Compiler (cross-compiler) 297 305 @ "gcc_native" GNU C Compiler (native) 298 ! [PLATFORM=sparc64] COMPILER (choice) 299 300 % Compiler 301 @ "gcc_cross" GNU C Compiler (cross-compiler) 302 @ "gcc_native" GNU C Compiler (native) 303 ! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32] COMPILER (choice) 306 ! [PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32] COMPILER (choice) 304 307 305 308 % Compiler … … 307 310 @ "gcc_native" GNU C Compiler (native) 308 311 @ "clang" Clang 309 ! [PLATFORM=abs32le ] COMPILER (choice)312 ! [PLATFORM=abs32le|PLATFORM=arm32|PLATFORM=sparc64] COMPILER (choice) 310 313 311 314 … … 359 362 % FPU support 360 363 ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ia64|PLATFORM=sparc64] CONFIG_FPU (y) 361 362 % FPU support363 ! [PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FPU (y)364 364 365 365 ## armv7 made fpu hardware compulsory … … 447 447 @ "generic" Monitor or serial line 448 448 @ "none" No output device 449 ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ppc32|(PLATFORM=ia64&MACHINE=i460GX)|(PLATFORM=mips32&MACHINE=msim)|(PLATFORM=mips64&MACHINE=msim)] CONFIG_HID_OUT (choice) 450 451 % Output device class 452 @ "generic" Monitor or serial line 453 @ "monitor" Monitor 454 @ "serial" Serial line 455 @ "none" No output device 456 ! [PLATFORM=mips32&(MACHINE=bgxemul|MACHINE=lgxemul)] CONFIG_HID_OUT (choice) 449 ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ppc32|(PLATFORM=ia64&MACHINE=i460GX)|(PLATFORM=mips32&(MACHINE=msim|MACHINE=bmalta|MACHINE=lmalta))|(PLATFORM=mips64&MACHINE=msim)] CONFIG_HID_OUT (choice) 457 450 458 451 % PC keyboard support … … 465 458 ! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=arm32&MACHINE=integratorcp] CONFIG_PC_KBD (y/n) 466 459 467 % Support for msim /GXemulkeyboard468 ! [CONFIG_HID_IN=generic& (PLATFORM=mips32|PLATFORM=mips64)] CONFIG_MIPS_KBD (y/n)469 470 % Support for msim /GXemulprinter471 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)& (PLATFORM=mips32|PLATFORM=mips64)] CONFIG_MIPS_PRN (y/n)460 % Support for msim keyboard 461 ! [CONFIG_HID_IN=generic&MACHINE=msim] CONFIG_MSIM_KBD (y/n) 462 463 % Support for msim printer 464 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&MACHINE=msim] CONFIG_MSIM_PRN (y/n) 472 465 473 466 % Support for VIA CUDA controller … … 489 482 ! [PLATFORM=arm32&MACHINE=gta02] CONFIG_S3C24XX_IRQC (y) 490 483 491 % Support for TI AM335x on-chip UART492 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=beaglebone] CONFIG_AM335X_UART (y/n)493 494 484 % Support for TI AM335x timers support 495 485 ! [PLATFORM=arm32&MACHINE=beaglebone] CONFIG_AM335X_TIMERS (y) 496 486 497 % Support for TI AMDM37xon-chip UART498 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32& MACHINE=beagleboardxm] CONFIG_AMDM37X_UART (y/n)487 % Support for OMAP on-chip UART 488 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&(MACHINE=beagleboardxm|MACHINE=beaglebone)] CONFIG_OMAP_UART (y/n) 499 489 500 490 % Support for i8042 controller … … 511 501 512 502 % Dummy serial line input 513 ! [CONFIG_M IPS_KBD=y|CONFIG_ARM_KBD=y] CONFIG_DSRLNIN (y)503 ! [CONFIG_MSIM_KBD=y|CONFIG_ARM_KBD=y] CONFIG_DSRLNIN (y) 514 504 515 505 % Dummy serial line output 516 ! [CONFIG_M IPS_PRN=y|CONFIG_ARM_PRN=y] CONFIG_DSRLNOUT (y)506 ! [CONFIG_MSIM_PRN=y|CONFIG_ARM_PRN=y] CONFIG_DSRLNOUT (y) 517 507 518 508 % Serial line input module 519 ! [CONFIG_DSRLNIN=y|(PLATFORM=arm32&MACHINE=gta02)|(PLATFORM=arm32&MACHINE=integratorcp&CONFIG_ARM926_UART=y)|(PLATFORM=arm32&MACHINE=beaglebone&CONFIG_ AM335X_UART=y)|(PLATFORM=arm32&MACHINE=beagleboardxm&CONFIG_AMDM37X_UART=y)|(PLATFORM=ia64&MACHINE=i460GX&CONFIG_NS16550=y)|(PLATFORM=ia64&MACHINE=ski)|(PLATFORM=sparc64&PROCESSOR=sun4v)] CONFIG_SRLN (y)509 ! [CONFIG_DSRLNIN=y|(PLATFORM=arm32&MACHINE=gta02)|(PLATFORM=arm32&MACHINE=integratorcp&CONFIG_ARM926_UART=y)|(PLATFORM=arm32&MACHINE=beaglebone&CONFIG_OMAP_UART=y)|(PLATFORM=arm32&MACHINE=beagleboardxm&CONFIG_OMAP_UART=y)|(PLATFORM=ia64&MACHINE=i460GX&CONFIG_NS16550=y)|(PLATFORM=ia64&MACHINE=ski)|(PLATFORM=sparc64&PROCESSOR=sun4v)] CONFIG_SRLN (y) 520 510 521 511 % EGA support … … 527 517 % Framebuffer support 528 518 ! [CONFIG_HID_OUT=generic&(PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ppc32)] CONFIG_FB (y/n) 529 530 % Framebuffer support531 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FB (y/n)532 519 533 520 % Framebuffer support
Note:
See TracChangeset
for help on using the changeset viewer.