Changes in HelenOS.config [2ab8ab3:ebb3538] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r2ab8ab3 rebb3538  
    6868% Machine type
    6969@ "virt" QEMU virt
     70@ "hikey960" HiKey 960
    7071! [PLATFORM=arm64] MACHINE (choice)
    7172
     
    395396! CONFIG_DEBUG (y/n)
    396397
     398% Early debugging print
     399! [CONFIG_DEBUG=y] CONFIG_DEBUG_EARLY_PRINT (n/y)
     400
    397401% Sanitize undefined behavior (userspace)
    398402! CONFIG_UBSAN (n/y)
     
    509513
    510514% Support for PL011 UART
    511 ! [CONFIG_HID_OUT=generic|(PLATFORM=arm64&MACHINE=virt)] CONFIG_PL011_UART (y)
     515! [CONFIG_HID_OUT=generic|(PLATFORM=arm64&(MACHINE=virt|MACHINE=hikey960))] CONFIG_PL011_UART (y)
    512516
    513517% Support for NS16550 controller (kernel console)
     
    539543
    540544% Support for ARM GICv2
    541 ! [PLATFORM=arm64&MACHINE=virt] CONFIG_GICV2 (y)
     545! [PLATFORM=arm64&(MACHINE=virt|MACHINE=hikey960)] CONFIG_GICV2 (y)
    542546
    543547% Support for i8042 controller
     
    612616
    613617% Display double buffering
    614 ! [CONFIG_FB=y] CONFIG_DISP_DOUBLE_BUF (y/n)
     618! [CONFIG_WINSYS=y] CONFIG_DISP_DOUBLE_BUF (y/n)
    615619
    616620% Client-side UI rendering
    617 ! [CONFIG_FB=y] CONFIG_UI_CS_RENDER (y/n)
     621! CONFIG_UI_CS_RENDER (y/n)
    618622
    619623% Window double buffering
Note: See TracChangeset for help on using the changeset viewer.