zephyr/subsys/bluetooth/audio/Kconfig.tmap
Théo Battrel b2e235d530 Bluetooth: Remove legacy debug symbols
The `BT_DEBUG_*` Kconfig symbols have been deprecated for more than 2
versions, remove them.

Update code that was still using them.

Remove the Bluetooth specific `Kconfig.template.log_config_bt` and use
`Kconfig.template.log_config_inherit` from the logging subsystem
instead, now that the legacy symbols can be removed.

Signed-off-by: Théo Battrel <theo.battrel@nordicsemi.no>
2024-05-07 09:49:27 +02:00

18 lines
463 B
Text

# Bluetooth Audio - Telephony and Media Audio Profile (TMAP) options
#
# Copyright 2023 NXP
#
# SPDX-License-Identifier: Apache-2.0
#
config BT_TMAP
bool "Telephony and Media Audio Profile [EXPERIMENTAL]"
depends on BT_CAP_ACCEPTOR || BT_CAP_INITIATOR
select EXPERIMENTAL
help
Enabling this will enable TMAP.
parent-module = BT
module = BT_TMAP
module-str = "Telephony and Media Audio Profile"
source "subsys/logging/Kconfig.template.log_config_inherit"