-
CONFIG_KERNEL_SHELL
¶
Enable kernel shell
Type: bool
Help¶
This shell provides access to basic kernel data like version, uptime and other useful information.
Default¶
y
Symbols implied by this symbol¶
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr>/subsys/shell/modules/Kconfig:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:38
→ <Zephyr>/subsys/shell/Kconfig:160
Menu path: (Top) → Sub Systems and OS Services → Shell
config KERNEL_SHELL bool "Enable kernel shell" default y implyINIT_STACKS
implyTHREAD_MONITOR
implyTHREAD_NAME
implyTHREAD_STACK_INFO
depends onSHELL
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.)