zephyr/subsys/bluetooth/audio/Kconfig.gmap
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

30 lines
789 B
Plaintext

# Bluetooth Audio - Gaming Audio Profile (GMAP) options
#
# Copyright (c) 2023 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
config BT_GMAP_UGG_SUPPORTED
def_bool BT_CAP_INITIATOR && BT_BAP_UNICAST_CLIENT && BT_VCP_VOL_CTLR
config BT_GMAP_UGT_SUPPORTED
def_bool BT_CAP_ACCEPTOR && BT_BAP_UNICAST_SERVER
config BT_GMAP_BGS_SUPPORTED
def_bool BT_CAP_INITIATOR && BT_BAP_BROADCAST_SOURCE
config BT_GMAP_BGR_SUPPORTED
def_bool BT_CAP_ACCEPTOR && BT_BAP_BROADCAST_SINK && BT_VCP_VOL_REND
config BT_GMAP
bool "Gaming Audio Profile"
depends on BT_CAP_ACCEPTOR || BT_CAP_INITIATOR
help
Enabling this will enable GMAP.
parent-module = BT
module = BT_GMAP
module-str = "Bluetooth Gaming Audio Profile"
source "subsys/logging/Kconfig.template.log_config_inherit"