mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	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
 | 
					config DEBUG_NET
 | 
				
			||||||
	bool "Add generic networking debug"
 | 
						bool "Add generic networking debug"
 | 
				
			||||||
	depends on DEBUG_KERNEL
 | 
						depends on DEBUG_KERNEL && NET
 | 
				
			||||||
	help
 | 
						help
 | 
				
			||||||
	  Enable extra sanity checks in networking.
 | 
						  Enable extra sanity checks in networking.
 | 
				
			||||||
	  This is mostly used by fuzzers, but is safe to select.
 | 
						  This is mostly used by fuzzers, but is safe to select.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue