: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.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`UPDATEHUB_SHELL ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/shell/modules/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``subsys/Kconfig:24`` → ``subsys/shell/Kconfig:146`` Menu path: (Top) → Shell .. parsed-literal:: config KERNEL_SHELL bool "Enable kernel shell" 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.)*