-
CONFIG_HAWKBIT_SHELL
¶
Enable Hawkbit shell utilities
Type: bool
Help¶
Activate shell module that provides Hawkbit commands.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/subsys/mgmt/hawkbit/Kconfig:35
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:35
→ <Zephyr>/subsys/mgmt/Kconfig:11
Menu path: (Top) → Sub Systems and OS Services → Device Management → Hawkbit Firmware Over-the-Air support
config HAWKBIT_SHELL bool "Enable Hawkbit shell utilities" depends onSHELL
&&HAWKBIT
help Activate shell module that provides Hawkbit commands.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)