:orphan: .. title:: BT_MESH_SHELL .. option:: CONFIG_BT_MESH_SHELL *Enable Bluetooth Mesh shell* Type: ``bool`` Help ==== Activate shell module that provides Bluetooth Mesh commands to the console. Direct dependencies =================== \ :option:`BT_MESH_CFG_CLI ` && \ :option:`BT_MESH_HEALTH_CLI ` && \ :option:`BT_MESH ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`SHELL ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/mesh/Kconfig:648`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:258`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Mesh support → Support for Health Client Model .. parsed-literal:: config BT_MESH_SHELL bool "Enable Bluetooth Mesh shell" select \ :option:`SHELL ` depends on \ :option:`BT_MESH_CFG_CLI ` && \ :option:`BT_MESH_HEALTH_CLI ` && \ :option:`BT_MESH ` && \ :option:`BT ` help Activate shell module that provides Bluetooth Mesh commands to the console. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*