linux: support loading compressed firmware
Supported since Linux 5.3.
This commit is contained in:
parent
7b488d1fc9
commit
9488086746
1 changed files with 2 additions and 0 deletions
|
@ -883,6 +883,8 @@ let
|
||||||
# Disable the firmware helper fallback, udev doesn't implement it any more
|
# Disable the firmware helper fallback, udev doesn't implement it any more
|
||||||
FW_LOADER_USER_HELPER_FALLBACK = option no;
|
FW_LOADER_USER_HELPER_FALLBACK = option no;
|
||||||
|
|
||||||
|
FW_LOADER_COMPRESS = option yes;
|
||||||
|
|
||||||
HOTPLUG_PCI_ACPI = yes; # PCI hotplug using ACPI
|
HOTPLUG_PCI_ACPI = yes; # PCI hotplug using ACPI
|
||||||
HOTPLUG_PCI_PCIE = yes; # PCI-Expresscard hotplug support
|
HOTPLUG_PCI_PCIE = yes; # PCI-Expresscard hotplug support
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue