:orphan: .. title:: CONFIG_NET_CONFIG_MY_IPV4_ADDR .. kconfig:: CONFIG_NET_CONFIG_MY_IPV4_ADDR CONFIG_NET_CONFIG_MY_IPV4_ADDR ############################## *My IPv4 address* Type: ``string`` Help ==== .. code-block:: none Use 192.0.2.1 here if uncertain. Direct dependencies =================== \ :kconfig:`NET_IPV4 ` && \ :kconfig:`NET_CONFIG_SETTINGS ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== At ``/net/lib/config/Kconfig:92`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:28`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries → Set network settings for applications .. code-block:: kconfig config NET_CONFIG_MY_IPV4_ADDR string "My IPv4 address" depends on NET_IPV4 && NET_CONFIG_SETTINGS && NETWORKING help Use 192.0.2.1 here if uncertain. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*