The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_HAWKBIT_SHELL

Enable Hawkbit shell utilities

Type: bool

Help

Activate shell module that provides Hawkbit commands.

Direct dependencies

SHELL && HAWKBIT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/mgmt/hawkbit/Kconfig:35

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