CONFIG_SHELL_TAB¶
Enable the Tab button support in shell
Type: bool
Help¶
Enable using the Tab button in the shell. The button
can be used for prompting commands, or for autocompletion.
This feature has high impact on flash usage.
Default¶
- y if ! - SHELL_MINIMAL
Kconfig definition¶
At <Zephyr Subsystem>/shell/Kconfig:91
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:45
Menu path: (Top) → Sub Systems and OS Services → Shell
config SHELL_TAB
    bool "Enable the Tab button support in shell"
    default y if !SHELL_MINIMAL
    depends on SHELL
    help
      Enable using the Tab button in the shell. The button
      can be used for prompting commands, or for autocompletion.
      This feature has high impact on flash usage.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)