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
|
||||
#
|
||||
|
||||
if BT_AUDIO
|
||||
|
||||
##################### Microphone Input Control Service #####################
|
||||
|
||||
config BT_MICS
|
||||
|
@ -82,5 +80,3 @@ config BT_DEBUG_MICS_CLIENT
|
|||
the Bluetooth Audio functionality.
|
||||
|
||||
endif # BT_MICS_CLIENT
|
||||
|
||||
endif # BT_AUDIO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue