:orphan: .. title:: CONFIG_SHELL .. kconfig:: CONFIG_SHELL CONFIG_SHELL ############ *Shell* Type: ``bool`` Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`POLL ` Symbols implied by this symbol ============================== - \ :kconfig:`LOG_RUNTIME_FILTERING ` Symbols that select this symbol =============================== - \ :kconfig:`MODEM_SHELL ` - \ :kconfig:`BT_SHELL ` - \ :kconfig:`BT_MESH_SHELL ` - \ :kconfig:`MCUMGR_SMP_SHELL ` - \ :kconfig:`NET_L2_BT_SHELL ` - \ :kconfig:`NET_ETHERNET_BRIDGE_SHELL ` - \ :kconfig:`NET_L2_IEEE802154_SHELL ` - \ :kconfig:`NET_SHELL ` Kconfig definition ================== At ``/shell/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:45`` Menu path: (Top) → Sub Systems and OS Services .. code-block:: kconfig menuconfig SHELL bool "Shell" select POLL imply LOG_RUNTIME_FILTERING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*