Skip to content

Commit cb052da

Browse files
nullr0utestorulf
authored andcommitted
mmc: sdhci_am654: Fix TI SoC dependencies
The sdhci_am654 is specific to recent TI SoCs, update the dependencies for those SoCs and compile testing. While we're at it update the text to reflect the wider range of supported TI SoCS the driver now supports. Fixes: 41fd4ca ("mmc: sdhci_am654: Add Initial Support for AM654 SDHCI driver") Signed-off-by: Peter Robinson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
1 parent e4df56a commit cb052da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

drivers/mmc/host/Kconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,14 +1041,15 @@ config MMC_SDHCI_OMAP
10411041

10421042
config MMC_SDHCI_AM654
10431043
tristate "Support for the SDHCI Controller in TI's AM654 SOCs"
1044+
depends on ARCH_K3 || COMPILE_TEST
10441045
depends on MMC_SDHCI_PLTFM && OF
10451046
select MMC_SDHCI_IO_ACCESSORS
10461047
select MMC_CQHCI
10471048
select REGMAP_MMIO
10481049
help
10491050
This selects the Secure Digital Host Controller Interface (SDHCI)
1050-
support present in TI's AM654 SOCs. The controller supports
1051-
SD/MMC/SDIO devices.
1051+
support present in TI's AM65x/AM64x/AM62x/J721E SOCs. The controller
1052+
supports SD/MMC/SDIO devices.
10521053

10531054
If you have a controller with this interface, say Y or M here.
10541055

0 commit comments

Comments
 (0)