Skip to content

Commit ac379b7

Browse files
lkundrakstorulf
authored andcommitted
mmc: core: Allow building PWRSEQ_SD8787 with LIBERTAS_SDIO
The sd8686 "libertas" SDIO adapter's power is controlled with WLAN_RST and WLAN_PD pins -- pretty much the same way as sd8787. Allow building the power sequencing driver along with the libertas Wi-Fi driver. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent bbf57df commit ac379b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mmc/core/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ config PWRSEQ_EMMC
1414

1515
config PWRSEQ_SD8787
1616
tristate "HW reset support for SD8787 BT + Wifi module"
17-
depends on OF && (MWIFIEX || BT_MRVL_SDIO)
17+
depends on OF && (MWIFIEX || BT_MRVL_SDIO || LIBERTAS_SDIO)
1818
help
1919
This selects hardware reset support for the SD8787 BT + Wifi
2020
module. By default this option is set to n.

0 commit comments

Comments
 (0)