Merge pull request #774 from fgaz/star64/fbdev-force-no

star64: linux: force disable DRM_FBDEV_EMULATION
This commit is contained in:
Jörg Thalheim 2023-11-05 05:44:06 +01:00 committed by GitHub
commit 627bc9b882
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ let
DRM_DP_AUX_BUS = no; DRM_DP_AUX_BUS = no;
DRM_DP_AUX_CHARDEV = lib.mkForce no; DRM_DP_AUX_CHARDEV = lib.mkForce no;
DRM_KMS_HELPER = no; DRM_KMS_HELPER = no;
DRM_FBDEV_EMULATION = no; DRM_FBDEV_EMULATION = lib.mkForce no;
DRM_LOAD_EDID_FIRMWARE = lib.mkForce no; DRM_LOAD_EDID_FIRMWARE = lib.mkForce no;
DRM_TTM = no; DRM_TTM = no;
DRM_VRAM_HELPER = no; DRM_VRAM_HELPER = no;