Files
scst/scst_local/in-tree/Kconfig
Bart Van Assche b94b10332d scst_local, in-tree: excluded scst_local from kernel build when HIGHMEM4G or
HIGHMEM64G is enabled.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2081 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2010-09-10 06:46:14 +00:00

23 lines
794 B
Plaintext

config SCST_LOCAL
tristate "SCST Local driver"
depends on SCST && !HIGHMEM4G && !HIGHMEM64G
---help---
This module provides a LLD SCSI driver that connects to
the SCST target mode subsystem in a loop-back manner.
It allows you to test target-mode device-handlers locally.
You will need the SCST subsystem as well.
If unsure whether you really want or need this, say N.
config SCST_LOCAL_FORCE_DIRECT_PROCESSING
bool "Force local processing"
depends on SCST_LOCAL
help
This experimental option forces scst_local to make SCST process
SCSI commands in the same context, in which they was submitted.
Otherwise, they will be processed in SCST threads. Setting this
option to "Y" will give some performance increase, but might be
unsafe.
If unsure, say "N".