[PATCH v2] arm64: defconfig: enable driver for bluetooth nxp uart

Marcel Ziswiler posted 1 patch 2 years, 6 months ago
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
[PATCH v2] arm64: defconfig: enable driver for bluetooth nxp uart
Posted by Marcel Ziswiler 2 years, 6 months ago
From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

Enable driver for Bluetooth NXP UART applicable amongst others for NXP
88W8997 and IW416 as found on multiple Toradex SoMs.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

---

Changes in v2:
- Add Krzysztof's reviewed-by tag. Thanks!
- Cc Shawn as this should go via IMX/NXP SoC tree.

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 0777bcae9104..4641d08ef048 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -195,6 +195,7 @@ CONFIG_BT_HCIUART_MRVL=y
 CONFIG_BT_MRVL=m
 CONFIG_BT_MRVL_SDIO=m
 CONFIG_BT_QCOMSMD=m
+CONFIG_BT_NXPUART=m
 CONFIG_CFG80211=m
 CONFIG_MAC80211=m
 CONFIG_MAC80211_LEDS=y
-- 
2.36.1
Re: [PATCH v2] arm64: defconfig: enable driver for bluetooth nxp uart
Posted by Shawn Guo 2 years, 6 months ago
On Tue, Jul 25, 2023 at 10:56:30AM +0200, Marcel Ziswiler wrote:
> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> 
> Enable driver for Bluetooth NXP UART applicable amongst others for NXP
> 88W8997 and IW416 as found on multiple Toradex SoMs.
> 
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Applied, thanks!