Merge pull request #144409 from mitchmindtree/xps-9310-kernel-config

linux: Add kernel config required for QCA6390 bluetooth (XPS 9310)
This commit is contained in:
Maximilian Bosch 2021-11-17 18:30:35 +01:00 committed by GitHub
commit 61870bd811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -748,11 +748,18 @@ let
BSD_PROCESS_ACCT_V3 = yes;
SERIAL_DEV_BUS = whenAtLeast "4.11" yes; # enables support for serial devices
SERIAL_DEV_CTRL_TTYPORT = whenAtLeast "4.11" yes; # enables support for TTY serial devices
BT_HCIBTUSB_MTK = whenAtLeast "5.3" yes; # MediaTek protocol support
BT_HCIUART_QCA = whenAtLeast "4.3" yes; # Qualcomm Atheros protocol support
BT_HCIUART_SERDEV = whenAtLeast "4.12" yes; # required by BT_HCIUART_QCA
BT_HCIUART = whenAtLeast "2.5.45" 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 = whenAtLeast "4.3" module; # enables QCA6390 bluetooth
CLEANCACHE = option yes;
CRASH_DUMP = option no;