about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2021-03-11 08:49:47 +0100
committerGitHub <noreply@github.com>2021-03-11 08:49:47 +0100
commite3398fb2e91c8bfc05eee3895827d390aa5c0c67 (patch)
treee0712568e9c08a13b8f8cc386db8f78abd950f14 /pkgs/os-specific
parent28c7e68e995213078ecab0d61a23b688bdb3cf3b (diff)
parent29e7b1ff8235009706338ea9c9853a24ec329b02 (diff)
Merge pull request #115801 from jonathan-teh/linux-kernel-nvme-mp
linux: enable NVMe Multipath
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index 5e749ed3fcf2a..4fef56077c016 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -772,6 +772,8 @@ let
       MLX4_EN_VXLAN = whenOlder "4.8" yes;
       MLX5_CORE_EN       = option yes;
 
+      NVME_MULTIPATH = whenAtLeast "4.15" yes;
+
       PSI = whenAtLeast "4.20" yes;
 
       MODVERSIONS        = whenOlder "4.9" yes;