kernel: fix EDID firmware loading
for context: - https://github.com/NixOS/nixpkgs/pull/279789#discussion_r1624936659 - https://github.com/NixOS/nixpkgs/pull/279789#issuecomment-2148560802 - https://github.com/NixOS/nixpkgs/pull/279789#issuecomment-2150726766
This commit is contained in:
parent
4ede20cc6f
commit
7c3815ab71
@ -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;
|
||||
|
||||
|
@ -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";
|
||||
};
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user