aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig11
1 files changed, 9 insertions, 2 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 4562273dfad3..7877dfdd2322 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -291,11 +291,18 @@ source "drivers/scsi/libsas/Kconfig"
291 291
292config SCSI_SRP_ATTRS 292config SCSI_SRP_ATTRS
293 tristate "SRP Transport Attributes" 293 tristate "SRP Transport Attributes"
294 depends on SCSI && SCSI_TGT 294 depends on SCSI
295 help 295 help
296 If you wish to export transport-specific information about 296 If you wish to export transport-specific information about
297 each attached SRP device to sysfs, say Y. 297 each attached SRP device to sysfs, say Y.
298 298
299config SCSI_SRP_TGT_ATTRS
300 bool "SCSI target support for SRP Transport Attributes"
301 depends on SCSI_SRP_ATTRS
302 depends on SCSI_TGT = y || SCSI_TGT = SCSI_SRP_ATTRS
303 help
304 If you want to use SCSI target mode drivers enable this option.
305
299endmenu 306endmenu
300 307
301menuconfig SCSI_LOWLEVEL 308menuconfig SCSI_LOWLEVEL
@@ -848,7 +855,7 @@ config SCSI_IBMVSCSI
848 855
849config SCSI_IBMVSCSIS 856config SCSI_IBMVSCSIS
850 tristate "IBM Virtual SCSI Server support" 857 tristate "IBM Virtual SCSI Server support"
851 depends on PPC_PSERIES && SCSI_TGT && SCSI_SRP && SCSI_SRP_ATTRS 858 depends on PPC_PSERIES && SCSI_SRP && SCSI_SRP_TGT_ATTRS
852 help 859 help
853 This is the SRP target driver for IBM pSeries virtual environments. 860 This is the SRP target driver for IBM pSeries virtual environments.
854 861