summaryrefslogtreecommitdiffstats
path: root/drivers/target/Kconfig
diff options
context:
space:
mode:
authorAndy Grover2015-04-15 02:30:05 +0200
committerNicholas Bellinger2015-04-20 07:41:12 +0200
commit68d4cef3bab3fb9bb0dbac690ba35a96cb5a16d9 (patch)
tree7012440c3c50fdad22c00a07377e0d22340c3059 /drivers/target/Kconfig
parenttarget: Version 2 of TCMU ABI (diff)
downloadkernel-qcow2-linux-68d4cef3bab3fb9bb0dbac690ba35a96cb5a16d9.tar.gz
kernel-qcow2-linux-68d4cef3bab3fb9bb0dbac690ba35a96cb5a16d9.tar.xz
kernel-qcow2-linux-68d4cef3bab3fb9bb0dbac690ba35a96cb5a16d9.zip
target: Put TCMU under a new config option
Conceptually version 2 should be viewed as an entirely new, incompatible version of TCMU, so emphasize this by changing the config option and Kconfig text. Signed-off-by: Andy Grover <agrover@redhat.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/Kconfig')
-rw-r--r--drivers/target/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/target/Kconfig b/drivers/target/Kconfig
index 81d44c477a5b..257361280510 100644
--- a/drivers/target/Kconfig
+++ b/drivers/target/Kconfig
@@ -31,12 +31,13 @@ config TCM_PSCSI
Say Y here to enable the TCM/pSCSI subsystem plugin for non-buffered
passthrough access to Linux/SCSI device
-config TCM_USER
+config TCM_USER2
tristate "TCM/USER Subsystem Plugin for Linux"
depends on UIO && NET
help
Say Y here to enable the TCM/USER subsystem plugin for a userspace
- process to handle requests
+ process to handle requests. This is version 2 of the ABI; version 1
+ is obsolete.
source "drivers/target/loopback/Kconfig"
source "drivers/target/tcm_fc/Kconfig"