diff --git a/subsys/bluetooth/audio/Kconfig.mics b/subsys/bluetooth/audio/Kconfig.mics index 21c0cdb4149..f152f96d0ba 100644 --- a/subsys/bluetooth/audio/Kconfig.mics +++ b/subsys/bluetooth/audio/Kconfig.mics @@ -10,7 +10,6 @@ config BT_MICS bool "Microphone Input Control Service Support [EXPERIMENTAL]" - default n select EXPERIMENTAL help This option enables support for Microphone Input Control Service. diff --git a/subsys/bluetooth/audio/Kconfig.vcs b/subsys/bluetooth/audio/Kconfig.vcs index 37ddead094a..09f4bcac7c3 100644 --- a/subsys/bluetooth/audio/Kconfig.vcs +++ b/subsys/bluetooth/audio/Kconfig.vcs @@ -10,7 +10,6 @@ config BT_VCS bool "Volume Control Service Support [EXPERIMENTAL]" - default n select EXPERIMENTAL help This option enables support for Volume Control Service. @@ -63,7 +62,6 @@ config BT_VCS_CLIENT select BT_GATT_CLIENT select BT_GATT_AUTO_DISCOVER_CCC select EXPERIMENTAL - default n help This option enables support for Volume Control Profile.