From: Randy Dunlap <[EMAIL PROTECTED]>

Move RAID class configuration to the BLOCK menu since it is not
SCSI-specific.

Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
---
block/Kconfig        |    5 +++++
drivers/scsi/Kconfig |    7 -------
2 files changed, 5 insertions(+), 7 deletions(-)

--- linux-2.6.24-rc1-git13.orig/block/Kconfig
+++ linux-2.6.24-rc1-git13/block/Kconfig
@@ -62,6 +62,11 @@ config BLK_DEV_BSG
        protocols (e.g. Task Management Functions and SMP in Serial
        Attached SCSI).

+config RAID_ATTRS
+       tristate "RAID Transport Class"
+       ---help---
+         Provides RAID class information in sysfs.
+
endif # BLOCK

config BLOCK_COMPAT
--- 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
-
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

Reply via email to