summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
authorFUJITA Tomonori2006-11-16 11:24:18 +0100
committerJames Bottomley2006-11-25 20:17:52 +0100
commit0d2db302f95747908123e56fa8659c7eb2eb7498 (patch)
tree267ba4f17c1f2aed4d807d29348299bac5015bc3 /drivers/scsi/Kconfig
parent[SCSI] scsi tgt: scsi target user and kernel communication interface (diff)
downloadkernel-qcow2-linux-0d2db302f95747908123e56fa8659c7eb2eb7498.tar.gz
kernel-qcow2-linux-0d2db302f95747908123e56fa8659c7eb2eb7498.tar.xz
kernel-qcow2-linux-0d2db302f95747908123e56fa8659c7eb2eb7498.zip
[SCSI] scsi-ml: Makefile and Kconfig changes for tgt
Makefile and Kconfig for tgt. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 8442be1bb162..1301d5222c07 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -29,6 +29,13 @@ config SCSI
However, do not compile this as a module if your root file system
(the one containing the directory /) is located on a SCSI device.
+config SCSI_TGT
+ tristate "SCSI target support"
+ depends on SCSI && EXPERIMENTAL
+ ---help---
+ If you want to use SCSI target mode drivers enable this option.
+ If you choose M, the module will be called scsi_tgt.
+
config SCSI_NETLINK
bool
default n