aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig39
1 files changed, 25 insertions, 14 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 9c9f162bd6ed..afeca325b4dc 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -229,7 +229,7 @@ config SCSI_FC_ATTRS
229 229
230config SCSI_ISCSI_ATTRS 230config SCSI_ISCSI_ATTRS
231 tristate "iSCSI Transport Attributes" 231 tristate "iSCSI Transport Attributes"
232 depends on SCSI 232 depends on SCSI && NET
233 help 233 help
234 If you wish to export transport-specific information about 234 If you wish to export transport-specific information about
235 each attached iSCSI device to sysfs, say Y. 235 each attached iSCSI device to sysfs, say Y.
@@ -247,6 +247,30 @@ endmenu
247menu "SCSI low-level drivers" 247menu "SCSI low-level drivers"
248 depends on SCSI!=n 248 depends on SCSI!=n
249 249
250config ISCSI_TCP
251 tristate "iSCSI Initiator over TCP/IP"
252 depends on SCSI && INET
253 select CRYPTO
254 select CRYPTO_MD5
255 select CRYPTO_CRC32C
256 select SCSI_ISCSI_ATTRS
257 help
258 The iSCSI Driver provides a host with the ability to access storage
259 through an IP network. The driver uses the iSCSI protocol to transport
260 SCSI requests and responses over a TCP/IP network between the host
261 (the "initiator") and "targets". Architecturally, the iSCSI driver
262 combines with the host's TCP/IP stack, network drivers, and Network
263 Interface Card (NIC) to provide the same functions as a SCSI or a
264 Fibre Channel (FC) adapter driver with a Host Bus Adapter (HBA).
265
266 To compile this driver as a module, choose M here: the
267 module will be called iscsi_tcp.
268
269 The userspace component needed to initialize the driver, documentation,
270 and sample configuration files can be found here:
271
272 http://linux-iscsi.sf.net
273
250config SGIWD93_SCSI 274config SGIWD93_SCSI
251 tristate "SGI WD93C93 SCSI Driver" 275 tristate "SGI WD93C93 SCSI Driver"
252 depends on SGI_IP22 && SCSI 276 depends on SGI_IP22 && SCSI
@@ -596,19 +620,6 @@ config SCSI_OMIT_FLASHPOINT
596 substantial, so users of MultiMaster Host Adapters may wish to omit 620 substantial, so users of MultiMaster Host Adapters may wish to omit
597 it. 621 it.
598 622
599#
600# This is marked broken because it uses over 4kB of stack in
601# just two routines:
602# 2076 CpqTsProcessIMQEntry
603# 2052 PeekIMQEntry
604#
605config SCSI_CPQFCTS
606 tristate "Compaq Fibre Channel 64-bit/66Mhz HBA support"
607 depends on PCI && SCSI && BROKEN
608 help
609 Say Y here to compile in support for the Compaq StorageWorks Fibre
610 Channel 64-bit/66Mhz Host Bus Adapter.
611
612config SCSI_DMX3191D 623config SCSI_DMX3191D
613 tristate "DMX3191D SCSI support" 624 tristate "DMX3191D SCSI support"
614 depends on PCI && SCSI 625 depends on PCI && SCSI