From: James Bottomley Date: Thu, 7 Sep 2006 20:14:46 +0000 (-0500) Subject: [SCSI] fix up SCSI netlink build X-Git-Tag: v2.6.19-rc1~1266^2~19^2~6 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2b7cbe20174695bca1afe2a8f755e1eb299f4768;p=karo-tx-linux.git [SCSI] fix up SCSI netlink build CONFIG_SCSI_NETLINK can become a bool since the item its selecting (CONFIG_NET) cannot be a module. Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 4d1998d23f0f..a6f920d218a0 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -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