Unverified Commit 06c0912a authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #322964 from paepckehh/patch-3

linux: enable CONFIG_BT_HCIUART_BCM
parents e575d013 8a19e84b
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -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_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_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;
      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_RFCOMM_TTY   = option yes; # RFCOMM TTY support
      BT_QCA = module; # enables QCA6390 bluetooth