-
CONFIG_NET_DHCPV4
¶
Enable DHCPv4 client
Type: bool
Direct dependencies¶
NET_IPV4
&& NET_IPV4
&& !NET_RAW_MODE
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/net/ip/Kconfig.ipv4:40
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:91
→ subsys/net/ip/Kconfig:34
Menu path: (top menu) → Networking → IP stack → IPv4
config NET_DHCPV4 bool prompt "Enable DHCPv4 client" ifNET_IPV4
&&NET_IPV4
&& !NET_RAW_MODE
&&NETWORKING
depends onNET_IPV4
&&NET_IPV4
&& !NET_RAW_MODE
&&NETWORKING
(Definitions include propagated dependencies, including from if’s and menus.)