aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig15
1 files changed, 12 insertions, 3 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 85da296a49be..8616496ffc02 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -316,7 +316,8 @@ config SCSI_ISCSI_ATTRS
316 316
317config SCSI_SAS_ATTRS 317config SCSI_SAS_ATTRS
318 tristate "SAS Transport Attributes" 318 tristate "SAS Transport Attributes"
319 depends on SCSI && BLK_DEV_BSG 319 depends on SCSI
320 select BLK_DEV_BSG
320 help 321 help
321 If you wish to export transport-specific information about 322 If you wish to export transport-specific information about
322 each attached SAS device to sysfs, say Y. 323 each attached SAS device to sysfs, say Y.
@@ -370,7 +371,15 @@ config ISCSI_TCP
370 371
371 http://open-iscsi.org 372 http://open-iscsi.org
372 373
373source "drivers/scsi/cxgb3i/Kconfig" 374config ISCSI_BOOT_SYSFS
375 tristate "iSCSI Boot Sysfs Interface"
376 default n
377 help
378 This option enables support for exposing iSCSI boot information
379 via sysfs to userspace. If you wish to export this information,
380 say Y. Otherwise, say N.
381
382source "drivers/scsi/cxgbi/Kconfig"
374source "drivers/scsi/bnx2i/Kconfig" 383source "drivers/scsi/bnx2i/Kconfig"
375source "drivers/scsi/be2iscsi/Kconfig" 384source "drivers/scsi/be2iscsi/Kconfig"
376 385
@@ -1854,7 +1863,7 @@ config ZFCP_DIF
1854 1863
1855config SCSI_PMCRAID 1864config SCSI_PMCRAID
1856 tristate "PMC SIERRA Linux MaxRAID adapter support" 1865 tristate "PMC SIERRA Linux MaxRAID adapter support"
1857 depends on PCI && SCSI 1866 depends on PCI && SCSI && NET
1858 ---help--- 1867 ---help---
1859 This driver supports the PMC SIERRA MaxRAID adapters. 1868 This driver supports the PMC SIERRA MaxRAID adapters.
1860 1869