Merge pull request #145827 from ncfavier/mediatek-bluetooth

linux: add BT_HCIBTUSB_MTK to common kernel config

authored by

Jörg Thalheim and committed by
GitHub
2a909594 0a580f61

+1
+1
pkgs/os-specific/linux/kernel/common-config.nix
··· 747 747 748 748 BSD_PROCESS_ACCT_V3 = yes; 749 749 750 + BT_HCIBTUSB_MTK = whenAtLeast "5.3" yes; # MediaTek protocol support 750 751 BT_HCIUART_BCSP = option yes; 751 752 BT_HCIUART_H4 = option yes; # UART (H4) protocol support 752 753 BT_HCIUART_LL = option yes;