-
CONFIG_SHELL_HISTORY
¶
Enable history in shell
Type: bool
Help¶
Enable commands history. History can be accessed using up and down arrows.
Default¶
y
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/shell/Kconfig:96
Included via Kconfig:8
→ Kconfig.zephyr:41
→ subsys/Kconfig:24
Menu path: (Top) → Shell
config SHELL_HISTORY bool "Enable history in shell" default y selectRING_BUFFER
depends onSHELL
help Enable commands history. History can be accessed using up and down arrows.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)