From: Marcel Ziswiler <[email protected]>
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 <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
---
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
On Tue, Jul 25, 2023 at 10:56:30AM +0200, Marcel Ziswiler wrote:
> From: Marcel Ziswiler <[email protected]>
>
> 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 <[email protected]>
> Reviewed-by: Krzysztof Kozlowski <[email protected]>
Applied, thanks!