[SCSI] fix up SCSI netlink build
authorJames Bottomley <James.Bottomley@steeleye.com>
Thu, 7 Sep 2006 20:14:46 +0000 (15:14 -0500)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Thu, 7 Sep 2006 20:21:50 +0000 (15:21 -0500)
CONFIG_SCSI_NETLINK can become a bool since the item its
selecting (CONFIG_NET) cannot be a module.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/Kconfig

index 4d1998d..a6f920d 100644 (file)
@@ -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