Changes in HelenOS.config [2689a0b:1c99eae] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r2689a0b r1c99eae 255 255 @ "gcc_native" GNU C Compiler (native) 256 256 @ "icc" Intel C Compiler 257 @ "suncc" Sun Studio C Compiler 257 258 @ "clang" Clang 258 259 ! [PLATFORM=amd64|PLATFORM=ia32] COMPILER (choice) … … 267 268 @ "gcc_cross" GNU C Compiler (cross-compiler) 268 269 @ "gcc_native" GNU C Compiler (native) 270 @ "suncc" Sun Studio C Compiler 269 271 ! [PLATFORM=sparc64] COMPILER (choice) 270 272 … … 518 520 @ "1920x1080" 519 521 @ "1920x1200" 520 ! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_ BFB_MODE (choice)522 ! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_VESA_MODE (choice) 521 523 522 524 % Default framebuffer depth … … 524 526 @ "16" 525 527 @ "24" 526 ! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_ BFB_BPP (choice)528 ! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_VESA_BPP (choice) 527 529 528 530 % Start AP processors by the loader … … 553 555 ! CONFIG_WRITE_CORE_FILES (n/y) 554 556 555 % Include development files (headers, libraries)556 ! CONFIG_DEVEL_FILES (n/y)557 558 557 % Strip binaries 559 558 ! CONFIG_STRIP_BINARIES (n/y) … … 565 564 ! CONFIG_BAREBONE (n/y) 566 565 567 % Build pcc binaries568 ! CONFIG_PCC (n/y)569 570 % Build binutils binaries571 ! CONFIG_BINUTILS (n/y)572 573 % Build MSIM binary574 ! CONFIG_MSIM (n/y)575 576 566 % Line debugging information 577 567 ! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y) 578 568 579 # USB settings 580 581 % USB verbose messages582 ! CONFIG_USB_ VERBOSE (n/y)569 # USB settings 570 571 % USB release build (less logging) 572 ! CONFIG_USB_RELEASE_BUILD (y/n) 583 573 584 574 % Start virtual USB host controller … … 589 579 @ "ganged" Root hub ports are all powered or all off. 590 580 @ "per_port" Powered status of every root hub port is independent. 591 ! [PLATFORM=ia32|PLATFORM=amd64] OHCI_POWER_SWITCH (choice) 592 593 % GRUB boot loader architecture 594 @ "pc" GRUB for PC 595 @ "efi" GRUB for UEFI 596 ! [PLATFORM=ia32|PLATFORM=amd64] GRUB_ARCH (choice) 581 ![PLATFORM=ia32|PLATFORM=amd64] OHCI_POWER_SWITCH (choice)
Note:
See TracChangeset
for help on using the changeset viewer.