linux-megous: remove unnecessary SYSFB_SIMPLEFB config
seems to still work without it
This commit is contained in:
@@ -102,8 +102,8 @@ let
|
|||||||
# - CONFIG_SYSFB_SIMPLEFB is not referenced
|
# - CONFIG_SYSFB_SIMPLEFB is not referenced
|
||||||
# these config values are speculative: could probably be made smaller
|
# these config values are speculative: could probably be made smaller
|
||||||
FB_SIMPLE = lib.mkForce yes;
|
FB_SIMPLE = lib.mkForce yes;
|
||||||
DRM_SIMPLEDRM = lib.mkForce no; #< conflicts (supposedly) with FB_SIMPLE
|
DRM_SIMPLEDRM = lib.mkForce no; #< conflicts with FB_SIMPLE
|
||||||
SYSFB_SIMPLEFB = lib.mkForce no;
|
# SYSFB_SIMPLEFB = lib.mkForce no;
|
||||||
# downgrade these from "yes" to "module", to match previous config.
|
# downgrade these from "yes" to "module", to match previous config.
|
||||||
DRM = lib.mkForce module;
|
DRM = lib.mkForce module;
|
||||||
RC_CORE = lib.mkForce module;
|
RC_CORE = lib.mkForce module;
|
||||||
|
Reference in New Issue
Block a user