diff options
author | James Bottomley <James.Bottomley@steeleye.com> | 2006-09-07 16:14:46 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-09-07 16:21:50 -0400 |
commit | 2b7cbe20174695bca1afe2a8f755e1eb299f4768 (patch) | |
tree | aa60d5d6cab1860b756b373ab98abecbce733754 /drivers/scsi | |
parent | a01e70e570a72b8a8c9a58062e4f5bdcd3986222 (diff) |
[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>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
28 | (the one containing the directory /) is located on a SCSI device. | 28 | (the one containing the directory /) is located on a SCSI device. |
29 | 29 | ||
30 | config SCSI_NETLINK | 30 | config SCSI_NETLINK |
31 | tristate | 31 | bool |
32 | default n | 32 | default n |
33 | select NET | 33 | select NET |
34 | 34 | ||