CONFIG_MCUMGR_SMP_UDP_IPV4¶
UDP SMP using IPv4
Type: bool
Help¶
Enable SMP UDP using IPv4 addressing.
Can be enabled alongside IPv6 addressing.
Direct dependencies¶
NET_IPV4 && MCUMGR_SMP_UDP && MCUMGR
(Includes any dependencies from ifs and menus.)
Default¶
- y 
Kconfig definition¶
At <Zephyr Subsystem>/mgmt/mcumgr/Kconfig:361
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:35 → <Zephyr Subsystem>/mgmt/Kconfig:9
Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → UDP mcumgr SMP transport
config MCUMGR_SMP_UDP_IPV4
    bool "UDP SMP using IPv4"
    default y
    depends on NET_IPV4 && MCUMGR_SMP_UDP && MCUMGR
    help
      Enable SMP UDP using IPv4 addressing.
      Can be enabled alongside IPv6 addressing.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)