Changes in HelenOS.config [2689a0b:1c99eae] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r2689a0b r1c99eae  
    255255@ "gcc_native" GNU C Compiler (native)
    256256@ "icc" Intel C Compiler
     257@ "suncc" Sun Studio C Compiler
    257258@ "clang" Clang
    258259! [PLATFORM=amd64|PLATFORM=ia32] COMPILER (choice)
     
    267268@ "gcc_cross" GNU C Compiler (cross-compiler)
    268269@ "gcc_native" GNU C Compiler (native)
     270@ "suncc" Sun Studio C Compiler
    269271! [PLATFORM=sparc64] COMPILER (choice)
    270272
     
    518520@ "1920x1080"
    519521@ "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)
    521523
    522524% Default framebuffer depth
     
    524526@ "16"
    525527@ "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)
    527529
    528530% Start AP processors by the loader
     
    553555! CONFIG_WRITE_CORE_FILES (n/y)
    554556
    555 % Include development files (headers, libraries)
    556 ! CONFIG_DEVEL_FILES (n/y)
    557 
    558557% Strip binaries
    559558! CONFIG_STRIP_BINARIES (n/y)
     
    565564! CONFIG_BAREBONE (n/y)
    566565
    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 
    576566% Line debugging information
    577567! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y)
    578568
    579 # USB settings
    580 
    581 % USB verbose messages
    582 ! CONFIG_USB_VERBOSE (n/y)
     569# USB settings 
     570
     571% USB release build (less logging)
     572! CONFIG_USB_RELEASE_BUILD (y/n)
    583573
    584574% Start virtual USB host controller
     
    589579@ "ganged" Root hub ports are all powered or all off.
    590580@ "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.