mmc: sdhci_omap: Fix TI SoC dependencies
[platform/kernel/linux-rpi.git] / drivers / mmc / host / Kconfig
index e1c8c54..bc7e2ad 100644 (file)
@@ -1018,14 +1018,15 @@ config MMC_SDHCI_XENON
 
 config MMC_SDHCI_OMAP
        tristate "TI SDHCI Controller Support"
+       depends on ARCH_OMAP2PLUS || ARCH_KEYSTONE || COMPILE_TEST
        depends on MMC_SDHCI_PLTFM && OF
        select THERMAL
        imply TI_SOC_THERMAL
        select MMC_SDHCI_EXTERNAL_DMA if DMA_ENGINE
        help
          This selects the Secure Digital Host Controller Interface (SDHCI)
-         support present in TI's DRA7 SOCs. The controller supports
-         SD/MMC/SDIO devices.
+         support present in TI's Keystone/OMAP2+/DRA7 SOCs. The controller
+         supports SD/MMC/SDIO devices.
 
          If you have a controller with this interface, say Y or M here.