mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 13:16:34 +00:00
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@486 d57e44dd-8a1f-0410-8b47-8ef2f437770f
20 lines
685 B
Plaintext
20 lines
685 B
Plaintext
config SCST_QLA_TGT_ADDON
|
|
tristate "QLogic 2XXX Target Mode Add-On"
|
|
depends on SCST && SCSI_QLA_FC && SCSI_QLA2XXX_TARGET
|
|
default SCST
|
|
help
|
|
Target mode add-on driver for QLogic 2xxx Fibre Channel host adapters.
|
|
Visit http://scst.sourceforge.net for more info about this driver.
|
|
|
|
config QLA_TGT_DEBUG_WORK_IN_THREAD
|
|
bool "Use threads context only"
|
|
depends on SCST_QLA_TGT_ADDON
|
|
help
|
|
Makes SCST process incoming commands from the qla2x00t target
|
|
driver and call the driver's callbacks in internal SCST
|
|
threads context instead of SIRQ context, where thise commands
|
|
were received. Useful for debugging and lead to some
|
|
performance loss.
|
|
|
|
If unsure, say "N".
|