]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/nvme/target/Kconfig
nvmet-tcp: add NVMe over TCP target driver
[linux.git] / drivers / nvme / target / Kconfig
index 3c7b61ddb0d186a017196d56378184a9988d525a..d94f25cde0192f25c65dc1bed527558701737951 100644 (file)
@@ -60,3 +60,13 @@ config NVME_TARGET_FCLOOP
          to test NVMe-FC transport interfaces.
 
          If unsure, say N.
+
+config NVME_TARGET_TCP
+       tristate "NVMe over Fabrics TCP target support"
+       depends on INET
+       depends on NVME_TARGET
+       help
+         This enables the NVMe TCP target support, which allows exporting NVMe
+         devices over TCP.
+
+         If unsure, say N.