:orphan: .. title:: CONFIG_UPDATEHUB_SUPPORTED_HARDWARE_MAX .. kconfig:: CONFIG_UPDATEHUB_SUPPORTED_HARDWARE_MAX CONFIG_UPDATEHUB_SUPPORTED_HARDWARE_MAX ####################################### *Max number of supported hardware* Type: ``int`` Help ==== .. code-block:: none Configure the max number of supported hardware by the same image. Direct dependencies =================== \ :kconfig:`UPDATEHUB ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/mgmt/updatehub/Kconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:13`` Menu path: (Top) → Sub Systems and OS Services → Device Management → UpdateHub Firmware Over-the-Air support .. code-block:: kconfig 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.)*