summaryrefslogtreecommitdiff
path: root/gnu/packages/aux-files/linux-libre/4.14-i686.conf
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2018-01-29 05:54:54 -0500
committerMark H Weaver <mhw@netris.org>2018-01-30 03:51:11 -0500
commite0e10e2f58a84054a2092b217501272433b8c43c (patch)
treefe8396c5ee7928ab7e792e9b0df7559db919f171 /gnu/packages/aux-files/linux-libre/4.14-i686.conf
parent33c88fcb2588e5b74f8f2f7a78227950e5199a3c (diff)
downloadguix-patches-e0e10e2f58a84054a2092b217501272433b8c43c.tar
guix-patches-e0e10e2f58a84054a2092b217501272433b8c43c.tar.gz
gnu: linux-libre: NVME core support is now built-in.
* gnu/system/linux-initrd.scm (base-initrd)[linux-modules]: Remove "nvme". * gnu/packages/aux-files/linux-libre/4.1-i686.conf, gnu/packages/aux-files/linux-libre/4.1-x86_64.conf, gnu/packages/aux-files/linux-libre/4.4-i686.conf, gnu/packages/aux-files/linux-libre/4.4-x86_64.conf: Set CONFIG_BLK_DEV_NVME=y. * gnu/packages/aux-files/linux-libre/4.9-i686.conf, gnu/packages/aux-files/linux-libre/4.9-x86_64.conf, gnu/packages/aux-files/linux-libre/4.14-arm.conf, gnu/packages/aux-files/linux-libre/4.14-i686.conf, gnu/packages/aux-files/linux-libre/4.14-x86_64.conf: Set CONFIG_BLK_DEV_NVME=y and CONFIG_NVME_CORE=y.
Diffstat (limited to 'gnu/packages/aux-files/linux-libre/4.14-i686.conf')
-rw-r--r--gnu/packages/aux-files/linux-libre/4.14-i686.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/aux-files/linux-libre/4.14-i686.conf b/gnu/packages/aux-files/linux-libre/4.14-i686.conf
index c7b65d2125..eb471a324d 100644
--- a/gnu/packages/aux-files/linux-libre/4.14-i686.conf
+++ b/gnu/packages/aux-files/linux-libre/4.14-i686.conf
@@ -2156,8 +2156,8 @@ CONFIG_VIRTIO_BLK=y
# CONFIG_VIRTIO_BLK_SCSI is not set
CONFIG_BLK_DEV_RBD=m
CONFIG_BLK_DEV_RSXX=m
-CONFIG_NVME_CORE=m
-CONFIG_BLK_DEV_NVME=m
+CONFIG_NVME_CORE=y
+CONFIG_BLK_DEV_NVME=y
CONFIG_NVME_FABRICS=m
CONFIG_NVME_RDMA=m
CONFIG_NVME_FC=m