mmc: Kconfig: Correct dependencies SDHCI ADMA options
authorTom Rini <trini@konsulko.com>
Wed, 15 Jan 2025 02:07:36 +0000 (20:07 -0600)
committerPeng Fan <peng.fan@nxp.com>
Fri, 11 Apr 2025 03:45:05 +0000 (11:45 +0800)
commit53bb8fdea12a346ceda1ac109ebb05d2c9625e5d
tree78024a69bdb141f3482b20f9d8b2eb13634844e9
parentcb7555e93075114fe4af0adb806877ac4d4ef80d
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>
drivers/mmc/Kconfig