2023-08-10 18:36:35

by Guido Günther

[permalink] [raw]
Subject: [PATCH v2 4/4] arm64: defconfig: Enable Redpine 91X wlan driver

The Librem 5 and it's devkit have it connected via SDIO.

Signed-off-by: Guido Günther <[email protected]>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index bf13d5c46578..21ab69a3cf4b 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -414,6 +414,7 @@ CONFIG_MWIFIEX=m
CONFIG_MWIFIEX_SDIO=m
CONFIG_MWIFIEX_PCIE=m
CONFIG_MT7921E=m
+CONFIG_RSI_91X=m
CONFIG_WL18XX=m
CONFIG_WLCORE_SDIO=m
CONFIG_WWAN=m
--
2.40.1



2023-08-12 02:56:00

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH v2 4/4] arm64: defconfig: Enable Redpine 91X wlan driver

On Thu, Aug 10, 2023 at 07:59:52PM +0200, Guido G?nther wrote:
> The Librem 5 and it's devkit have it connected via SDIO.
>
> Signed-off-by: Guido G?nther <[email protected]>

Applied, thanks!