mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
linux-common-config: add CONFIG_HOTPLUG_PCI_ACPI
This commit is contained in:
parent
e85a855d2c
commit
5ac00265a8
1 changed files with 5 additions and 2 deletions
|
@ -450,8 +450,11 @@ with stdenv.lib;
|
|||
X86_CHECK_BIOS_CORRUPTION y
|
||||
X86_MCE y
|
||||
|
||||
# PCI-Expresscard hotplug support
|
||||
${optionalString (versionAtLeast version "3.12") "HOTPLUG_PCI_PCIE y"}
|
||||
${optionalString (versionAtLeast version "3.12") ''
|
||||
HOTPLUG_PCI_ACPI y # PCI hotplug using ACPI
|
||||
HOTPLUG_PCI_PCIE y # PCI-Expresscard hotplug support
|
||||
''}
|
||||
|
||||
|
||||
# Linux containers.
|
||||
NAMESPACES? y # Required by 'unshare' used by 'nixos-install'
|
||||
|
|
Loading…
Reference in a new issue