Skip to content

Commit 09f164d

Browse files
nullr0utestorulf
authored andcommitted
mmc: sdhci_omap: Fix TI SoC dependencies
The sdhci_omap is specific to older 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: 7d32693 ("mmc: sdhci-omap: Add OMAP 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 cb052da commit 09f164d

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
@@ -1026,14 +1026,15 @@ config MMC_SDHCI_XENON
10261026

10271027
config MMC_SDHCI_OMAP
10281028
tristate "TI SDHCI Controller Support"
1029+
depends on ARCH_OMAP2PLUS || ARCH_KEYSTONE || COMPILE_TEST
10291030
depends on MMC_SDHCI_PLTFM && OF
10301031
select THERMAL
10311032
imply TI_SOC_THERMAL
10321033
select MMC_SDHCI_EXTERNAL_DMA if DMA_ENGINE
10331034
help
10341035
This selects the Secure Digital Host Controller Interface (SDHCI)
1035-
support present in TI's DRA7 SOCs. The controller supports
1036-
SD/MMC/SDIO devices.
1036+
support present in TI's Keystone/OMAP2+/DRA7 SOCs. The controller
1037+
supports SD/MMC/SDIO devices.
10371038

10381039
If you have a controller with this interface, say Y or M here.
10391040

0 commit comments

Comments
 (0)