Changes in HelenOS.config [e87415e6:ebb3538] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    re87415e6 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
Note: See TracChangeset for help on using the changeset viewer.