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>/subsys/mgmt/mcumgr/Kconfig:327

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:32<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_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.)