From d08963568e1884695f20034d4640f688eda5cb3c Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 22 Sep 2010 18:57:34 +0000 Subject: [PATCH] Removed scsi_tgt-related variables. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2169 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- ibmvstgt/src/Kconfig | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/ibmvstgt/src/Kconfig b/ibmvstgt/src/Kconfig index 75f233680..d75543026 100644 --- a/ibmvstgt/src/Kconfig +++ b/ibmvstgt/src/Kconfig @@ -40,13 +40,6 @@ config SCSI_DMA bool default n -config SCSI_TGT - tristate "SCSI target support" - depends on SCSI && EXPERIMENTAL - ---help--- - If you want to use SCSI target mode drivers enable this option. - If you choose M, the module will be called scsi_tgt. - config SCSI_NETLINK bool default n @@ -299,13 +292,6 @@ config SCSI_FC_ATTRS each attached FiberChannel device to sysfs, say Y. Otherwise, say N. -config SCSI_FC_TGT_ATTRS - bool "SCSI target support for FiberChannel Transport Attributes" - depends on SCSI_FC_ATTRS - depends on SCSI_TGT = y || SCSI_TGT = SCSI_FC_ATTRS - help - If you want to use SCSI target mode drivers enable this option. - config SCSI_ISCSI_ATTRS tristate "iSCSI Transport Attributes" depends on SCSI && NET @@ -330,13 +316,6 @@ config SCSI_SRP_ATTRS If you wish to export transport-specific information about each attached SRP device to sysfs, say Y. -config SCSI_SRP_TGT_ATTRS - bool "SCSI target support for SRP Transport Attributes" - depends on SCSI_SRP_ATTRS - depends on SCSI_TGT = y || SCSI_TGT = SCSI_SRP_ATTRS - help - If you want to use SCSI target mode drivers enable this option. - endmenu menuconfig SCSI_LOWLEVEL @@ -1864,7 +1843,6 @@ config SCSI_PM8001 config SCSI_SRP tristate "SCSI RDMA Protocol helper library" depends on SCSI && PCI - select SCSI_TGT help If you wish to use SRP target drivers, say Y.