Bluetooth: Audio - remove superfluous check for BT_AUDIO from Kconfig
Remove the check for BT_AUDIO from the Kconfig files that had it, for consistency (some files did not have it). This check is not required - all Kconfig.* files are sourced from the main Kconfig file _only_ if BT_AUDIO has been configured. As long as this is the case, it is not required to check in the files themselves. Signed-off-by: Asbjørn Sæbø <asbjorn.sabo@nordicsemi.no>
This commit is contained in:
parent
3e04783bbb
commit
21fc1cc670
7 changed files with 0 additions and 28 deletions
|
@ -6,8 +6,6 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
if BT_AUDIO
|
|
||||||
|
|
||||||
##################### Audio Input Control Service #####################
|
##################### Audio Input Control Service #####################
|
||||||
|
|
||||||
config BT_AICS_MAX_INSTANCE_COUNT
|
config BT_AICS_MAX_INSTANCE_COUNT
|
||||||
|
@ -74,5 +72,3 @@ config BT_DEBUG_AICS_CLIENT
|
||||||
logs for the Bluetooth Audio functionality.
|
logs for the Bluetooth Audio functionality.
|
||||||
|
|
||||||
endif # BT_AICS_CLIENT
|
endif # BT_AICS_CLIENT
|
||||||
|
|
||||||
endif # BT_AUDIO
|
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
if BT_AUDIO
|
|
||||||
|
|
||||||
#################### Coordinated Set Identification Service ####################
|
#################### Coordinated Set Identification Service ####################
|
||||||
|
|
||||||
config BT_CSIS
|
config BT_CSIS
|
||||||
|
@ -114,5 +112,3 @@ config BT_DEBUG_CSIS_CRYPTO
|
||||||
help
|
help
|
||||||
Use this option to enable Coordinated Set Identification Service
|
Use this option to enable Coordinated Set Identification Service
|
||||||
crypto functions debug logs for the Bluetooth Audio functionality.
|
crypto functions debug logs for the Bluetooth Audio functionality.
|
||||||
|
|
||||||
endif # BT_AUDIO
|
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
if BT_AUDIO
|
|
||||||
|
|
||||||
#### Media Control Service ################################
|
#### Media Control Service ################################
|
||||||
|
|
||||||
config BT_MCS
|
config BT_MCS
|
||||||
|
@ -203,5 +201,3 @@ config BT_DEBUG_MEDIA_PROXY
|
||||||
Bluetooth Audio functionality.
|
Bluetooth Audio functionality.
|
||||||
|
|
||||||
endif # BT_MCS || BT_MCC
|
endif # BT_MCS || BT_MCC
|
||||||
|
|
||||||
endif # BT_AUDIO
|
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
if BT_AUDIO
|
|
||||||
|
|
||||||
##################### Microphone Input Control Service #####################
|
##################### Microphone Input Control Service #####################
|
||||||
|
|
||||||
config BT_MICS
|
config BT_MICS
|
||||||
|
@ -82,5 +80,3 @@ config BT_DEBUG_MICS_CLIENT
|
||||||
the Bluetooth Audio functionality.
|
the Bluetooth Audio functionality.
|
||||||
|
|
||||||
endif # BT_MICS_CLIENT
|
endif # BT_MICS_CLIENT
|
||||||
|
|
||||||
endif # BT_AUDIO
|
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
if BT_AUDIO
|
|
||||||
|
|
||||||
#### Object Transfer Service Client ################################
|
#### Object Transfer Service Client ################################
|
||||||
|
|
||||||
config BT_OTC
|
config BT_OTC
|
||||||
|
@ -31,5 +29,3 @@ config BT_DEBUG_OTC
|
||||||
Bluetooth Audio functionality.
|
Bluetooth Audio functionality.
|
||||||
|
|
||||||
endif # BTC
|
endif # BTC
|
||||||
|
|
||||||
endif # BT_AUDIO
|
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
if BT_AUDIO
|
|
||||||
|
|
||||||
##################### Volume Control Service #####################
|
##################### Volume Control Service #####################
|
||||||
|
|
||||||
config BT_VCS
|
config BT_VCS
|
||||||
|
@ -112,5 +110,3 @@ config BT_DEBUG_VCS_CLIENT
|
||||||
Bluetooth Audio functionality.
|
Bluetooth Audio functionality.
|
||||||
|
|
||||||
endif # BT_VCS_CLIENT
|
endif # BT_VCS_CLIENT
|
||||||
|
|
||||||
endif # BT_AUDIO
|
|
||||||
|
|
|
@ -5,8 +5,6 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
if BT_AUDIO
|
|
||||||
|
|
||||||
##################### Volume Offset Control Service #####################
|
##################### Volume Offset Control Service #####################
|
||||||
|
|
||||||
config BT_VOCS_MAX_INSTANCE_COUNT
|
config BT_VOCS_MAX_INSTANCE_COUNT
|
||||||
|
@ -74,5 +72,3 @@ config BT_DEBUG_VOCS_CLIENT
|
||||||
logs for the Bluetooth Audio functionality.
|
logs for the Bluetooth Audio functionality.
|
||||||
|
|
||||||
endif # BT_VOCS_CLIENT
|
endif # BT_VOCS_CLIENT
|
||||||
|
|
||||||
endif # BT_AUDIO
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue