3 tristate "NVMe Target support"
7 This enabled target side support for the NVMe protocol, that is
8 it allows the Linux kernel to implement NVMe subsystems and
9 controllers and export Linux block devices as NVMe namespaces.
10 You need to select at least one of the transports below to make this
13 To configure the NVMe target you probably want to use the nvmetcli
14 tool from http://git.infradead.org/users/hch/nvmetcli.git.
16 config NVME_TARGET_LOOP
17 tristate "NVMe loopback device support"
18 depends on NVME_TARGET
23 This enables the NVMe loopback device support, which can be useful
24 to test NVMe host and target side features.
28 config NVME_TARGET_RDMA
29 tristate "NVMe over Fabrics RDMA target support"
30 depends on INFINIBAND && INFINIBAND_ADDR_TRANS
31 depends on NVME_TARGET
34 This enables the NVMe RDMA target support, which allows exporting NVMe
40 tristate "NVMe over Fabrics FC target driver"
41 depends on NVME_TARGET
45 This enables the NVMe FC target support, which allows exporting NVMe
50 config NVME_TARGET_FCLOOP
51 tristate "NVMe over Fabrics FC Transport Loopback Test driver"
52 depends on NVME_TARGET
57 depends on NVME_TARGET_FC
59 This enables the NVMe FC loopback test support, which can be useful
60 to test NVMe-FC transport interfaces.