diff options
author | Jake Buchholz <tomalok@gmail.com> | 2018-08-17 21:46:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-22 12:45:48 +0000 |
commit | 2c3f6a6f647e7e6dce08acf871a7438ee46fc05a (patch) | |
tree | 1de6f2f4e5835e4395e4eab173bdfcbe11d3bffc /main/linux-vanilla/config-virt.x86_64 | |
parent | a859106885ba4ad387f8fc8b0b367ee51fac2bfd (diff) | |
download | aports-2c3f6a6f647e7e6dce08acf871a7438ee46fc05a.tar.bz2 aports-2c3f6a6f647e7e6dce08acf871a7438ee46fc05a.tar.xz |
main/linux-vanilla: build NVMe modules for x86* virt flavor
The most recent generation of AWS EC2 instances (c5, i3, m5) expose EBS volums as NVMe devices.
This patch simply builds the same NVMe kernel modules for the 'virt' flavor as it does for 'vanilla'.
Diffstat (limited to 'main/linux-vanilla/config-virt.x86_64')
-rw-r--r-- | main/linux-vanilla/config-virt.x86_64 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/main/linux-vanilla/config-virt.x86_64 b/main/linux-vanilla/config-virt.x86_64 index 5745dbf406..35c9983148 100644 --- a/main/linux-vanilla/config-virt.x86_64 +++ b/main/linux-vanilla/config-virt.x86_64 @@ -1558,9 +1558,15 @@ CONFIG_VIRTIO_BLK=m # CONFIG_VIRTIO_BLK_SCSI is not set CONFIG_BLK_DEV_RBD=m # CONFIG_BLK_DEV_RSXX is not set -# CONFIG_BLK_DEV_NVME is not set +CONFIG_NVME_CORE=m +CONFIG_BLK_DEV_NVME=m +CONFIG_NVME_FABRICS=m +CONFIG_NVME_RDMA=m # CONFIG_NVME_FC is not set -# CONFIG_NVME_TARGET is not set +CONFIG_NVME_TARGET=m +CONFIG_NVME_TARGET_LOOP=m +CONFIG_NVME_TARGET_RDMA=m +# CONFIG_NVME_TARGET_FC is not set # # Misc devices |