diff options
author | Alex Aizman <itn780@yahoo.com> | 2005-08-04 22:33:15 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-08-06 10:35:14 -0400 |
commit | c899e4ef96f01b7e051045e08f3a8fe5e5f2bbb7 (patch) | |
tree | 579e1bc660e18cfb3cca3ef54675937344be8fda /drivers/scsi/Kconfig | |
parent | 0896b752302662909b52895bd7f601136001069d (diff) |
[SCSI] open-iscsi/linux-iscsi-5 Initiator: Kconfig update
Signed-off-by: Alex Aizman <itn780@yahoo.com>
Signed-off-by: Dmitry Yusupov <dmitry_yus@yahoo.com>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index f1e8c4223ed1..ff105c7b966c 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -223,12 +223,35 @@ config SCSI_FC_ATTRS | |||
223 | 223 | ||
224 | config SCSI_ISCSI_ATTRS | 224 | config SCSI_ISCSI_ATTRS |
225 | tristate "iSCSI Transport Attributes" | 225 | tristate "iSCSI Transport Attributes" |
226 | depends on SCSI | 226 | depends on SCSI && NET |
227 | help | 227 | help |
228 | If you wish to export transport-specific information about | 228 | If you wish to export transport-specific information about |
229 | each attached iSCSI device to sysfs, say Y. | 229 | each attached iSCSI device to sysfs, say Y. |
230 | Otherwise, say N. | 230 | Otherwise, say N. |
231 | 231 | ||
232 | config ISCSI_TCP | ||
233 | tristate "iSCSI Initiator over TCP/IP" | ||
234 | depends on SCSI && INET && SCSI_ISCSI_ATTRS | ||
235 | select CRYPTO | ||
236 | select CRYPTO_MD5 | ||
237 | select CRYPTO_CRC32C | ||
238 | help | ||
239 | The iSCSI Driver provides a host with the ability to access storage | ||
240 | through an IP network. The driver uses the iSCSI protocol to transport | ||
241 | SCSI requests and responses over a TCP/IP network between the host | ||
242 | (the "initiator") and "targets". Architecturally, the iSCSI driver | ||
243 | combines with the host's TCP/IP stack, network drivers, and Network | ||
244 | Interface Card (NIC) to provide the same functions as a SCSI or a | ||
245 | Fibre Channel (FC) adapter driver with a Host Bus Adapter (HBA). | ||
246 | |||
247 | To compile this driver as a module, choose M here: the | ||
248 | module will be called iscsi_tcp. | ||
249 | |||
250 | The userspace component needed to initialize the driver, documentation, | ||
251 | and sample configuration files can be found here: | ||
252 | |||
253 | http://linux-iscsi.sf.net | ||
254 | |||
232 | endmenu | 255 | endmenu |
233 | 256 | ||
234 | menu "SCSI low-level drivers" | 257 | menu "SCSI low-level drivers" |