forked from mirrors/linux
		
	net: CONFIG_DEBUG_NET depends on CONFIG_NET
It makes little sense to debug networking stacks if networking is not compiled in. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
		
							parent
							
								
									83450bbafe
								
							
						
					
					
						commit
						eb0b39efb7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -20,7 +20,7 @@ config NET_NS_REFCNT_TRACKER
 | 
			
		|||
 | 
			
		||||
config DEBUG_NET
 | 
			
		||||
	bool "Add generic networking debug"
 | 
			
		||||
	depends on DEBUG_KERNEL
 | 
			
		||||
	depends on DEBUG_KERNEL && NET
 | 
			
		||||
	help
 | 
			
		||||
	  Enable extra sanity checks in networking.
 | 
			
		||||
	  This is mostly used by fuzzers, but is safe to select.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue