:orphan: .. title:: CONFIG_BT_SHELL .. kconfig:: CONFIG_BT_SHELL CONFIG_BT_SHELL ############### *Enable Bluetooth shell* Type: ``bool`` Help ==== .. code-block:: none Activate shell module that provides Bluetooth commands to the console. Direct dependencies =================== \ :kconfig:`BT_HCI ` && \ :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/shell/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:182`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. code-block:: kconfig config BT_SHELL bool "Enable Bluetooth shell" select SHELL depends on BT_HCI && BT help Activate shell module that provides Bluetooth commands to the console. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*