summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcell Kovacs <marcellk@google.com>2021-10-13 12:11:47 -0700
committerMarcell Kovacs <marcellk@google.com>2021-10-14 17:14:01 -0700
commit272a06c7d90c63f756ee998957609c25ebc6a6cf (patch)
tree021c91ad542cc582bd9dd2048620c5e738457ffc
parent0ae1cf21e2192e23141539e565644a9841bf737a (diff)
downloadvirtual-device-272a06c7d90c63f756ee998957609c25ebc6a6cf.tar.gz
Add USB Bluetooth dongle support to the kernel
Add btusb.ko to kernel. Test: local build, copied kernel and modules to the guest prebuilt folder. Bug: 202405948 Signed-off-by: Marcell Kovacs <marcellk@google.com> Change-Id: I939767852ac1b0366d85bcd5615bf1f5b353ce49
-rw-r--r--virtual_device.fragment1
1 files changed, 1 insertions, 0 deletions
diff --git a/virtual_device.fragment b/virtual_device.fragment
index 6059013..9cae861 100644
--- a/virtual_device.fragment
+++ b/virtual_device.fragment
@@ -26,6 +26,7 @@ CONFIG_USB_PULSE8_CEC=m
CONFIG_SND_HDA_CODEC_REALTEK=m
CONFIG_SND_HDA_INTEL=m
CONFIG_BLK_DEV_MD=m
+CONFIG_BT_HCIBTUSB=m
CONFIG_CFG80211=m
CONFIG_NL80211_TESTMODE=y
# CONFIG_CFG80211_DEFAULT_PS is not set