From: James Bottomley <James.Bottomley@SteelEye.com>
To: Alex Aizman <itn780@yahoo.com>, Mike Christie <michaelc@cs.wisc.edu>
Cc: SCSI Mailing List <linux-scsi@vger.kernel.org>
Subject: [PATCH] move iscsi to a better place in Kconfig
Date: Thu, 08 Sep 2005 09:56:18 -0500 [thread overview]
Message-ID: <1126191378.4845.8.camel@mulgrave> (raw)
Now it looks like we'll have multiple users of the iscsi transport
class, the iscsi initiator shouldn't really be a dependency of it. This
patch moves iscsi to being an initiator in its own right which selects
the transport attributes.
James
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -235,12 +235,18 @@ config SCSI_ISCSI_ATTRS
each attached iSCSI device to sysfs, say Y.
Otherwise, say N.
+endmenu
+
+menu "SCSI low-level drivers"
+ depends on SCSI!=n
+
config ISCSI_TCP
tristate "iSCSI Initiator over TCP/IP"
- depends on SCSI && INET && SCSI_ISCSI_ATTRS
+ depends on SCSI && INET
select CRYPTO
select CRYPTO_MD5
select CRYPTO_CRC32C
+ select SCSI_ISCSI_ATTRS
help
The iSCSI Driver provides a host with the ability to access storage
through an IP network. The driver uses the iSCSI protocol to transport
@@ -258,11 +264,6 @@ config ISCSI_TCP
http://linux-iscsi.sf.net
-endmenu
-
-menu "SCSI low-level drivers"
- depends on SCSI!=n
-
config SGIWD93_SCSI
tristate "SGI WD93C93 SCSI Driver"
depends on SGI_IP22 && SCSI
next reply other threads:[~2005-09-08 14:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-08 14:56 James Bottomley [this message]
2005-09-08 19:23 ` [PATCH] move iscsi to a better place in Kconfig Mike Christie
2005-09-09 15:01 ` James Bottomley
2005-09-09 17:03 ` Mike Christie
2005-09-09 17:33 ` Mike Christie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1126191378.4845.8.camel@mulgrave \
--to=james.bottomley@steeleye.com \
--cc=itn780@yahoo.com \
--cc=linux-scsi@vger.kernel.org \
--cc=michaelc@cs.wisc.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox