Skip to content

Commit 86f22aa

Browse files
Thalleynashif
authored andcommitted
Bluetooth: Audio: Move BT audio to new directory
It was decided that the Bluetooth audio subsystem should be in subsys/bluetooth/audio instead of subsys/bluetooth/host/audio. Signed-off-by: Emil Gydesen <[email protected]>
1 parent 2cc8d6f commit 86f22aa

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

subsys/bluetooth/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,5 +315,6 @@ config BT_COMPANY_ID
315315
https://www.bluetooth.com/specifications/assigned-numbers/company-identifiers
316316

317317
source "subsys/bluetooth/mesh/Kconfig"
318+
source "subsys/bluetooth/audio/Kconfig"
318319

319320
endif # BT
File renamed without changes.

subsys/bluetooth/host/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ config BT_DRIVER_RX_HIGH_PRIO
163163

164164
if BT_HCI_HOST
165165

166-
source "subsys/bluetooth/host/audio/Kconfig"
167-
168166
config BT_HOST_CRYPTO
169167
# Hidden option that compiles in random number generation and AES
170168
# encryption support using TinyCrypt library if this is not provided

0 commit comments

Comments
 (0)