CONFIG_UPDATEHUB_SUPPORTED_HARDWARE_MAX¶
Max number of supported hardware
Type: int
Help¶
Configure the max number of supported hardware
by the same image.
Default¶
- 1 
Kconfig definition¶
At <Zephyr Subsystem>/mgmt/updatehub/Kconfig:45
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:35 → <Zephyr Subsystem>/mgmt/Kconfig:13
Menu path: (Top) → Sub Systems and OS Services → Device Management → UpdateHub Firmware Over-the-Air support
config UPDATEHUB_SUPPORTED_HARDWARE_MAX
    int "Max number of supported hardware"
    range 1 100
    default 1
    depends on UPDATEHUB
    help
      Configure the max number of supported hardware
      by the same image.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)