linux: add BT_HCIBTUSB_MTK to common kernel config
> The MediaTek protocol support enables firmware download support and chip initialization for MediaTek Bluetooth USB controllers. Necessary to make Bluetooth work on some MediaTek controllers.
This commit is contained in:
parent
630e21704e
commit
3c2c3df181
1 changed files with 1 additions and 0 deletions
|
@ -747,6 +747,7 @@ let
|
|||
|
||||
BSD_PROCESS_ACCT_V3 = yes;
|
||||
|
||||
BT_HCIBTUSB_MTK = whenAtLeast "5.3" yes; # MediaTek protocol support
|
||||
BT_HCIUART_BCSP = option yes;
|
||||
BT_HCIUART_H4 = option yes; # UART (H4) protocol support
|
||||
BT_HCIUART_LL = option yes;
|
||||
|
|
Loading…
Reference in a new issue