Changes in HelenOS.config [ebb3538:afcf704] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
rebb3538 rafcf704 68 68 % Machine type 69 69 @ "virt" QEMU virt 70 @ "hikey960" HiKey 96071 70 ! [PLATFORM=arm64] MACHINE (choice) 72 71 … … 396 395 ! CONFIG_DEBUG (y/n) 397 396 398 % Early debugging print399 ! [CONFIG_DEBUG=y] CONFIG_DEBUG_EARLY_PRINT (n/y)400 401 397 % Sanitize undefined behavior (userspace) 402 398 ! CONFIG_UBSAN (n/y) … … 513 509 514 510 % Support for PL011 UART 515 ! [CONFIG_HID_OUT=generic|(PLATFORM=arm64& (MACHINE=virt|MACHINE=hikey960))] CONFIG_PL011_UART (y)511 ! [CONFIG_HID_OUT=generic|(PLATFORM=arm64&MACHINE=virt)] CONFIG_PL011_UART (y) 516 512 517 513 % Support for NS16550 controller (kernel console) … … 543 539 544 540 % Support for ARM GICv2 545 ! [PLATFORM=arm64& (MACHINE=virt|MACHINE=hikey960)] CONFIG_GICV2 (y)541 ! [PLATFORM=arm64&MACHINE=virt] CONFIG_GICV2 (y) 546 542 547 543 % Support for i8042 controller … … 612 608 ! [(PLATFORM=ia32|PLATFORM=amd64|MACHINE=beagleboardxm)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_BPP (choice) 613 609 614 % Window system615 ! [CONFIG_FB=y] CONFIG_WINSYS (y/n)616 617 610 % Display double buffering 618 ! [CONFIG_WINSYS=y] CONFIG_DISP_DOUBLE_BUF (y/n) 619 620 % Client-side UI rendering 621 ! CONFIG_UI_CS_RENDER (y/n) 611 ! [CONFIG_FB=y] CONFIG_DISP_DOUBLE_BUF (y/n) 622 612 623 613 % Window double buffering 624 ! [CONFIG_ UI_CS_RENDER=y] CONFIG_WIN_DOUBLE_BUF (n/y)614 ! [CONFIG_FB=y] CONFIG_WIN_DOUBLE_BUF (n/y) 625 615 626 616 % Start AP processors by the loader
Note:
See TracChangeset
for help on using the changeset viewer.