diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2023-07-25 11:56:30 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-07-30 16:16:04 +0300 |
commit | ae80abdc0dc04957a96e9323f9da3351bca53350 (patch) | |
tree | a1edeb13b0fecc30c45e0eddfc7d4f1c56259015 /arch/arm64/configs | |
parent | 16616a8af26393e8c33c3de4345e411f921f1939 (diff) | |
download | linux-ae80abdc0dc04957a96e9323f9da3351bca53350.tar.xz |
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>
Diffstat (limited to 'arch/arm64/configs')
-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 |