linux-megous: trim config (RC_CORE, DRM_KMS_HELPER)

it still boots to a working desktop without these
This commit is contained in:
Colin 2024-05-20 19:40:54 +00:00
parent 134b27f70e
commit 4834b61188

View File

@ -106,8 +106,8 @@ let
# SYSFB_SIMPLEFB = lib.mkForce no;
# downgrade these from "yes" to "module", to match previous config.
DRM = lib.mkForce module;
RC_CORE = lib.mkForce module;
DRM_KMS_HELPER = lib.mkForce module;
# RC_CORE = lib.mkForce module; # (IR) Remote Controllers
# DRM_KMS_HELPER = lib.mkForce module;
# AGP = lib.mkForce no; # "Accelerated Graphics Port" (idk)
# borrowed from postmarketOS, "to enable libcamera development"