sh_eth: Use dev_err_probe() helper
[linux-block.git] / net / Kconfig.debug
CommitLineData
4d92b95f
ED
1# SPDX-License-Identifier: GPL-2.0-only
2
3config 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.