1# Bluetooth Audio - Telephony and Media Audio Profile (TMAP) options 2# 3# Copyright 2023 NXP 4# 5# SPDX-License-Identifier: Apache-2.0 6# 7 8config BT_TMAP 9 bool "Telephony and Media Audio Profile [EXPERIMENTAL]" 10 depends on BT_CAP_ACCEPTOR || BT_CAP_INITIATOR 11 select EXPERIMENTAL 12 help 13 Enabling this will enable TMAP. 14 15config BT_DEBUG_TMAP 16 bool "Telephony and Media Audio Profile debug" 17 select DEPRECATED 18 depends on BT_TMAP 19 help 20 Use this option to enable Telephony and Media Audio Profile debug 21 logs for the Bluetooth Audio functionality. 22 23module = BT_TMAP 24legacy-debug-sym = BT_DEBUG_TMAP 25module-str = "Telephony and Media Audio Profile" 26source "subsys/bluetooth/common/Kconfig.template.log_config_bt" 27