Merge tag 'usb-serial-5.17-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / net / Kconfig.debug
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 config NET_DEV_REFCNT_TRACKER
4         bool "Enable net device refcount tracking"
5         depends on DEBUG_KERNEL && STACKTRACE_SUPPORT
6         select REF_TRACKER
7         default n
8         help
9           Enable debugging feature to track device references.
10           This adds memory and cpu costs.
11
12 config NET_NS_REFCNT_TRACKER
13         bool "Enable networking namespace refcount tracking"
14         depends on DEBUG_KERNEL && STACKTRACE_SUPPORT
15         select REF_TRACKER
16         default n
17         help
18           Enable debugging feature to track netns references.
19           This adds memory and cpu costs.