CONFIG_UPDATEHUB_SHELL

Enable UpdateHub shell utilities

Type: bool

Help

Activate shell module that provides UpdateHub commands like

Direct dependencies

UPDATEHUB && SHELL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/subsys/mgmt/updatehub/Kconfig:71

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:32<Zephyr>/subsys/mgmt/Kconfig:13

Menu path: (Top) → Sub Systems and OS Services → Device Management → UpdateHub Firmware Over-the-Air support

config UPDATEHUB_SHELL
    bool "Enable UpdateHub shell utilities"
    select KERNEL_SHELL
    depends on UPDATEHUB && SHELL
    help
      Activate shell module that provides UpdateHub commands like

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