[PATCH] scsi menu: move RAID transport class to Transports menu

2007-11-04 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED]

Move RAID_ATTRS into the SCSI Transports sub-menu.
Fix some help text whitespace in Transports.

Signed-off-by: Randy Dunlap [EMAIL PROTECTED]
---
 drivers/scsi/Kconfig |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

--- linux-2.6.24-rc1-git13.orig/drivers/scsi/Kconfig
+++ linux-2.6.24-rc1-git13/drivers/scsi/Kconfig
@@ -1,12 +1,5 @@
 menu SCSI device support
 
-config RAID_ATTRS
-   tristate RAID Transport Class
-   default n
-   depends on BLOCK
-   ---help---
- Provides RAID
-
 config SCSI
tristate SCSI device support
depends on BLOCK
@@ -256,6 +249,13 @@ config SCSI_WAIT_SCAN
 menu SCSI Transports
depends on SCSI
 
+config RAID_ATTRS
+   tristate RAID Transport Class
+   default n
+   depends on BLOCK
+   ---help---
+ Provides RAID class information in sysfs.
+
 config SCSI_SPI_ATTRS
tristate Parallel SCSI (SPI) Transport Attributes
depends on SCSI
@@ -277,7 +277,7 @@ config SCSI_FC_TGT_ATTRS
depends on SCSI_FC_ATTRS
depends on SCSI_TGT = y || SCSI_TGT = SCSI_FC_ATTRS
help
-   If you want to use SCSI target mode drivers enable this option.
+ If you want to use SCSI target mode drivers enable this option.
 
 config SCSI_ISCSI_ATTRS
tristate iSCSI Transport Attributes
@@ -308,7 +308,7 @@ config SCSI_SRP_TGT_ATTRS
depends on SCSI_SRP_ATTRS
depends on SCSI_TGT = y || SCSI_TGT = SCSI_SRP_ATTRS
help
-   If you want to use SCSI target mode drivers enable this option.
+ If you want to use SCSI target mode drivers enable this option.
 
 endmenu
 
-
To unsubscribe from this list: send the line unsubscribe linux-scsi in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] scsi menu: move RAID transport class to Transports menu

2007-11-04 Thread Matthew Wilcox
On Sun, Nov 04, 2007 at 10:44:23AM -0800, Randy Dunlap wrote:
 From: Randy Dunlap [EMAIL PROTECTED]
 
 Move RAID_ATTRS into the SCSI Transports sub-menu.
 Fix some help text whitespace in Transports.

Ummm ... RAID isn't really a SCSI property, is it?  How about putting it
in block/Kconfig?

-- 
Intel are signing my paycheques ... these opinions are still mine
Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours.  We can't possibly take such
a retrograde step.
-
To unsubscribe from this list: send the line unsubscribe linux-scsi in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] scsi menu: move RAID transport class to Transports menu

2007-11-04 Thread Jeff Garzik

Matthew Wilcox wrote:

On Sun, Nov 04, 2007 at 10:44:23AM -0800, Randy Dunlap wrote:

From: Randy Dunlap [EMAIL PROTECTED]

Move RAID_ATTRS into the SCSI Transports sub-menu.
Fix some help text whitespace in Transports.


Ummm ... RAID isn't really a SCSI property, is it?  How about putting it
in block/Kconfig?


Agreed.

IMO would be nice to emphasize that the RAID transport attributes are 
not necessarily SCSI-specific.


Jeff



-
To unsubscribe from this list: send the line unsubscribe linux-scsi in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html