CONFIG_UPDATEHUB_SUPPORTED_HARDWARE_MAX

Max number of supported hardware

Type: int

Help

Configure the max number of supported hardware by the same image.

Direct dependencies

UPDATEHUB

(Includes any dependencies from ifs and menus.)

Default

  • 1

Kconfig definition

At <Zephyr>/subsys/mgmt/updatehub/Kconfig:47

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:32<Zephyr>/subsys/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.)