2020-05-12 06:13:59 +08:00
|
|
|
# Bluetooth Audio configuration options
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2020 Intel Corporation
|
2022-01-08 00:23:45 +08:00
|
|
|
# Copyright (c) 2022 Nordic Semiconductor ASA
|
2020-05-12 06:13:59 +08:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
|
|
|
menuconfig BT_AUDIO
|
2021-10-15 20:14:16 +08:00
|
|
|
bool "Bluetooth Audio support [EXPERIMENTAL]"
|
|
|
|
select EXPERIMENTAL
|
2020-05-12 06:13:59 +08:00
|
|
|
help
|
|
|
|
This option enables Bluetooth Audio support. The specific
|
|
|
|
features that are available may depend on other features
|
|
|
|
that have been enabled in the stack, such as Periodic
|
|
|
|
Advertisement for Broadcast and L2CAP Dynamic Channel
|
|
|
|
for Unicast.
|
|
|
|
|
|
|
|
if BT_AUDIO
|
|
|
|
|
2021-10-22 21:52:34 +08:00
|
|
|
config BT_CCID
|
2021-10-28 18:05:11 +08:00
|
|
|
bool
|
2021-10-22 21:52:34 +08:00
|
|
|
help
|
|
|
|
This hidden option is enabled when any of the content control
|
|
|
|
features are enabled.
|
|
|
|
|
2022-01-08 00:23:45 +08:00
|
|
|
rsource "Kconfig.baps"
|
2021-07-20 15:16:38 +08:00
|
|
|
rsource "Kconfig.vocs"
|
|
|
|
rsource "Kconfig.aics"
|
|
|
|
rsource "Kconfig.vcs"
|
|
|
|
rsource "Kconfig.mics"
|
2021-10-21 18:04:16 +08:00
|
|
|
rsource "Kconfig.csis"
|
2021-10-22 15:31:23 +08:00
|
|
|
rsource "Kconfig.mcs"
|
2021-11-25 02:23:07 +08:00
|
|
|
rsource "Kconfig.bass"
|
2022-03-14 21:15:32 +08:00
|
|
|
rsource "Kconfig.has"
|
2021-03-19 20:21:04 +08:00
|
|
|
|
2020-05-12 06:13:59 +08:00
|
|
|
endif # BT_AUDIO
|