-
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¶
NET_IPV6
&& MCUMGR_SMP_UDP
&& MCUMGR
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/subsys/mgmt/mcumgr/Kconfig:308
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:35
→ <Zephyr>/subsys/mgmt/Kconfig:9
Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → UDP mcumgr SMP transport
config MCUMGR_SMP_UDP_IPV6 bool "UDP SMP using IPv6" depends onNET_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.)