From 95f3b4bc70f91b3529e914a0aa037aaf51550b11 Mon Sep 17 00:00:00 2001 From: Bartosz Bilas Date: Fri, 15 Apr 2022 21:20:05 +0200 Subject: [PATCH] bluetooth: audio: remove superfluous default n for boolean bool symbols implicitly default to n so there is no need to redundant those values. Signed-off-by: Bartosz Bilas --- subsys/bluetooth/audio/Kconfig.mics | 1 - subsys/bluetooth/audio/Kconfig.vcs | 2 -- 2 files changed, 3 deletions(-) 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.