:orphan: .. title:: CONFIG_UPDATEHUB .. kconfig:: CONFIG_UPDATEHUB CONFIG_UPDATEHUB ################ *UpdateHub Firmware Over-the-Air support* Type: ``bool`` Help ==== .. code-block:: none UpdateHub is an enterprise-grade solution which makes simple to remotely update all your embedded devices in the field. It handles all aspects related to sending Firmware Over-the-Air (FOTA) updates with maximum security and efficiency, while you focus in adding value to your product. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`FLASH ` - \ :kconfig:`REBOOT ` - \ :kconfig:`IMG_MANAGER ` - \ :kconfig:`IMG_ENABLE_IMAGE_CHECK ` - \ :kconfig:`BOOTLOADER_MCUBOOT ` - \ :kconfig:`MPU_ALLOW_FLASH_WRITE ` - \ :kconfig:`NETWORKING ` - \ :kconfig:`REQUIRES_FULL_LIBC ` - \ :kconfig:`NET_UDP ` - \ :kconfig:`NET_SOCKETS ` - \ :kconfig:`NET_SOCKETS_POSIX_NAMES ` - \ :kconfig:`COAP ` - \ :kconfig:`DNS_RESOLVER ` - \ :kconfig:`JSON_LIBRARY ` - \ :kconfig:`TINYCRYPT ` - \ :kconfig:`TINYCRYPT_SHA256 ` - \ :kconfig:`HWINFO ` Kconfig definition ================== At ``/mgmt/updatehub/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:13`` Menu path: (Top) → Sub Systems and OS Services → Device Management .. code-block:: kconfig menuconfig UPDATEHUB bool "UpdateHub Firmware Over-the-Air support" select FLASH select REBOOT select IMG_MANAGER select IMG_ENABLE_IMAGE_CHECK select BOOTLOADER_MCUBOOT select MPU_ALLOW_FLASH_WRITE select NETWORKING select REQUIRES_FULL_LIBC select NET_UDP select NET_SOCKETS select NET_SOCKETS_POSIX_NAMES select COAP select DNS_RESOLVER select JSON_LIBRARY select TINYCRYPT select TINYCRYPT_SHA256 select HWINFO help UpdateHub is an enterprise-grade solution which makes simple to remotely update all your embedded devices in the field. It handles all aspects related to sending Firmware Over-the-Air (FOTA) updates with maximum security and efficiency, while you focus in adding value to your product. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*