Merge tag 'v5.19-rockchip-dts64-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / net / Kconfig.debug
index 2f50611..a5781cf 100644 (file)
@@ -17,3 +17,10 @@ config NET_NS_REFCNT_TRACKER
        help
          Enable debugging feature to track netns references.
          This adds memory and cpu costs.
+
+config DEBUG_NET
+       bool "Add generic networking debug"
+       depends on DEBUG_KERNEL
+       help
+         Enable extra sanity checks in networking.
+         This is mostly used by fuzzers, but is safe to select.