浏览代码

[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>
James Bottomley 18 年之前
父节点
当前提交
2b7cbe2017
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/scsi/Kconfig

+ 1 - 1
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