Message ID | 20190926225604.46514-1-jeffrey.l.hugo@gmail.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | df614ece276c483e33de93f9146bb21345607390 |
Headers | show |
Series | arm64: defconfig: Enable QCA Bluetooth over UART | expand |
On Thu 26 Sep 15:56 PDT 2019, Jeffrey Hugo wrote: > This enables Bluetooth on the Lenovo Yoga C630. > > Signed-off-by: Jeffrey Hugo <jeffrey.l.hugo@gmail.com> Applied, thanks > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 8e05c39eab08..0134a84481f8 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -169,6 +169,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 > -- > 2.17.1 >
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 8e05c39eab08..0134a84481f8 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -169,6 +169,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
This enables Bluetooth on the Lenovo Yoga C630. Signed-off-by: Jeffrey Hugo <jeffrey.l.hugo@gmail.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)