> From: "Jun'ichi Nomura" <j-nomura@xxxxxxxxxxxxx>: scsi_tgt_if.c depends on CONFIG_NET for using netlink. So it would be nice if the Kconfig entry checks it. Signed-off-by: FUJITA Tomonori <fujita.tomonori@xxxxxxxxxxxxx> Signed-off-by: Mike Christie <michaelc@xxxxxxxxxxx> --- drivers/scsi/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) c600d01f632122aa664bdfc89c8cf1796d61484c diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index d09c792..5b5eeb4 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -29,7 +29,7 @@ config SCSI config SCSI_TGT tristate "SCSI target support" - depends on SCSI && EXPERIMENTAL + depends on SCSI && NET && EXPERIMENTAL ---help--- If you want to use SCSI target mode drivers enable this option. If you choose M, the module will be called scsi_tgt. -- 1.1.5 - : 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