aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnish Bhatt <anish@chelsio.com>2014-09-15 13:45:20 -0700
committerDavid S. Miller <davem@davemloft.net>2014-09-15 17:45:18 -0400
commit5d6be6a5d4864712832822efeb9c2d54e4063949 (patch)
tree7905896c71c4860dafb3c6a35c45f0a5fb439217
parentcxgb4: Don't allocate adapter structure for all PF's (diff)
downloadlinux-dev-5d6be6a5d4864712832822efeb9c2d54e4063949.tar.xz
linux-dev-5d6be6a5d4864712832822efeb9c2d54e4063949.zip
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: Anish Bhatt <anish@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/scsi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 18a3358eb1d4..756cddaf6c6d 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -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"