Skip to content

Commit

Permalink
Enable more Bluetooth device drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
sairon committed Nov 30, 2023
1 parent ae842b4 commit 69eabd6
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions buildroot-external/kernel/device-support.config
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,23 @@ CONFIG_USB_NET_SMSC95XX=m

CONFIG_MEDIA_CEC_SUPPORT=y

CONFIG_BT_INTEL=m
CONFIG_BT_BCM=m
CONFIG_BT_RTL=m
# Bluetooth device drivers
CONFIG_BT_HCIBTUSB=m
CONFIG_BT_HCIBTUSB_BCM=y
CONFIG_BT_HCIBTUSB_MTK=y
CONFIG_BT_HCIBTUSB_RTL=y
CONFIG_BT_HCIBTSDIO=m
CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_INTEL=y
CONFIG_BT_HCIUART_BCM=y
CONFIG_BT_HCIUART_RTL=y
CONFIG_BT_HCIUART_QCA=y
CONFIG_BT_HCIUART_AG6XX=y
CONFIG_BT_HCIUART_MRVL=y
CONFIG_BT_MRVL=m
CONFIG_BT_MRVL_SDIO=m
CONFIG_BT_MTKSDIO=m
CONFIG_BT_MTKUART=m

# Multimedia core support
CONFIG_MEDIA_SUPPORT=y
Expand Down

0 comments on commit 69eabd6

Please sign in to comment.