Changes in HelenOS.config [ee685630:2689a0b] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    ree685630 r2689a0b  
    6565@ "testarm" GXEmul Testarm
    6666@ "integratorcp" Integratorcp
    67 @ "beagleboardxm" BeogleBoard-xM
    6867! [PLATFORM=arm32] MACHINE (choice)
    6968
     
    8786! [PLATFORM=sparc64&MACHINE=generic] PROCESSOR (choice)
    8887
    89 % CPU type
    90 @ "armv4" ARMv4
    91 ! [PLATFORM=arm32&(MACHINE=gta02|MACHINE=gxemul)] PROCESSOR (choice)
    92 
    93 % CPU type
    94 @ "armv5" ARMv5
    95 ! [PLATFORM=arm32&MACHINE=integratorcp] PROCESSOR (choice)
    96 
    97 % CPU type
    98 @ "armv7_a" ARMv7-A
    99 ! [PLATFORM=arm32&MACHINE=beagleboardxm] PROCESSOR (choice)
    100 
    101 
    10288% RAM disk format
    10389@ "tmpfs" TMPFS image
     
    269255@ "gcc_native" GNU C Compiler (native)
    270256@ "icc" Intel C Compiler
    271 @ "suncc" Sun Studio C Compiler
    272257@ "clang" Clang
    273258! [PLATFORM=amd64|PLATFORM=ia32] COMPILER (choice)
     
    282267@ "gcc_cross" GNU C Compiler (cross-compiler)
    283268@ "gcc_native" GNU C Compiler (native)
    284 @ "suncc" Sun Studio C Compiler
    285269! [PLATFORM=sparc64] COMPILER (choice)
    286270
     
    422406% Output device class
    423407@ "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)
    425409
    426410% Output device class
     
    479463! [PLATFORM=arm32&MACHINE=gta02] CONFIG_S3C24XX_IRQC (y)
    480464
    481 % Support for TI AMDM37X on-chip UART
    482 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=beagleboardxm] CONFIG_AMDM37X_UART (y/n)
    483 
    484465% Support for i8042 controller
    485466! [CONFIG_PC_KBD=y] CONFIG_I8042 (y)
     
    501482
    502483% 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)
    504485
    505486% EGA support
     
    537518@ "1920x1080"
    538519@ "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)
    540521
    541522% Default framebuffer depth
     
    543524@ "16"
    544525@ "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)
    546527
    547528% Start AP processors by the loader
     
    573554
    574555% Include development files (headers, libraries)
    575 ! [RDFMT=tmpfs|RDFMT=ext2fs] CONFIG_DEVEL_FILES (n/y)
     556! CONFIG_DEVEL_FILES (n/y)
    576557
    577558% Strip binaries
     
    590571! CONFIG_BINUTILS (n/y)
    591572
     573% Build MSIM binary
     574! CONFIG_MSIM (n/y)
     575
    592576% Line debugging information
    593577! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y)
     
    595579# USB settings
    596580
    597 % USB release build (less logging)
    598 ! CONFIG_USB_RELEASE_BUILD (y/n)
     581% USB verbose messages
     582! CONFIG_USB_VERBOSE (n/y)
    599583
    600584% Start virtual USB host controller
Note: See TracChangeset for help on using the changeset viewer.