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