CONFIG_HAWKBIT_SHELL

Enable Hawkbit shell utilities

Type: bool

Help

Activate shell module that provides Hawkbit commands.

Direct dependencies

HAWKBIT && SHELL

(Includes any dependencies from ifs and menus.)

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:32<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 HAWKBIT && SHELL
    help
      Activate shell module that provides Hawkbit commands.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)