Skip to content

Commit 8d280b1

Browse files
computersforpeacestorulf
authored andcommitted
mmc: sdhci_am654: 'select', not 'depends' REGMAP_MMIO
REGMAP_MMIO is not user-configurable, so we can only satisfy this dependency by enabling some other Kconfig symbol that properly 'select's it. Use select like everybody else. Noticed when trying to enable this driver for compile testing. Fixes: 59592cc ("mmc: sdhci_am654: Add dependency on MMC_SDHCI_AM654") Signed-off-by: Brian Norris <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
1 parent 028822b commit 8d280b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/mmc/host/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,9 +1075,10 @@ config MMC_SDHCI_OMAP
10751075

10761076
config MMC_SDHCI_AM654
10771077
tristate "Support for the SDHCI Controller in TI's AM654 SOCs"
1078-
depends on MMC_SDHCI_PLTFM && OF && REGMAP_MMIO
1078+
depends on MMC_SDHCI_PLTFM && OF
10791079
select MMC_SDHCI_IO_ACCESSORS
10801080
select MMC_CQHCI
1081+
select REGMAP_MMIO
10811082
help
10821083
This selects the Secure Digital Host Controller Interface (SDHCI)
10831084
support present in TI's AM654 SOCs. The controller supports

0 commit comments

Comments
 (0)