Changeset 8a9a41e in mainline for HelenOS.config


Ignore:
Timestamp:
2021-10-24T08:28:43Z (3 years ago)
Author:
GitHub <noreply@…>
Children:
f628215
Parents:
2ce943a (diff), cd981f2a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Erik Kučák <35500848+Riko196@…> (2021-10-24 08:28:43)
git-committer:
GitHub <noreply@…> (2021-10-24 08:28:43)
Message:

Merge branch 'HelenOS:master' into master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r2ce943a r8a9a41e  
    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.