-
CONFIG_NET_DEBUG_CONFIG
¶
Debug net config library
Type: bool
Help¶
Enables net config library to output debug messages
Defaults¶
- “y” if
NET_LOG_GLOBAL
&&NETWORKING
Kconfig definition¶
At subsys/net/lib/config/Kconfig:58
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:93
→ subsys/net/lib/Kconfig:27
Menu path: (top menu) → Networking → Network Libraries
config NET_DEBUG_CONFIG bool prompt "Debug net config library" ifNETWORKING
default "y" ifNET_LOG_GLOBAL
&&NETWORKING
depends onNETWORKING
help Enables net config library to output debug messages
(Definitions include propagated dependencies, including from if’s and menus.)