From d747aa2fa46bce1e3157e9efdc3ee00129f0868f Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Fri, 10 Oct 2008 10:00:08 +0000 Subject: [PATCH] Allows enabling target mode support without SCST enabled. Otherwise it is impossible to use the target driver with out of tree SCST. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@522 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qla2x00t/Kconfig b/qla2x00t/Kconfig index 860e855a9..e4c991ff1 100644 --- a/qla2x00t/Kconfig +++ b/qla2x00t/Kconfig @@ -28,7 +28,7 @@ config SCSI_QLA_FC config SCSI_QLA2XXX_TARGET bool "QLogic 2XXX target mode support" - depends on SCSI_QLA_FC && SCST + depends on SCSI_QLA_FC default SCST ---help--- This option enables target mode hooks used by the SCST qla2x00t driver.