diff options
author | Jeffrey Hugo <jeffrey.l.hugo@gmail.com> | 2019-09-27 00:56:04 +0200 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2019-12-10 18:35:20 +0100 |
commit | df614ece276c483e33de93f9146bb21345607390 (patch) | |
tree | 1ef750e885736da1ee20edf26919acfe253af291 /arch/arm64 | |
parent | arm64: defconfig: Enable Qualcomm CPUfreq HW driver (diff) | |
download | linux-df614ece276c483e33de93f9146bb21345607390.tar.xz linux-df614ece276c483e33de93f9146bb21345607390.zip |
arm64: defconfig: Enable QCA Bluetooth over UART
This enables Bluetooth on the Lenovo Yoga C630.
Signed-off-by: Jeffrey Hugo <jeffrey.l.hugo@gmail.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 916d8c8219be..c5dc792a513d 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -170,6 +170,7 @@ CONFIG_BT_HCIBTUSB=m CONFIG_BT_HCIUART=m CONFIG_BT_HCIUART_LL=y CONFIG_BT_HCIUART_BCM=y +CONFIG_BT_HCIUART_QCA=y CONFIG_CFG80211=m CONFIG_MAC80211=m CONFIG_MAC80211_LEDS=y |