Skip to content

Commit 51dca85

Browse files
committed
mmc: pwrseq: use internal naming for wilc Kconfig flags
Mainline kernel version uses CONFIG_WILC1000_* flag naming policy for WILC. Vendor kernel version uses CONFIG_WILC_* flag naming policy. Adapt pwrseq_sd8787 to this naming. Fixes: 7fbb8ed ("wilc1000: compile single driver for each bus type") Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
1 parent 64f580d commit 51dca85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mmc/core/Kconfig

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

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

0 commit comments

Comments
 (0)