Skip to content

Commit

Permalink
[SCSI] fix up SCSI netlink build
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
James Bottomley authored and James Bottomley committed Sep 7, 2006
1 parent a01e70e commit 2b7cbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2b7cbe2

Please sign in to comment.