Commit eb0b39ef authored by Eric Dumazet's avatar Eric Dumazet Committed by Jakub Kicinski
Browse files

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: default avatarEric Dumazet <edumazet@google.com>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 83450bba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.