:orphan: .. title:: CONFIG_BT_MCC_SHELL .. kconfig:: CONFIG_BT_MCC_SHELL CONFIG_BT_MCC_SHELL ################### *Media Control Client Shell Support* Type: ``bool`` Help ==== .. code-block:: none This option enables shell support for the Media Control Client. Direct dependencies =================== \ :kconfig:`BT_MCC ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`BT_SHELL ` Kconfig definition ================== At ``/bluetooth/audio/Kconfig.mcs:105`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:200`` → ``/bluetooth/audio/Kconfig:35`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [EXPERIMENTAL] → Media Control Client Support .. code-block:: kconfig config BT_MCC_SHELL bool "Media Control Client Shell Support" default y if BT_SHELL depends on BT_MCC && BT_AUDIO && BT_AUDIO && BT help This option enables shell support for the Media Control Client. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*