commit | 71a4f564e2531daac17a1e557ded3e346f29186a | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Jan 14 20:07:36 2025 -0600 |
committer | Peng Fan <peng.fan@nxp.com> | Fri Apr 11 11:45:05 2025 +0800 |
tree | 78024a69bdb141f3482b20f9d8b2eb13634844e9 | |
parent | fb1eae54faee7e33129600f1a473db4660f7fa3a [diff] |
mmc: Kconfig: Correct dependencies SDHCI ADMA options The option MMC_SDHCI_ADMA_FORCE_32BIT is only tested or used when MMC_SDHCI_ADMA or SPL_MMC_SDHCI_ADMA is enabled. And for MMC_SDHCI_ADMA_64BIT the same is true except we also require MMC_SDHCI_ADMA_FORCE_32BIT to be disabled. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> Acked-by: Peng Fan <peng.fan@nxp.com>