:orphan: .. title:: CONFIG_MCUMGR_SMP_UDP .. kconfig:: CONFIG_MCUMGR_SMP_UDP CONFIG_MCUMGR_SMP_UDP ##################### *UDP mcumgr SMP transport* Type: ``bool`` Help ==== .. code-block:: none Enables handling of SMP commands received over UDP. Will start a thread for listening on the configured UDP port. Direct dependencies =================== \ :kconfig:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`NETWORKING ` - \ :kconfig:`NET_UDP ` - \ :kconfig:`NET_SOCKETS ` - \ :kconfig:`NET_SOCKETS_POSIX_NAMES ` Kconfig definition ================== At ``/mgmt/mcumgr/Kconfig:350`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support .. code-block:: kconfig config MCUMGR_SMP_UDP bool "UDP mcumgr SMP transport" select NETWORKING select NET_UDP select NET_SOCKETS select NET_SOCKETS_POSIX_NAMES depends on 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.)*