zephyr/subsys/bluetooth/audio/Kconfig.tmap
Emil Gydesen c547079cc2 Bluetooth: Audio: Upgrade from experimental to unstable
This commit upgrades the LE audio API and implementation
from experimental to unstable.

LE Audio have existing for quite a few years in Zephyr
and is not going anywhere, but at the same time it still
has significant effort remaining before it can be
considered stable.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2024-05-17 14:33:39 +02:00

18 lines
427 B
Plaintext

# 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"
depends on BT_CAP_ACCEPTOR || BT_CAP_INITIATOR
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"