]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/scsi/Kconfig
[SCSI] fix kconfig dependency warnings related to SCSI_SAS_ATTRS
[net-next-2.6.git] / drivers / scsi / Kconfig
index 6466231f338bdb95ef147a64f478bd8857b05535..2e9632e2c98b41cdfb6ba156e9dfc8fe5751f25a 100644 (file)
@@ -316,7 +316,8 @@ config SCSI_ISCSI_ATTRS
 
 config SCSI_SAS_ATTRS
        tristate "SAS Transport Attributes"
-       depends on SCSI && BLK_DEV_BSG
+       depends on SCSI
+       select BLK_DEV_BSG
        help
          If you wish to export transport-specific information about
          each attached SAS device to sysfs, say Y.
@@ -370,7 +371,15 @@ config ISCSI_TCP
 
         http://open-iscsi.org
 
-source "drivers/scsi/cxgb3i/Kconfig"
+config ISCSI_BOOT_SYSFS
+       tristate "iSCSI Boot Sysfs Interface"
+       default n
+       help
+         This option enables support for exposing iSCSI boot information
+         via sysfs to userspace. If you wish to export this information,
+         say Y. Otherwise, say N.
+
+source "drivers/scsi/cxgbi/Kconfig"
 source "drivers/scsi/bnx2i/Kconfig"
 source "drivers/scsi/be2iscsi/Kconfig"