:orphan: .. title:: HAWKBIT .. option:: CONFIG_HAWKBIT *Hawkbit Firmware Over-the-Air support* Type: ``bool`` Help ==== Hawkbit is a domain independent back-end framework for polling out software updates to constrained edge devices as well as more powerful controllers and gateways connected to IP based networking infrastructure. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`NVS ` - \ :option:`FLASH ` - \ :option:`REBOOT ` - \ :option:`HWINFO ` - \ :option:`NET_TCP ` - \ :option:`NET_SOCKETS ` - \ :option:`IMG_MANAGER ` - \ :option:`NETWORKING ` - \ :option:`HTTP_CLIENT ` - \ :option:`DNS_RESOLVER ` - \ :option:`JSON_LIBRARY ` - \ :option:`BOOTLOADER_MCUBOOT ` - \ :option:`MPU_ALLOW_FLASH_WRITE ` - \ :option:`IMG_ERASE_PROGRESSIVELY ` - \ :option:`NET_SOCKETS_POSIX_NAMES ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/hawkbit/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:11`` Menu path: (Top) → Sub Systems and OS Services → Device Management .. parsed-literal:: menuconfig HAWKBIT bool "Hawkbit Firmware Over-the-Air support" select \ :option:`NVS ` select \ :option:`FLASH ` select \ :option:`REBOOT ` select \ :option:`HWINFO ` select \ :option:`NET_TCP ` select \ :option:`NET_SOCKETS ` select \ :option:`IMG_MANAGER ` select \ :option:`NETWORKING ` select \ :option:`HTTP_CLIENT ` select \ :option:`DNS_RESOLVER ` select \ :option:`JSON_LIBRARY ` select \ :option:`BOOTLOADER_MCUBOOT ` select \ :option:`MPU_ALLOW_FLASH_WRITE ` select \ :option:`IMG_ERASE_PROGRESSIVELY ` select \ :option:`NET_SOCKETS_POSIX_NAMES ` help Hawkbit is a domain independent back-end framework for polling out software updates to constrained edge devices as well as more powerful controllers and gateways connected to IP based networking infrastructure. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*