guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: linux-libre: Build the VMD driver module.


From: guix-commits
Subject: 02/02: gnu: linux-libre: Build the VMD driver module.
Date: Fri, 2 Jul 2021 11:12:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6243ad3812f8c689599a19f0e8b9719ba14461f2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jul 2 16:54:11 2021 +0200

    gnu: linux-libre: Build the VMD driver module.
    
    Requested by PsixisP on #guix:
    
      “I have a laptop that requires CONFIG_VMD (Intel's software RAID) in
       order for the kernel to see the internal NVMe drive.  This is not
       present in the default Guix kernel.”
    
    * gnu/packages/aux-files/linux-libre/4.14-x86_64.conf,
    gnu/packages/aux-files/linux-libre/4.19-x86_64.conf,
    gnu/packages/aux-files/linux-libre/4.9-x86_64.conf,
    gnu/packages/aux-files/linux-libre/5.10-x86_64.conf,
    gnu/packages/aux-files/linux-libre/5.12-x86_64.conf,
    gnu/packages/aux-files/linux-libre/5.4-x86_64.conf:
    Enable modular CONFIG_VMD.
---
 gnu/packages/aux-files/linux-libre/4.14-x86_64.conf | 2 +-
 gnu/packages/aux-files/linux-libre/4.19-x86_64.conf | 2 +-
 gnu/packages/aux-files/linux-libre/4.9-x86_64.conf  | 2 +-
 gnu/packages/aux-files/linux-libre/5.10-x86_64.conf | 2 +-
 gnu/packages/aux-files/linux-libre/5.12-x86_64.conf | 2 +-
 gnu/packages/aux-files/linux-libre/5.4-x86_64.conf  | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/aux-files/linux-libre/4.14-x86_64.conf 
b/gnu/packages/aux-files/linux-libre/4.14-x86_64.conf
index f5b9730..963928d 100644
--- a/gnu/packages/aux-files/linux-libre/4.14-x86_64.conf
+++ b/gnu/packages/aux-files/linux-libre/4.14-x86_64.conf
@@ -879,7 +879,7 @@ CONFIG_HOTPLUG_PCI_SHPC=m
 #
 # PCI host controller drivers
 #
-# CONFIG_VMD is not set
+CONFIG_VMD=m
 
 #
 # PCI Endpoint
diff --git a/gnu/packages/aux-files/linux-libre/4.19-x86_64.conf 
b/gnu/packages/aux-files/linux-libre/4.19-x86_64.conf
index dd94690..a714409 100644
--- a/gnu/packages/aux-files/linux-libre/4.19-x86_64.conf
+++ b/gnu/packages/aux-files/linux-libre/4.19-x86_64.conf
@@ -630,7 +630,7 @@ CONFIG_HOTPLUG_PCI_SHPC=y
 #
 # Cadence PCIe controllers support
 #
-# CONFIG_VMD is not set
+CONFIG_VMD=m
 
 #
 # DesignWare PCI Core Support
diff --git a/gnu/packages/aux-files/linux-libre/4.9-x86_64.conf 
b/gnu/packages/aux-files/linux-libre/4.9-x86_64.conf
index 94aa217..41016c0 100644
--- a/gnu/packages/aux-files/linux-libre/4.9-x86_64.conf
+++ b/gnu/packages/aux-files/linux-libre/4.9-x86_64.conf
@@ -816,7 +816,7 @@ CONFIG_HOTPLUG_PCI_SHPC=m
 # PCI host controller drivers
 #
 # CONFIG_PCIE_DW_PLAT is not set
-# CONFIG_VMD is not set
+CONFIG_VMD=m
 # CONFIG_ISA_BUS is not set
 CONFIG_ISA_DMA_API=y
 CONFIG_AMD_NB=y
diff --git a/gnu/packages/aux-files/linux-libre/5.10-x86_64.conf 
b/gnu/packages/aux-files/linux-libre/5.10-x86_64.conf
index 189e4e1..4738ac4 100644
--- a/gnu/packages/aux-files/linux-libre/5.10-x86_64.conf
+++ b/gnu/packages/aux-files/linux-libre/5.10-x86_64.conf
@@ -2104,7 +2104,7 @@ CONFIG_HOTPLUG_PCI_SHPC=y
 #
 # PCI controller drivers
 #
-# CONFIG_VMD is not set
+CONFIG_VMD=m
 CONFIG_PCI_HYPERV_INTERFACE=m
 
 #
diff --git a/gnu/packages/aux-files/linux-libre/5.12-x86_64.conf 
b/gnu/packages/aux-files/linux-libre/5.12-x86_64.conf
index 75e5663..d2d5ef5 100644
--- a/gnu/packages/aux-files/linux-libre/5.12-x86_64.conf
+++ b/gnu/packages/aux-files/linux-libre/5.12-x86_64.conf
@@ -2119,7 +2119,7 @@ CONFIG_HOTPLUG_PCI_SHPC=y
 #
 # PCI controller drivers
 #
-# CONFIG_VMD is not set
+CONFIG_VMD=m
 CONFIG_PCI_HYPERV_INTERFACE=m
 
 #
diff --git a/gnu/packages/aux-files/linux-libre/5.4-x86_64.conf 
b/gnu/packages/aux-files/linux-libre/5.4-x86_64.conf
index 2e28048..328d44a 100644
--- a/gnu/packages/aux-files/linux-libre/5.4-x86_64.conf
+++ b/gnu/packages/aux-files/linux-libre/5.4-x86_64.conf
@@ -2052,7 +2052,7 @@ CONFIG_HOTPLUG_PCI_SHPC=y
 #
 # end of Cadence PCIe controllers support
 
-# CONFIG_VMD is not set
+CONFIG_VMD=m
 CONFIG_PCI_HYPERV_INTERFACE=m
 
 #



reply via email to

[Prev in Thread] Current Thread [Next in Thread]