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:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:87

Menu path: (top menu) → Networking

config NET_DEBUG_HOSTNAME
    bool
    prompt "Debug hostname configuration" if NET_LOG && NET_HOSTNAME_ENABLE && NETWORKING
    depends on NET_LOG && NET_HOSTNAME_ENABLE && NETWORKING
    help
      Enables hostname configuration functions to output debug messages

(Definitions include propagated dependencies, including from if’s and menus.)