Message ID | 5b7b9c12-d202-ab0c-9598-267468bf10ad@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | target: fix tcm_loop build errors when SCSI=m | expand |
On Mon, 2018-08-06 at 10:13 -0700, Randy Dunlap wrote: > Fix build errors when CONFIG_SCSI=m and CONFIG_LOOPBACK_TARGET=y > by making LOOPBACK_TARGET depend on SCSI. Is this a longstanding or a new issue? In the latter case, should a Fixes: tag be added? Thanks, Bart. -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
--- linux-next-20180806.orig/drivers/target/loopback/Kconfig +++ linux-next-20180806/drivers/target/loopback/Kconfig @@ -1,5 +1,6 @@ config LOOPBACK_TARGET tristate "TCM Virtual SAS target and Linux/SCSI LDD fabric loopback module" + depends on SCSI help Say Y here to enable the TCM Virtual SAS target and Linux/SCSI LLD fabric loopback module.