:orphan: .. title:: UPDATEHUB_SUPPORTED_HARDWARE_MAX .. option:: 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 =================== \ :option:`UPDATEHUB ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/updatehub/Kconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:13`` Menu path: (Top) → Sub Systems and OS Services → Device Management → UpdateHub Firmware Over-the-Air support .. parsed-literal:: config UPDATEHUB_SUPPORTED_HARDWARE_MAX int "Max number of supported hardware" range 1 100 default 1 depends on \ :option:`UPDATEHUB ` help Configure the max number of supported hardware by the same image. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*