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 Subsystem>/mgmt/hawkbit/Kconfig:37
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:35 → <Zephyr Subsystem>/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.)