Add support for USB-based generic Bluetooth hardware modules.

Partial fix for [YOCTO #6960].

Signed-off-by: Cristian Iorga <[email protected]>
---
 meta/cfg/kernel-cache/features/bluetooth/bluetooth-usb.cfg | 1 +
 meta/cfg/kernel-cache/features/bluetooth/bluetooth-usb.scc | 6 ++++++
 2 files changed, 7 insertions(+)
 create mode 100644 meta/cfg/kernel-cache/features/bluetooth/bluetooth-usb.cfg
 create mode 100644 meta/cfg/kernel-cache/features/bluetooth/bluetooth-usb.scc

diff --git a/meta/cfg/kernel-cache/features/bluetooth/bluetooth-usb.cfg 
b/meta/cfg/kernel-cache/features/bluetooth/bluetooth-usb.cfg
new file mode 100644
index 0000000..87df533
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/bluetooth/bluetooth-usb.cfg
@@ -0,0 +1 @@
+CONFIG_BT_HCIBTUSB=m
diff --git a/meta/cfg/kernel-cache/features/bluetooth/bluetooth-usb.scc 
b/meta/cfg/kernel-cache/features/bluetooth/bluetooth-usb.scc
new file mode 100644
index 0000000..ee6ba22
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/bluetooth/bluetooth-usb.scc
@@ -0,0 +1,6 @@
+define KFEATURE_DESCRIPTION "Enable USB-based Bluetooth hardware modules"
+define KFEATURE_COMPATIBILITY board
+
+include bluetooth.scc
+
+kconf hardware bluetooth-usb.cfg
-- 
2.1.0

-- 
_______________________________________________
linux-yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to