Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mmc: pwrseq: add wilc1000_sdio dependency for pwrseq_sd8787

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>

authored by

Claudiu Beznea and committed by
Ulf Hansson
09cedbd8 b2832b96

+1 -1
+1 -1
drivers/mmc/core/Kconfig
··· 15 15 16 16 config PWRSEQ_SD8787 17 17 tristate "HW reset support for SD8787 BT + Wifi module" 18 - depends on OF && (MWIFIEX || BT_MRVL_SDIO || LIBERTAS_SDIO) 18 + depends on OF && (MWIFIEX || BT_MRVL_SDIO || LIBERTAS_SDIO || WILC1000_SDIO) 19 19 help 20 20 This selects hardware reset support for the SD8787 BT + Wifi 21 21 module. By default this option is set to n.