CONFIG_HAWKBIT_SHELL
Enable Hawkbit shell utilities
Type: bool
Help
Activate shell module that provides Hawkbit commands.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/subsys/mgmt/hawkbit/Kconfig:37
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <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 on SHELL && HAWKBIT
help
Activate shell module that provides Hawkbit commands.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)