projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2832b9
)
mmc: pwrseq: add wilc1000_sdio dependency for pwrseq_sd8787
author
Claudiu Beznea
<claudiu.beznea@microchip.com>
Fri, 20 Aug 2021 09:28:02 +0000
(12:28 +0300)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Tue, 24 Aug 2021 14:59:38 +0000
(16:59 +0200)
pwseq_sd8787 could also be used with wilc1000_sdio driver. Add
a dependency for this.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link:
https://lore.kernel.org/r/20210820092803.78523-4-claudiu.beznea@microchip.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mmc/core/Kconfig
b/drivers/mmc/core/Kconfig
index
ae8b69a
..
6f25c34
100644
(file)
--- a/
drivers/mmc/core/Kconfig
+++ b/
drivers/mmc/core/Kconfig
@@
-15,7
+15,7
@@
config PWRSEQ_EMMC
config PWRSEQ_SD8787
tristate "HW reset support for SD8787 BT + Wifi module"
- depends on OF && (MWIFIEX || BT_MRVL_SDIO || LIBERTAS_SDIO)
+ depends on OF && (MWIFIEX || BT_MRVL_SDIO || LIBERTAS_SDIO
|| WILC1000_SDIO
)
help
This selects hardware reset support for the SD8787 BT + Wifi
module. By default this option is set to n.