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>
This commit is contained in:
		
					parent
					
						
							
								d6ce2628f3
							
						
					
				
			
			
				commit
				
					
						5d6be6a5d4
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -43,7 +43,7 @@ config SCSI_DMA
 | 
				
			||||||
config SCSI_NETLINK
 | 
					config SCSI_NETLINK
 | 
				
			||||||
	bool
 | 
						bool
 | 
				
			||||||
	default	n
 | 
						default	n
 | 
				
			||||||
	select NET
 | 
						depends on NET
 | 
				
			||||||
 | 
					
 | 
				
			||||||
config SCSI_PROC_FS
 | 
					config SCSI_PROC_FS
 | 
				
			||||||
	bool "legacy /proc/scsi/ support"
 | 
						bool "legacy /proc/scsi/ support"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue