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