diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2006-11-30 13:00:54 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-12-03 10:28:01 -0500 |
commit | 0e5d030bef4de3e35bcca35dd9465e6672128570 (patch) | |
tree | 88c3bee5f6d35744e8aac2de8193294e1ced8a9d /drivers/scsi/Kconfig | |
parent | 26b14823441382264e6f3dfd01b8687dc18196fe (diff) |
[SCSI] scsi tgt: IBM eServer i/pSeries virtual SCSI target driver
This is IBM Virtual SCSI target driver for tgt. The driver is based on
the original ibmvscsis driver:
http://lkml.org/lkml/2005/10/17/99
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: Santiago Leon <santil@us.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 5570cdbf8f11..1b4bfaabcfbc 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -821,6 +821,20 @@ config SCSI_IBMVSCSI | |||
821 | To compile this driver as a module, choose M here: the | 821 | To compile this driver as a module, choose M here: the |
822 | module will be called ibmvscsic. | 822 | module will be called ibmvscsic. |
823 | 823 | ||
824 | config SCSI_IBMVSCSIS | ||
825 | tristate "IBM Virtual SCSI Server support" | ||
826 | depends on PPC_PSERIES && SCSI_TGT && SCSI_SRP | ||
827 | help | ||
828 | This is the SRP target driver for IBM pSeries virtual environments. | ||
829 | |||
830 | The userspace component needed to initialize the driver and | ||
831 | documentation can be found: | ||
832 | |||
833 | http://stgt.berlios.de/ | ||
834 | |||
835 | To compile this driver as a module, choose M here: the | ||
836 | module will be called ibmvstgt. | ||
837 | |||
824 | config SCSI_INITIO | 838 | config SCSI_INITIO |
825 | tristate "Initio 9100U(W) support" | 839 | tristate "Initio 9100U(W) support" |
826 | depends on PCI && SCSI | 840 | depends on PCI && SCSI |