commit | 2b7cbe20174695bca1afe2a8f755e1eb299f4768 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@steeleye.com> | Thu Sep 07 15:14:46 2006 -0500 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Thu Sep 07 15:21:50 2006 -0500 |
tree | aa60d5d6cab1860b756b373ab98abecbce733754 | |
parent | a01e70e570a72b8a8c9a58062e4f5bdcd3986222 [diff] [blame] |
[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 <James.Bottomley@SteelEye.com>
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 4d1998d..a6f920d 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig
@@ -28,7 +28,7 @@ (the one containing the directory /) is located on a SCSI device. config SCSI_NETLINK - tristate + bool default n select NET