:orphan: .. title:: CONFIG_UPDATEHUB_SHELL .. kconfig:: CONFIG_UPDATEHUB_SHELL CONFIG_UPDATEHUB_SHELL ###################### *Enable UpdateHub shell utilities* Type: ``bool`` Help ==== .. code-block:: none Activate shell module that provides UpdateHub commands like Direct dependencies =================== \ :kconfig:`SHELL ` && \ :kconfig:`UPDATEHUB ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`KERNEL_SHELL ` Kconfig definition ================== At ``/mgmt/updatehub/Kconfig:67`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:13`` Menu path: (Top) → Sub Systems and OS Services → Device Management → UpdateHub Firmware Over-the-Air support .. code-block:: kconfig config UPDATEHUB_SHELL bool "Enable UpdateHub shell utilities" select KERNEL_SHELL depends on SHELL && UPDATEHUB help Activate shell module that provides UpdateHub commands like *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*