:orphan: .. title:: MCUMGR_SMP_UDP_IPV4 .. option:: 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 =================== \ :option:`NET_IPV4 ` && \ :option:`MCUMGR_SMP_UDP ` && \ :option:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/mcumgr/Kconfig:300`` 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_IPV4 bool "UDP SMP using IPv4" default y depends on \ :option:`NET_IPV4 ` && \ :option:`MCUMGR_SMP_UDP ` && \ :option:`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.)*