-
CONFIG_KERNEL_SHELL
¶
Enable kernel shell
Type: bool
Help¶
This shell provides access to basic kernel data like version, uptime and other useful information.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/shell/modules/Kconfig:10
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:26
→ subsys/shell/Kconfig:150
Menu path: (top menu) → Shell Options → Enable shell
config KERNEL_SHELL bool prompt "Enable kernel shell" ifSHELL
depends onSHELL
help This shell provides access to basic kernel data like version, uptime and other useful information.
(Definitions include propagated dependencies, including from if’s and menus.)