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:
Naïm Favier 2021-11-14 01:13:34 +01:00
parent 630e21704e
commit 3c2c3df181
No known key found for this signature in database
GPG Key ID: 49B07322580B7EE2

View File

@ -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;