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