5 tristate "NVM Express block device"
6 depends on PCI && BLOCK
9 The NVM Express driver is for solid state drives directly
10 connected to the PCI or PCI Express bus. If you know you
11 don't have one of these, it is safe to answer N.
13 To compile this driver as a module, choose M here: the
14 module will be called nvme.
20 tristate "NVM Express over Fabrics RDMA host driver"
21 depends on INFINIBAND && BLOCK
26 This provides support for the NVMe over Fabrics protocol using
27 the RDMA (Infiniband, RoCE, iWarp) transport. This allows you
28 to use remote block devices exported using the NVMe protocol set.
30 To configure a NVMe over Fabrics controller use the nvme-cli tool
31 from https://github.com/linux-nvme/nvme-cli.
36 tristate "NVM Express over Fabrics FC host driver"
43 This provides support for the NVMe over Fabrics protocol using
44 the FC transport. This allows you to use remote block devices
45 exported using the NVMe protocol set.
47 To configure a NVMe over Fabrics controller use the nvme-cli tool
48 from https://github.com/linux-nvme/nvme-cli.