aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
authorFUJITA Tomonori <tomof@acm.org>2007-08-01 11:20:34 -0400
committerJames Bottomley <jejb@mulgrave.localdomain>2007-10-12 14:38:09 -0400
commit0012fdf986c9b9c7fe8d0842a0ad8dd981a06c06 (patch)
tree61c4d1d819c34c60f90c4544c66817470a38e404 /drivers/scsi/Kconfig
parente9906fe8c6e8d004635753b7c4189692df281b70 (diff)
[SCSI] scsi_transport_srp: remove tgt dependencies
it's better to remove tgt dependencies in srp transport class since most people want only initiator support. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
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