diff options
author | Jeffrey Hugo <jeffrey.l.hugo@gmail.com> | 2019-09-27 01:56:04 +0300 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2019-12-10 20:35:20 +0300 |
commit | df614ece276c483e33de93f9146bb21345607390 (patch) | |
tree | 1ef750e885736da1ee20edf26919acfe253af291 /arch/arm64/configs | |
parent | a0238c8432a7eae5876d57ccb9cc4456d69e9ed3 (diff) | |
download | linux-df614ece276c483e33de93f9146bb21345607390.tar.xz |
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/configs')
-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 |