:orphan: .. title:: HAWKBIT_SHELL .. option:: CONFIG_HAWKBIT_SHELL *Enable Hawkbit shell utilities* Type: ``bool`` Help ==== Activate shell module that provides Hawkbit commands. Direct dependencies =================== \ :option:`SHELL ` && \ :option:`HAWKBIT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/hawkbit/Kconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:11`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Hawkbit Firmware Over-the-Air support .. parsed-literal:: config HAWKBIT_SHELL bool "Enable Hawkbit shell utilities" depends on \ :option:`SHELL ` && \ :option:`HAWKBIT ` help Activate shell module that provides Hawkbit commands. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*