On Thu, 2006-09-07 at 11:43 -0500, James Bottomley wrote: > The configuration change I introduced was overly optimistic. We need to > account for the fact that CONFIG_SCSI_NETLINK can be a module. Someone with a large pointy stick explained that as CONFIG_NET is only bool, that means CONFIG_SCSI_NETLINK can be as well, so this is the revised fix. James Index: BUILD-2.6/drivers/scsi/Kconfig =================================================================== --- BUILD-2.6.orig/drivers/scsi/Kconfig 2006-09-07 14:36:15.000000000 -0500 +++ BUILD-2.6/drivers/scsi/Kconfig 2006-09-07 14:36:18.000000000 -0500 @@ -28,7 +28,7 @@ config SCSI (the one containing the directory /) is located on a SCSI device. config SCSI_NETLINK - tristate + bool default n select NET - 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