summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-03-16 19:24:19 -0600
committerTom Rini <[email protected]>2026-03-30 16:59:35 -0600
commit0da1866a8fdd4d4bc4837ef2af281dbe010ae16b (patch)
treeddf863bd093e9be9dc5c53cd89a3c1ed081ffcc8 /drivers/mmc
parentbdbe24b2a27c47e854a8ddfe89bffa0e609c24eb (diff)
core: Rework REGMAP symbols implementation
As exposed by "make randconfig", we have an issue with the dependencies for REGMAP (and xPL variants). As this is a library function, it should always be selected and not depended on by other functionality. This is largely done correctly today, so just correct the few outliers. Acked-by: Anshul Dalal <[email protected]> Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index 39caf2eff1b..22bd3a972bd 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -627,8 +627,9 @@ config MMC_SDHCI_AM654
depends on ARCH_K3
depends on MMC_SDHCI
depends on OF_CONTROL
- depends on REGMAP
select MMC_SDHCI_IO_ACCESSORS
+ select REGMAP
+ select SPL_REGMAP if SPL_MMC
help
Support for Secure Digital Host Controller Interface (SDHCI)
controllers present on TI's AM654 SOCs.