:orphan: .. title:: SHELL_BACKEND_SERIAL .. option:: CONFIG_SHELL_BACKEND_SERIAL *Enable serial backend* Type: ``bool`` Help ==== Enable serial backend. Direct dependencies =================== \ :option:`SHELL_BACKENDS ` && \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`SERIAL ` - \ :option:`RING_BUFFER ` Symbols that select this symbol =============================== - \ :option:`MCUMGR_SMP_SHELL ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/shell/Kconfig.backends:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:41`` → ``subsys/shell/Kconfig:18`` Menu path: (Top) → Sub Systems and OS Services → Shell → Enable shell backends .. parsed-literal:: config SHELL_BACKEND_SERIAL bool "Enable serial backend" default y select \ :option:`SERIAL ` select \ :option:`RING_BUFFER ` depends on \ :option:`SHELL_BACKENDS ` && \ :option:`SHELL ` help Enable serial backend. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*