Kconfig (5b79c2af667c0e2684f2a6dbf6439074b78f490c) | Kconfig (533d1daea8d8a389b37207ad7b50c4e750969231) |
---|---|
1 2config NVME_TARGET 3 tristate "NVMe Target support" 4 depends on BLOCK 5 depends on CONFIGFS_FS 6 help 7 This enabled target side support for the NVMe protocol, that is 8 it allows the Linux kernel to implement NVMe subsystems and --- 13 unchanged lines hidden (view full) --- 22 help 23 This enables the NVMe loopback device support, which can be useful 24 to test NVMe host and target side features. 25 26 If unsure, say N. 27 28config NVME_TARGET_RDMA 29 tristate "NVMe over Fabrics RDMA target support" | 1 2config NVME_TARGET 3 tristate "NVMe Target support" 4 depends on BLOCK 5 depends on CONFIGFS_FS 6 help 7 This enabled target side support for the NVMe protocol, that is 8 it allows the Linux kernel to implement NVMe subsystems and --- 13 unchanged lines hidden (view full) --- 22 help 23 This enables the NVMe loopback device support, which can be useful 24 to test NVMe host and target side features. 25 26 If unsure, say N. 27 28config NVME_TARGET_RDMA 29 tristate "NVMe over Fabrics RDMA target support" |
30 depends on INFINIBAND_ADDR_TRANS | 30 depends on INFINIBAND && INFINIBAND_ADDR_TRANS |
31 depends on NVME_TARGET 32 select SGL_ALLOC 33 help 34 This enables the NVMe RDMA target support, which allows exporting NVMe 35 devices over RDMA. 36 37 If unsure, say N. 38 --- 24 unchanged lines hidden --- | 31 depends on NVME_TARGET 32 select SGL_ALLOC 33 help 34 This enables the NVMe RDMA target support, which allows exporting NVMe 35 devices over RDMA. 36 37 If unsure, say N. 38 --- 24 unchanged lines hidden --- |