Krzysztof Nazarewski 2024-06-06 09:46:34 +02:00 committed by K900
parent 4ede20cc6f
commit 7c3815ab71
2 changed files with 3 additions and 1 deletions

View File

@ -1147,6 +1147,8 @@ let
# For systemd-binfmt
BINFMT_MISC = option yes;
# Required for EDID overriding
FW_LOADER = yes;
# Disable the firmware helper fallback, udev doesn't implement it any more
FW_LOADER_USER_HELPER_FALLBACK = option no;

View File

@ -219,7 +219,7 @@ let
config = {
CONFIG_MODULES = "y";
CONFIG_FW_LOADER = "m";
CONFIG_FW_LOADER = "y";
CONFIG_RUST = if withRust then "y" else "n";
};
});