:orphan: .. title:: KERNEL_SHELL .. option:: CONFIG_KERNEL_SHELL *Enable kernel shell* Type: ``bool`` Help ==== This shell provides access to basic kernel data like version, uptime and other useful information. Direct dependencies =================== \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols implied by this symbol ============================== - \ :option:`INIT_STACKS ` - \ :option:`THREAD_MONITOR ` - \ :option:`THREAD_NAME ` - \ :option:`THREAD_STACK_INFO ` Symbols that select this symbol =============================== - \ :option:`UPDATEHUB_SHELL ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/shell/modules/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:41`` → ``subsys/shell/Kconfig:176`` Menu path: (Top) → Sub Systems and OS Services → Shell .. parsed-literal:: config KERNEL_SHELL bool "Enable kernel shell" default y imply \ :option:`INIT_STACKS ` imply \ :option:`THREAD_MONITOR ` imply \ :option:`THREAD_NAME ` imply \ :option:`THREAD_STACK_INFO ` depends on \ :option:`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.)*