linux-megous: remove unnecessary SYSFB_SIMPLEFB config

seems to still work without it
This commit is contained in:
Colin 2024-05-20 19:14:48 +00:00
parent a47102e152
commit 134b27f70e

View File

@ -102,8 +102,8 @@ let
# - CONFIG_SYSFB_SIMPLEFB is not referenced
# these config values are speculative: could probably be made smaller
FB_SIMPLE = lib.mkForce yes;
DRM_SIMPLEDRM = lib.mkForce no; #< conflicts (supposedly) with FB_SIMPLE
SYSFB_SIMPLEFB = lib.mkForce no;
DRM_SIMPLEDRM = lib.mkForce no; #< conflicts with FB_SIMPLE
# SYSFB_SIMPLEFB = lib.mkForce no;
# downgrade these from "yes" to "module", to match previous config.
DRM = lib.mkForce module;
RC_CORE = lib.mkForce module;