linux: support loading compressed firmware

Supported since Linux 5.3.
main
Alyssa Ross 2 years ago
parent 7b488d1fc9
commit 9488086746
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0
  1. 2
      pkgs/os-specific/linux/kernel/common-config.nix

@ -883,6 +883,8 @@ let
# Disable the firmware helper fallback, udev doesn't implement it any more
FW_LOADER_USER_HELPER_FALLBACK = option no;
FW_LOADER_COMPRESS = option yes;
HOTPLUG_PCI_ACPI = yes; # PCI hotplug using ACPI
HOTPLUG_PCI_PCIE = yes; # PCI-Expresscard hotplug support

Loading…
Cancel
Save