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 <bartosz.bilas@hotmail.com>
This commit is contained in:
Bartosz Bilas 2022-04-15 21:20:05 +02:00 committed by Carles Cufí
commit 95f3b4bc70
2 changed files with 0 additions and 3 deletions

View file

@ -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.

View file

@ -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.