summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2024-06-30 12:37:44 +0200
committerGitHub <noreply@github.com>2024-06-30 12:37:44 +0200
commit06c0912a4fbd73466b35b646189a9118b6d489f5 (patch)
tree607432f3757a6ba2684303ff429778d53a8b711e
parente575d013a52caeb068554aca2b537905480d9a8a (diff)
parent8a19e84bc41970f0576403c2f29ea31df07c5b91 (diff)
Merge pull request #322964 from paepckehh/patch-3
linux: enable CONFIG_BT_HCIUART_BCM
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix13
1 files changed, 8 insertions, 5 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index e4d8706fb6a6..1bd673e10729 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -1028,12 +1028,15 @@ let
SERIAL_DEV_CTRL_TTYPORT = yes; # enables support for TTY serial devices
BT_HCIBTUSB_MTK = whenAtLeast "5.3" yes; # MediaTek protocol support
- BT_HCIUART_QCA = yes; # Qualcomm Atheros protocol support
+
+ BT_HCIUART = module; # required for BT devices with serial port interface (QCA6390)
+ BT_HCIUART_BCM = option yes; # Broadcom Bluetooth support
+ BT_HCIUART_BCSP = option yes; # CSR BlueCore support
+ BT_HCIUART_H4 = option yes; # UART (H4) protocol support
+ BT_HCIUART_LL = option yes; # Texas Instruments BRF
+ BT_HCIUART_QCA = yes; # Qualcomm Atheros support
BT_HCIUART_SERDEV = yes; # required by BT_HCIUART_QCA
- BT_HCIUART = module; # required for BT devices with serial port interface (QCA6390)
- BT_HCIUART_BCSP = option yes;
- BT_HCIUART_H4 = option yes; # UART (H4) protocol support
- BT_HCIUART_LL = option yes;
+
BT_RFCOMM_TTY = option yes; # RFCOMM TTY support
BT_QCA = module; # enables QCA6390 bluetooth