diff options
author | 2019-09-26 15:56:04 -0700 | |
---|---|---|
committer | 2019-12-10 09:35:20 -0800 | |
commit | df614ece276c483e33de93f9146bb21345607390 (patch) | |
tree | 1ef750e885736da1ee20edf26919acfe253af291 | |
parent | arm64: defconfig: Enable Qualcomm CPUfreq HW driver (diff) | |
download | linux-dev-df614ece276c483e33de93f9146bb21345607390.tar.xz linux-dev-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>
-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 |