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:
parent
8a32b05905
commit
95f3b4bc70
2 changed files with 0 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue