Commit 5d6be6a5 authored by Anish Bhatt's avatar Anish Bhatt Committed by David S. Miller

scsi_netlink : Make SCSI_NETLINK dependent on NET instead of selecting NET

Required for avoiding recursive dependencies in the Kconfig, brought out
by fixing randconfig error for bnx2i/bnx2fc in the patch that follows.
As suggested by Randy Dunlap
Signed-off-by: default avatarAnish Bhatt <anish@chelsio.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d6ce2628
......@@ -43,7 +43,7 @@ config SCSI_DMA
config SCSI_NETLINK
bool
default n
select NET
depends on NET
config SCSI_PROC_FS
bool "legacy /proc/scsi/ support"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment