Hello Mike, Fujita-san, scsi_tgt_if.c depends on CONFIG_NET for using netlink. So it would be nice if the Kconfig entry checks it. Thanks, -- Jun'ichi Nomura, NEC Solutions (America), Inc.
--- linux-2.6.16-rc6-mm1.orig/drivers/scsi/Kconfig 2006-03-14 09:52:19.000000000 -0500 +++ linux-2.6.16-rc6-mm1/drivers/scsi/Kconfig 2006-03-14 15:56:32.000000000 -0500 @@ -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.