:orphan: .. title:: CONFIG_MCUMGR_SMP_UDP_IPV6 .. kconfig:: CONFIG_MCUMGR_SMP_UDP_IPV6 CONFIG_MCUMGR_SMP_UDP_IPV6 ########################## *UDP SMP using IPv6* Type: ``bool`` Help ==== .. code-block:: none Enable SMP UDP using IPv6 addressing. Can be enabled alongside IPv4 addressing. Direct dependencies =================== \ :kconfig:`NET_IPV6 ` && \ :kconfig:`MCUMGR_SMP_UDP ` && \ :kconfig:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/mgmt/mcumgr/Kconfig:369`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → UDP mcumgr SMP transport .. code-block:: kconfig config MCUMGR_SMP_UDP_IPV6 bool "UDP SMP using IPv6" depends on NET_IPV6 && MCUMGR_SMP_UDP && MCUMGR help Enable SMP UDP using IPv6 addressing. Can be enabled alongside IPv4 addressing. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*