-
CONFIG_SHELL_CMDS
¶
Enable built-in commands
Type: bool
Help¶
Enable built-in commands like ‘clear’, ‘history’, etc.
Kconfig definition¶
At subsys/shell/Kconfig:129
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:26
Menu path: (top menu) → Shell Options → Enable shell
config SHELL_CMDS bool prompt "Enable built-in commands" ifSHELL
default "y" ifSHELL
depends onSHELL
help Enable built-in commands like 'clear', 'history', etc.
(Definitions include propagated dependencies, including from if’s and menus.)