]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[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 4d1998d23f0f75d4e26dfb54be42a8150f0e9d7e..a6f920d218a0266844b4e0819f3fbc75b124dffe 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