-
CONFIG_NET_CONFIG_MY_IPV4_ADDR
¶
My IPv4 address
Type: string
Help¶
Use 192.0.2.1 here if uncertain.
Direct dependencies¶
NET_IPV4
&& NET_CONFIG_SETTINGS
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to the empty string.
Kconfig definition¶
At subsys/net/lib/config/Kconfig:95
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 → Set network settings for applications
config NET_CONFIG_MY_IPV4_ADDR string prompt "My IPv4 address" ifNET_IPV4
&&NET_CONFIG_SETTINGS
&&NETWORKING
depends onNET_IPV4
&&NET_CONFIG_SETTINGS
&&NETWORKING
help Use 192.0.2.1 here if uncertain.
(Definitions include propagated dependencies, including from if’s and menus.)