]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci_am654: 'select', not 'depends' REGMAP_MMIO
authorBrian Norris <briannorris@chromium.org>
Mon, 24 Oct 2022 18:02:59 +0000 (11:02 -0700)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 26 Oct 2022 09:48:03 +0000 (11:48 +0200)
commitad117a9beb906952138d74223cf267d499f02de0
treefaa5b776e10b2ce833cd0bd254022bba6df81461
parent5469890b0b5542f67fe5fa405cbbf3819c51c6b5
mmc: sdhci_am654: 'select', not 'depends' REGMAP_MMIO

REGMAP_MMIO is not user-configurable, so we can only satisfy this
dependency by enabling some other Kconfig symbol that properly 'select's
it. Use select like everybody else.

Noticed when trying to enable this driver for compile testing.

Fixes: 93c2454c1926 ("mmc: sdhci_am654: Add dependency on MMC_SDHCI_AM654")
Signed-off-by: Brian Norris <briannorris@chromium.org>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20221024180300.2292208-1-briannorris@chromium.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/Kconfig