diff --git a/.github/labeler.yml b/.github/labeler.yml index f1331ad0dace9..410b677bdcf79 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -102,6 +102,8 @@ - "**/*bluetooth*" "area: Bluetooth Mesh": - "subsys/bluetooth/mesh/**/*" +"area: Bluetooth Audio": + - "subsys/bluetooth/audio/**/*" "area: Bluetooth Controller": - "subsys/bluetooth/controller/**/*" "area: Bluetooth Host": diff --git a/subsys/bluetooth/Kconfig b/subsys/bluetooth/Kconfig index 5dd15141a592b..4e0e93a9473d1 100644 --- a/subsys/bluetooth/Kconfig +++ b/subsys/bluetooth/Kconfig @@ -315,5 +315,6 @@ config BT_COMPANY_ID https://www.bluetooth.com/specifications/assigned-numbers/company-identifiers source "subsys/bluetooth/mesh/Kconfig" +source "subsys/bluetooth/audio/Kconfig" endif # BT diff --git a/subsys/bluetooth/host/audio/Kconfig b/subsys/bluetooth/audio/Kconfig similarity index 100% rename from subsys/bluetooth/host/audio/Kconfig rename to subsys/bluetooth/audio/Kconfig diff --git a/subsys/bluetooth/host/Kconfig b/subsys/bluetooth/host/Kconfig index cd400d4c01f83..de46fe3fd7069 100644 --- a/subsys/bluetooth/host/Kconfig +++ b/subsys/bluetooth/host/Kconfig @@ -163,8 +163,6 @@ config BT_DRIVER_RX_HIGH_PRIO if BT_HCI_HOST -source "subsys/bluetooth/host/audio/Kconfig" - config BT_HOST_CRYPTO # Hidden option that compiles in random number generation and AES # encryption support using TinyCrypt library if this is not provided