mmc: Kconfig: Really correct dependencies SDHCI ADMA options
authorTom Rini <trini@konsulko.com>
Wed, 11 Jun 2025 14:23:52 +0000 (08:23 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 12 Jun 2025 00:29:25 +0000 (18:29 -0600)
commitb62e422d6e6878e9bca1d20fe372ffdd7db294fa
tree23fe0f7dcf1e2c39ae2a92d8de50a72e3c01f640
parent730201c6f5bffb5039b31642f177d4088657fd18
mmc: Kconfig: Really correct dependencies SDHCI ADMA options

When doing the investigation for commit 53bb8fdea12a ("mmc: Kconfig:
Correct dependencies SDHCI ADMA options") I missed the implications of
MMC_SDHCI_ADMA_HELPERS. The problem is that FSL_ESDHC via the
FSL_ESDHC_SUPPORT_ADMA2 option will also enable these helper functions.
This in turn means the correct dependency here is
MMC_SDHCI_ADMA_HELPERS and not *MMC_SDHCI_ADMA.

Reported-by: Heiko Thiery <heiko.thiery@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/mmc/Kconfig