diff options
author | 2023-07-25 10:56:30 +0200 | |
---|---|---|
committer | 2023-07-30 21:16:04 +0800 | |
commit | ae80abdc0dc04957a96e9323f9da3351bca53350 (patch) | |
tree | a1edeb13b0fecc30c45e0eddfc7d4f1c56259015 | |
parent | arm64: defconfig: Enable i.MX93 devices (diff) | |
download | wireguard-linux-ae80abdc0dc04957a96e9323f9da3351bca53350.tar.xz wireguard-linux-ae80abdc0dc04957a96e9323f9da3351bca53350.zip |
arm64: defconfig: enable driver for bluetooth nxp uart
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-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 c5151bbbea4d..e49a40abb86c 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 |