CONFIG_SHELL_BACKENDS¶
Enable shell backends
Type: bool
Help¶
Enable shell backends.
Default¶
- y 
Kconfig definition¶
At <Zephyr Subsystem>/shell/Kconfig.backends:6
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:45 → <Zephyr Subsystem>/shell/Kconfig:18
Menu path: (Top) → Sub Systems and OS Services → Shell
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.)