-
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>/subsys/mgmt/updatehub/Kconfig:45
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:35
→ <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.)