about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2016-02-01 11:07:08 +0100
committerLluís Batlle i Rossell <viric@viric.name>2016-02-01 11:07:08 +0100
commitb2dc647c1e8d0bc56d990f2c14df9c85bb8b2c06 (patch)
tree9fd9f7e6d80b49a9eeecd15ef3423b150a967e4a /pkgs/os-specific
parente430f14da39ab40bbd8f5c58d9fe7fb38fca88bb (diff)
linux: adding PCI Expresscard Hotplug support
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index 90b4a6a48244f..bd4513ead9ee7 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -355,6 +355,9 @@ with stdenv.lib;
   X86_CHECK_BIOS_CORRUPTION y
   X86_MCE y
 
+  # PCI-Expresscard hotplug support
+  HOTPLUG_PCI_PCIE y
+
   # Linux containers.
   NAMESPACES? y #  Required by 'unshare' used by 'nixos-install'
   RT_GROUP_SCHED? y