Bluetooth: audio - remove BT_AUDIO_DEBUG

Remove the BT_AUDIO_DEBUG Kconfig option.

Given that all the audio modules are guarded by the BT_AUDIO config,
it seems excessive to also have a separate guard for audio module
debug. It is sufficient that this is turned on/off module by module.

Note that the BT_AUDIO_DEBUG was also located in the wrong file - the
babs Kconfig file, not the main Kconfig file.

Signed-off-by: Asbjørn Sæbø <asbjorn.sabo@nordicsemi.no>
This commit is contained in:
Asbjørn Sæbø 2022-02-17 10:08:00 +01:00 committed by Anas Nashif
commit 34de2af394
10 changed files with 0 additions and 26 deletions

View file

@ -36,7 +36,6 @@ config BT_MICS_AICS
config BT_DEBUG_MICS
bool "Microphone Input Control Service debug"
depends on BT_AUDIO_DEBUG
help
Use this option to enable Microphone Input Control Service debug logs
for the Bluetooth Audio functionality.
@ -74,7 +73,6 @@ config BT_MICS_CLIENT_AICS
config BT_DEBUG_MICS_CLIENT
bool "Microphone Control Profile debug"
depends on BT_AUDIO_DEBUG
help
Use this option to enable Microphone Control Profile debug logs for
the Bluetooth Audio functionality.