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