Merge tag 'pnp-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
[deliverable/linux.git] / drivers / nvme / target / Kconfig
index 6bbd7890c3ad0afb4808f3e94ab0f5cf2b63834c..a5c31cbeb4815efe58f8b5ff60a009ea97c62d31 100644 (file)
@@ -16,8 +16,7 @@ config NVME_TARGET
 config NVME_TARGET_LOOP
        tristate "NVMe loopback device support"
        depends on BLK_DEV_NVME
-       depends on CONFIGFS_FS
-       select NVME_TARGET
+       depends on NVME_TARGET
        select NVME_FABRICS
        select SG_POOL
        help
@@ -25,3 +24,13 @@ config NVME_TARGET_LOOP
          to test NVMe host and target side features.
 
          If unsure, say N.
+
+config NVME_TARGET_RDMA
+       tristate "NVMe over Fabrics RDMA target support"
+       depends on INFINIBAND
+       depends on NVME_TARGET
+       help
+         This enables the NVMe RDMA target support, which allows exporting NVMe
+         devices over RDMA.
+
+         If unsure, say N.
This page took 0.024402 seconds and 5 git commands to generate.