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_BLK_DEV_NVME_SCSI[0m bool "SCSI emulation for NVMe device nodes" depends on [31mCONFIG_NVME_CORE[0m ---help--- This adds support for the SG_IO ioctl on the NVMe character and block devices nodes, as well as a translation for a small number of selected [31mCONFIG_SCSI[0m commands to NVMe commands to the NVMe driver. If you don't know what this means you probably want to say N here, unless you run a distro that abuses the [31mCONFIG_SCSI[0m emulation to provide stable device names for mount by id, like some OpenSuSE and SLES versions. 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_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. |