Skip to content

Commit 69ca1c6

Browse files
committed
enable bluetooth on USB in defconfig
1 parent 3a7366a commit 69ca1c6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

arch/arm64/configs/nanopim3_defconfig

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,8 +980,12 @@ CONFIG_BT_DEBUGFS=y
980980
#
981981
# Bluetooth device drivers
982982
#
983+
CONFIG_BT_INTEL=m
983984
CONFIG_BT_BCM=m
984-
# CONFIG_BT_HCIBTUSB is not set
985+
CONFIG_BT_RTL=m
986+
CONFIG_BT_HCIBTUSB=m
987+
CONFIG_BT_HCIBTUSB_BCM=y
988+
CONFIG_BT_HCIBTUSB_RTL=y
985989
# CONFIG_BT_HCIBTSDIO is not set
986990
CONFIG_BT_HCIUART=m
987991
CONFIG_BT_HCIUART_H4=y
@@ -999,6 +1003,7 @@ CONFIG_BT_HCIUART_BCM=y
9991003
# CONFIG_BT_HCIBFUSB is not set
10001004
# CONFIG_BT_HCIVHCI is not set
10011005
# CONFIG_BT_MRVL is not set
1006+
# CONFIG_BT_ATH3K is not set
10021007
# CONFIG_AF_RXRPC is not set
10031008
# CONFIG_AF_KCM is not set
10041009
# CONFIG_STREAM_PARSER is not set

0 commit comments

Comments
 (0)