On Wed, 11 Jun 2025 08:23:52 -0600, Tom Rini wrote: > 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. > > [...]
Applied to u-boot/master, thanks! [1/1] mmc: Kconfig: Really correct dependencies SDHCI ADMA options commit: b62e422d6e6878e9bca1d20fe372ffdd7db294fa -- Tom