CONFIG_NET_DEBUG_DHCPV4

Debug DHCPv4 client

Type: bool

Help

Enable debug diagnostic from DHCPV4 client.

Direct dependencies

NET_DHCPV4 && NET_LOG && NET_IPV4 && !NET_RAW_MODE && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At subsys/net/ip/Kconfig.ipv4:62

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:91subsys/net/ip/Kconfig:34

Menu path: (top menu) → Networking → IP stack → IPv4

config NET_DEBUG_DHCPV4
    bool
    prompt "Debug DHCPv4 client" if NET_DHCPV4 && NET_LOG && NET_IPV4 && !NET_RAW_MODE && NETWORKING
    depends on NET_DHCPV4 && NET_LOG && NET_IPV4 && !NET_RAW_MODE && NETWORKING
    help
      Enable debug diagnostic from DHCPV4 client.

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