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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified HelenOS.config

    r1c99eae r2689a0b  
    255255@ "gcc_native" GNU C Compiler (native)
    256256@ "icc" Intel C Compiler
    257 @ "suncc" Sun Studio C Compiler
    258257@ "clang" Clang
    259258! [PLATFORM=amd64|PLATFORM=ia32] COMPILER (choice)
     
    268267@ "gcc_cross" GNU C Compiler (cross-compiler)
    269268@ "gcc_native" GNU C Compiler (native)
    270 @ "suncc" Sun Studio C Compiler
    271269! [PLATFORM=sparc64] COMPILER (choice)
    272270
     
    520518@ "1920x1080"
    521519@ "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)
    523521
    524522% Default framebuffer depth
     
    526524@ "16"
    527525@ "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)
    529527
    530528% Start AP processors by the loader
     
    555553! CONFIG_WRITE_CORE_FILES (n/y)
    556554
     555% Include development files (headers, libraries)
     556! CONFIG_DEVEL_FILES (n/y)
     557
    557558% Strip binaries
    558559! CONFIG_STRIP_BINARIES (n/y)
     
    564565! CONFIG_BAREBONE (n/y)
    565566
     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
    566576% Line debugging information
    567577! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y)
    568578
    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)
    573583
    574584% Start virtual USB host controller
     
    579589@ "ganged" Root hub ports are all powered or all off.
    580590@ "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.