Skip to content

Commit 7ff739f

Browse files
author
Wei Deng
committed
linux-qcom-next config: Enable BT_RFCOMM, BT_BNEP and UHID
Enable as modules the BT_BNEP and BT_RFCOMM drivers which are required for Bluetooth profiles such as PAN and SPP. Without these modules, PAN and SPP functionality will not be available. Enable UHID support to allow HID over GATT operations. Without this, user-space cannot create virtual HID devices, which impacts HID profile usage over Bluetooth. Signed-off-by: Wei Deng <[email protected]>
1 parent 35ea1c3 commit 7ff739f

File tree

1 file changed

+8
-0
lines changed
  • recipes-kernel/linux/linux-qcom-next/configs

1 file changed

+8
-0
lines changed

recipes-kernel/linux/linux-qcom-next/configs/qcom.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,3 +308,11 @@ CONFIG_NFT_TPROXY=m
308308
CONFIG_NFT_TUNNEL=m
309309
CONFIG_PACKET_DIAG=y
310310
CONFIG_VETH=m
311+
312+
# Enable BT_RFCOMM, BT_BNEP and UHID
313+
CONFIG_BT_BNEP=m
314+
CONFIG_BT_BNEP_MC_FILTER=y
315+
CONFIG_BT_BNEP_PROTO_FILTER=y
316+
CONFIG_BT_RFCOMM=m
317+
CONFIG_BT_RFCOMM_TTY=y
318+
CONFIG_UHID=m

0 commit comments

Comments
 (0)