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

Marcel Ziswiler posted 1 patch 2 years, 6 months ago
There is a newer version of this series
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
[PATCH v1] 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>

---

 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 v1] arm64: defconfig: enable driver for bluetooth nxp uart
Posted by Krzysztof Kozlowski 2 years, 6 months ago
On 25/07/2023 10:37, 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>
> 
> ---

This should go via IMX/NXP SoC tree, so I think you miss here to CC Shawn.


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof