:orphan: .. title:: MCUMGR_SMP_UDP_IPV6 .. option:: CONFIG_MCUMGR_SMP_UDP_IPV6 *UDP SMP using IPv6* Type: ``bool`` Help ==== Enable SMP UDP using IPv6 addressing. Can be enabled alongside IPv4 addressing. Direct dependencies =================== \ :option:`NET_IPV6 ` && \ :option:`MCUMGR_SMP_UDP ` && \ :option:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/mcumgr/Kconfig:308`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → UDP mcumgr SMP transport .. parsed-literal:: config MCUMGR_SMP_UDP_IPV6 bool "UDP SMP using IPv6" depends on \ :option:`NET_IPV6 ` && \ :option:`MCUMGR_SMP_UDP ` && \ :option:`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.)*