diff --git a/subsys/bluetooth/audio/Kconfig.micp b/subsys/bluetooth/audio/Kconfig.micp index ef4f8928650fa3f..2d982d199e107b0 100644 --- a/subsys/bluetooth/audio/Kconfig.micp +++ b/subsys/bluetooth/audio/Kconfig.micp @@ -11,6 +11,7 @@ config BT_MICP_MIC_DEV bool "Microphone Control Profile Microphone Device Support" select BT_GATT_DYNAMIC_DB + depends on BT_BONDABLE help This option enables support for Microphone Control Profile Microphone Device. @@ -41,6 +42,7 @@ config BT_MICP_MIC_CTLR bool "Microphone Control Profile Microphone Controller Support" select BT_GATT_CLIENT select BT_GATT_AUTO_DISCOVER_CCC + depends on BT_BONDABLE help This option enables support for the Microphone Control Profile Microphone Controller role