:orphan: .. title:: NET_CONFIG_MY_IPV6_ADDR .. option:: CONFIG_NET_CONFIG_MY_IPV6_ADDR *My IPv6 address* Type: ``string`` Help ==== Use 2001:db8::1 here if uncertain. Direct dependencies =================== \ :option:`NET_IPV6 ` && \ :option:`NET_CONFIG_SETTINGS ` && \ :option:`NETWORKING ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/config/Kconfig:79`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:39`` → ``subsys/Kconfig:24`` → ``subsys/net/Kconfig:84`` → ``subsys/net/lib/Kconfig:27`` Menu path: (top menu) → Networking → Link layer and IP networking support → Network Libraries → Set network settings for applications .. parsed-literal:: config NET_CONFIG_MY_IPV6_ADDR string prompt "My IPv6 address" if \ :option:`NET_IPV6 ` && \ :option:`NET_CONFIG_SETTINGS ` && \ :option:`NETWORKING ` depends on \ :option:`NET_IPV6 ` && \ :option:`NET_CONFIG_SETTINGS ` && \ :option:`NETWORKING ` help Use 2001:db8::1 here if uncertain. *(Definitions include propagated dependencies, including from if's and menus.)*