]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
scsi_netlink : Make SCSI_NETLINK dependent on NET instead of selecting NET
authorAnish Bhatt <anish@chelsio.com>
Mon, 15 Sep 2014 20:45:20 +0000 (13:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Sep 2014 21:45:18 +0000 (17:45 -0400)
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>
drivers/scsi/Kconfig

index 18a3358eb1d47c9f8cd6acd9e62816691afbff66..756cddaf6c6dda36b49aa137be0767f017edce84 100644 (file)
@@ -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"