-
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
.
Symbols that select this symbol¶
Kconfig definition¶
At subsys/shell/modules/Kconfig:6
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:24
→ subsys/shell/Kconfig:146
Menu path: (Top) → Shell
config KERNEL_SHELL
bool "Enable kernel shell"
depends on SHELL
help
This shell provides access to basic kernel data like version, uptime
and other useful information.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)