Skip to content

Commit

Permalink
tgt: remove SCSI_TGT and SCSI_FC_TGT_ATTRS
Browse files Browse the repository at this point in the history
The Kconfig symbols SCSI_TGT and SCSI_FC_TGT_ATTRS are unused since
"tgt: removal". Setting them has no effect. Remove these symbols.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Christoph Hellwig <hch@lst.de>
  • Loading branch information
Paul Bolle authored and Christoph Hellwig committed Jul 25, 2014
1 parent 26b9fd8 commit 16acf5d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions drivers/scsi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ config SCSI_DMA
bool
default n

config SCSI_TGT
tristate "SCSI target support"
depends on SCSI
---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
Expand Down Expand Up @@ -271,13 +264,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
Expand Down

0 comments on commit 16acf5d

Please sign in to comment.