:orphan: .. title:: CONFIG_SHELL_BACKENDS .. kconfig:: CONFIG_SHELL_BACKENDS CONFIG_SHELL_BACKENDS ##################### *Enable shell backends* Type: ``bool`` Help ==== .. code-block:: none Enable shell backends. Direct dependencies =================== \ :kconfig:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/shell/Kconfig.backends:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:45`` → ``/shell/Kconfig:18`` Menu path: (Top) → Sub Systems and OS Services → Shell .. code-block:: kconfig menuconfig SHELL_BACKENDS bool "Enable shell backends" default y depends on SHELL help Enable shell backends. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*