Enable NVME_MULTIPATH, NVME_FC, NVME_TARGET_FC

This enables NVME support in various SCSI host adapters, so move the
nvme module into the scsi-modules installer udeb.
This commit is contained in:
Bastian Blank 2018-01-18 19:02:09 +01:00
parent a26c8f0854
commit 503143acab
4 changed files with 8 additions and 3 deletions

2
debian/changelog vendored
View File

@ -8,6 +8,8 @@ linux (4.15~rc8-1~exp2) UNRELEASED; urgency=medium
IPV6_SEG6_HMAC, NF_LOG_NETDEV, IP_SET_HASH_IPMAC, NET_ACT_SAMPLE,
IPVTAP, VIRTIO_MMIO, CRYPTO_RSA, CRYPTO_DH, CRYPTO_ECDH.
* x86: Enable SCHED_MC_PRIO, HYPERV_VSOCKETS.
* Enable NVME_MULTIPATH, NVME_FC, NVME_TARGET_FC, move nvme module into
scsi-modules installer udeb.
-- Bastian Blank <waldi@debian.org> Thu, 18 Jan 2018 09:14:57 +0100

View File

@ -3886,7 +3886,9 @@ CONFIG_NVDIMM_DAX=y
## file: drivers/nvme/host/Kconfig
##
CONFIG_BLK_DEV_NVME=m
CONFIG_NVME_MULTIPATH=y
CONFIG_NVME_RDMA=m
CONFIG_NVME_FC=m
##
## file: drivers/nvme/target/Kconfig
@ -3894,6 +3896,7 @@ CONFIG_NVME_RDMA=m
CONFIG_NVME_TARGET=m
# CONFIG_NVME_TARGET_LOOP is not set
CONFIG_NVME_TARGET_RDMA=m
CONFIG_NVME_TARGET_FC=m
##
## file: drivers/of/Kconfig

View File

@ -11,6 +11,3 @@ ata_piix ?
sx8 ?
pdc_adma ?
mtip32xx ?
# XXX not actually SATA
nvme ?

View File

@ -47,3 +47,6 @@ drivers/scsi/scsi_transport_* -
fcoe -
raid_class -
scsi_debug -
# XXX not actually SCSI
nvme ?