[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>
This commit is contained in:
committed by
James Bottomley
parent
a01e70e570
commit
2b7cbe2017
@@ -28,7 +28,7 @@ config SCSI
|
|||||||
(the one containing the directory /) is located on a SCSI device.
|
(the one containing the directory /) is located on a SCSI device.
|
||||||
|
|
||||||
config SCSI_NETLINK
|
config SCSI_NETLINK
|
||||||
tristate
|
bool
|
||||||
default n
|
default n
|
||||||
select NET
|
select NET
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user