:orphan: .. title:: CONFIG_HAWKBIT_SHELL .. kconfig:: CONFIG_HAWKBIT_SHELL CONFIG_HAWKBIT_SHELL #################### *Enable Hawkbit shell utilities* Type: ``bool`` Help ==== .. code-block:: none Activate shell module that provides Hawkbit commands. Direct dependencies =================== \ :kconfig:`SHELL ` && \ :kconfig:`HAWKBIT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/mgmt/hawkbit/Kconfig:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:11`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Hawkbit Firmware Over-the-Air support .. code-block:: kconfig 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.)*