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 if ! - SHELL_MINIMAL
Symbols implied by this symbol¶
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr Subsystem>/shell/modules/Kconfig:6
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:45 → <Zephyr Subsystem>/shell/Kconfig:237
Menu path: (Top) → Sub Systems and OS Services → Shell
config KERNEL_SHELL
    bool "Enable kernel shell"
    default y if !SHELL_MINIMAL
    imply INIT_STACKS
    imply THREAD_MONITOR
    imply THREAD_NAME
    imply THREAD_STACK_INFO
    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.)