https://github.com/torvalds/linux
Raw File
Tip revision: 0fcfb00b28c0b7884635dacf38e46d60bf3d4eb1 authored by Linus Torvalds on 05 December 2021, 22:08:22 UTC
Linux 5.16-rc4
Tip revision: 0fcfb00
Kconfig
config SCSI_EFCT
	tristate "Emulex Fibre Channel Target"
	depends on PCI && SCSI
	depends on TARGET_CORE
	depends on SCSI_FC_ATTRS
	select CRC_T10DIF
	help
	  The efct driver provides enhanced SCSI Target Mode
	  support for specific SLI-4 adapters.
back to top