# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_NVME_CORE[0m tristate config [31mCONFIG_BLK_DEV_NVME[0m tristate "NVM Express block device" depends on [31mCONFIG_PCI[0m && [31mCONFIG_BLOCK[0m select [31mCONFIG_NVME_CORE[0m ---help--- The [31mCONFIG_NVM[0m Express driver is for solid state drives directly connected to the [31mCONFIG_PCI[0m or [31mCONFIG_PCI[0m Express bus. If you know you don't have one of these, it is safe to answer N. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called nvme. config [31mCONFIG_NVME_MULTIPATH[0m bool "NVMe multipath support" depends on [31mCONFIG_NVME_CORE[0m ---help--- This option enables support for multipath access to NVMe subsystems. If this option is enabled only a single /dev/nvmeXnY device will show up for each NVMe namespaces, even if it is accessible through multiple controllers. config [31mCONFIG_NVME_FABRICS[0m tristate config [31mCONFIG_NVME_RDMA[0m tristate "NVM Express over Fabrics RDMA host driver" depends on [31mCONFIG_INFINIBAND[0m && [31mCONFIG_INFINIBAND_ADDR_TRANS[0m && [31mCONFIG_BLOCK[0m select [31mCONFIG_NVME_CORE[0m select [31mCONFIG_NVME_FABRICS[0m select [31mCONFIG_SG_POOL[0m help This provides support for the NVMe over Fabrics protocol using the RDMA (Infiniband, RoCE, iWarp) transport. This allows you to use remote block devices exported using the NVMe protocol set. To configure a NVMe over Fabrics controller use the nvme-cli tool from https://github.com/linux-nvme/nvme-cli. If unsure, say N. config [31mCONFIG_NVME_FC[0m tristate "NVM Express over Fabrics FC host driver" depends on [31mCONFIG_BLOCK[0m depends on [31mCONFIG_HAS_DMA[0m select [31mCONFIG_NVME_CORE[0m select [31mCONFIG_NVME_FABRICS[0m select [31mCONFIG_SG_POOL[0m help This provides support for the NVMe over Fabrics protocol using the FC transport. This allows you to use remote block devices exported using the NVMe protocol set. To configure a NVMe over Fabrics controller use the nvme-cli tool from https://github.com/linux-nvme/nvme-cli. If unsure, say N. config [31mCONFIG_NVME_TCP[0m tristate "NVM Express over Fabrics TCP host driver" depends on [31mCONFIG_INET[0m depends on [31mCONFIG_BLK_DEV_NVME[0m select [31mCONFIG_NVME_FABRICS[0m select [31mCONFIG_CRYPTO_CRC32C[0m help This provides support for the NVMe over Fabrics protocol using the TCP transport. This allows you to use remote block devices exported using the NVMe protocol set. To configure a NVMe over Fabrics controller use the nvme-cli tool from https://github.com/linux-nvme/nvme-cli. If unsure, say N. |