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