-
CONFIG_NET_DEBUG_HOSTNAME
¶
Debug hostname configuration
Type: bool
Help¶
Enables hostname configuration functions to output debug messages
Direct dependencies¶
NET_LOG
&& NET_HOSTNAME_ENABLE
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/net/Kconfig.hostname:30
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:87
Menu path: (top menu) → Networking
config NET_DEBUG_HOSTNAME bool prompt "Debug hostname configuration" ifNET_LOG
&&NET_HOSTNAME_ENABLE
&&NETWORKING
depends onNET_LOG
&&NET_HOSTNAME_ENABLE
&&NETWORKING
help Enables hostname configuration functions to output debug messages
(Definitions include propagated dependencies, including from if’s and menus.)