Changes in HelenOS.config [ee685630:2689a0b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
ree685630 r2689a0b 65 65 @ "testarm" GXEmul Testarm 66 66 @ "integratorcp" Integratorcp 67 @ "beagleboardxm" BeogleBoard-xM68 67 ! [PLATFORM=arm32] MACHINE (choice) 69 68 … … 87 86 ! [PLATFORM=sparc64&MACHINE=generic] PROCESSOR (choice) 88 87 89 % CPU type90 @ "armv4" ARMv491 ! [PLATFORM=arm32&(MACHINE=gta02|MACHINE=gxemul)] PROCESSOR (choice)92 93 % CPU type94 @ "armv5" ARMv595 ! [PLATFORM=arm32&MACHINE=integratorcp] PROCESSOR (choice)96 97 % CPU type98 @ "armv7_a" ARMv7-A99 ! [PLATFORM=arm32&MACHINE=beagleboardxm] PROCESSOR (choice)100 101 102 88 % RAM disk format 103 89 @ "tmpfs" TMPFS image … … 269 255 @ "gcc_native" GNU C Compiler (native) 270 256 @ "icc" Intel C Compiler 271 @ "suncc" Sun Studio C Compiler272 257 @ "clang" Clang 273 258 ! [PLATFORM=amd64|PLATFORM=ia32] COMPILER (choice) … … 282 267 @ "gcc_cross" GNU C Compiler (cross-compiler) 283 268 @ "gcc_native" GNU C Compiler (native) 284 @ "suncc" Sun Studio C Compiler285 269 ! [PLATFORM=sparc64] COMPILER (choice) 286 270 … … 422 406 % Output device class 423 407 @ "generic" Monitor or serial line 424 ! [PLATFORM=arm32&(MACHINE=gta02|MACHINE=integratorcp |MACHINE=beagleboardxm)] CONFIG_HID_OUT (choice)408 ! [PLATFORM=arm32&(MACHINE=gta02|MACHINE=integratorcp)] CONFIG_HID_OUT (choice) 425 409 426 410 % Output device class … … 479 463 ! [PLATFORM=arm32&MACHINE=gta02] CONFIG_S3C24XX_IRQC (y) 480 464 481 % Support for TI AMDM37X on-chip UART482 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=beagleboardxm] CONFIG_AMDM37X_UART (y/n)483 484 465 % Support for i8042 controller 485 466 ! [CONFIG_PC_KBD=y] CONFIG_I8042 (y) … … 501 482 502 483 % Serial line input module 503 ! [CONFIG_DSRLNIN=y|(PLATFORM=arm32&MACHINE=gta02)|(PLATFORM= arm32&MACHINE=beagleboardxm)|(PLATFORM=ia64&MACHINE=i460GX&CONFIG_NS16550=y)|(PLATFORM=ia64&MACHINE=ski)|(PLATFORM=sparc64&PROCESSOR=sun4v)] CONFIG_SRLN (y)484 ! [CONFIG_DSRLNIN=y|(PLATFORM=arm32&MACHINE=gta02)|(PLATFORM=ia64&MACHINE=i460GX&CONFIG_NS16550=y)|(PLATFORM=ia64&MACHINE=ski)|(PLATFORM=sparc64&PROCESSOR=sun4v)] CONFIG_SRLN (y) 504 485 505 486 % EGA support … … 537 518 @ "1920x1080" 538 519 @ "1920x1200" 539 ! [(PLATFORM=ia32|PLATFORM=amd64 |MACHINE=beagleboardxm)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_MODE (choice)520 ! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_MODE (choice) 540 521 541 522 % Default framebuffer depth … … 543 524 @ "16" 544 525 @ "24" 545 ! [(PLATFORM=ia32|PLATFORM=amd64 |MACHINE=beagleboardxm)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_BPP (choice)526 ! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_BPP (choice) 546 527 547 528 % Start AP processors by the loader … … 573 554 574 555 % Include development files (headers, libraries) 575 ! [RDFMT=tmpfs|RDFMT=ext2fs]CONFIG_DEVEL_FILES (n/y)556 ! CONFIG_DEVEL_FILES (n/y) 576 557 577 558 % Strip binaries … … 590 571 ! CONFIG_BINUTILS (n/y) 591 572 573 % Build MSIM binary 574 ! CONFIG_MSIM (n/y) 575 592 576 % Line debugging information 593 577 ! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y) … … 595 579 # USB settings 596 580 597 % USB release build (less logging)598 ! CONFIG_USB_ RELEASE_BUILD (y/n)581 % USB verbose messages 582 ! CONFIG_USB_VERBOSE (n/y) 599 583 600 584 % Start virtual USB host controller
Note:
See TracChangeset
for help on using the changeset viewer.