]> git.itanic.dy.fi Git - linux-stable/commit
mmc: pwrseq_sd8787: Allow being built-in irrespective of dependencies
authorLukas Wunner <lukas@wunner.de>
Mon, 16 Jan 2023 11:14:30 +0000 (12:14 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 23 Jan 2023 14:51:39 +0000 (15:51 +0100)
commit05f0430f923851048f800bbf03ba10e5beca376c
treeb11460502ea611e67a3db870c47f99cde3adc489
parent671112068ab961f8188d923992740dedd9e84750
mmc: pwrseq_sd8787: Allow being built-in irrespective of dependencies

pwrseq_sd8787 is forced to be built as a module if its dependencies are.

That's unnecessary, it's perfectly fine for it to be built-in even
though the wireless drivers that need it are modules.

Relax the depends definition in Kconfig accordingly.

Signed-off-by: Lukas Wunner <lukas@wunner.de>
Cc: Matt Ranostay <matt@ranostay.consulting>
Cc: Lubomir Rintel <lkundrak@v3.sk>
Cc: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/8bb3d7c3a36985e030ba40e853c57578de8fb303.1673866725.git.lukas@wunner.de
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/Kconfig