:orphan: .. title:: MCUMGR_SMP_UDP .. option:: CONFIG_MCUMGR_SMP_UDP *UDP mcumgr SMP transport* Type: ``bool`` Help ==== Enables handling of SMP commands received over UDP. Will start a thread for listening on the configured UDP port. Direct dependencies =================== \ :option:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`NETWORKING ` - \ :option:`NET_UDP ` - \ :option:`NET_SOCKETS ` - \ :option:`NET_SOCKETS_POSIX_NAMES ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/mcumgr/Kconfig:289`` 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 .. parsed-literal:: config MCUMGR_SMP_UDP bool "UDP mcumgr SMP transport" select \ :option:`NETWORKING ` select \ :option:`NET_UDP ` select \ :option:`NET_SOCKETS ` select \ :option:`NET_SOCKETS_POSIX_NAMES ` depends on \ :option:`MCUMGR ` help Enables handling of SMP commands received over UDP. Will start a thread for listening on the configured UDP port. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*