Bluetooth: audio: Remove capablilities leftovers
Remove dead code that remained after https://github.com/zephyrproject-rtos/zephyr/pull/51425 was merged. Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
This commit is contained in:
parent
69ef22b717
commit
3ea297960d
4 changed files with 2 additions and 368 deletions
|
@ -201,13 +201,6 @@ config BT_AUDIO_DEBUG_STREAM_DATA
|
|||
the Bluetooth Audio functionality. This will enable debug logs for all
|
||||
audio data received and sent.
|
||||
|
||||
config BT_AUDIO_DEBUG_CAPABILITIES
|
||||
bool "Bluetooth Audio Capabilities debug"
|
||||
depends on BT_AUDIO_CAPABILITY
|
||||
help
|
||||
Use this option to enable Bluetooth Audio Capabilities debug logs for
|
||||
the Bluetooth Audio functionality.
|
||||
|
||||
config BT_DEBUG_ASCS
|
||||
bool "Audio Stream Control Service debug"
|
||||
depends on BT_ASCS
|
||||
|
@ -250,10 +243,5 @@ config BT_AUDIO_STREAM
|
|||
default y if BT_ASCS || BT_AUDIO_UNICAST_CLIENT || \
|
||||
BT_AUDIO_BROADCAST_SOURCE || BT_AUDIO_BROADCAST_SINK
|
||||
|
||||
config BT_AUDIO_CAPABILITY
|
||||
# Virtual/hidden option
|
||||
bool
|
||||
default y if BT_PACS
|
||||
|
||||
rsource "Kconfig.pacs"
|
||||
rsource "Kconfig.ascs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue