From: Stefan Hajnoczi <stefanha@xxxxxxxxxxxxxxxxxx> The tcm_loop must be built as a module. It cannot be built in. Signed-off-by: Stefan Hajnoczi <stefanha@xxxxxxxxxxxxxxxxxx> Signed-off-by: Nicholas A. Bellinger <nab@xxxxxxxxxxxxxxxxxxxxx> --- drivers/target/loopback/Kconfig | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/target/loopback/Kconfig b/drivers/target/loopback/Kconfig index 57dcbc2..1bd6a65 100644 --- a/drivers/target/loopback/Kconfig +++ b/drivers/target/loopback/Kconfig @@ -1,7 +1,8 @@ config LOOPBACK_TARGET tristate "TCM Virtual SAS target and Linux/SCSI LDD fabric loopback module" + depends on m help - Say Y here to enable the TCM Virtual SAS target and Linux/SCSI LLD + Say M here to enable the TCM Virtual SAS target and Linux/SCSI LLD fabric loopback module. config LOOPBACK_TARGET_CDB_DEBUG -- 1.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html