Skip to content

Commit

Permalink
scsi_netlink : Make SCSI_NETLINK dependent on NET instead of selectin…
Browse files Browse the repository at this point in the history
…g 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: Anish Bhatt <anish@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Anish Bhatt authored and David S. Miller committed Sep 15, 2014
1 parent d6ce262 commit 5d6be6a
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 @@ -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"
Expand Down

0 comments on commit 5d6be6a

Please sign in to comment.