diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2013-12-30 16:15:28 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-01-09 03:06:53 -0500 |
commit | 67d55cec096200bad4afe3e14f65724ee300d401 (patch) | |
tree | a2e459868c67a28f16311ed1835a7bf21cc64da4 | |
parent | 5146d7714302f0b5dff7c591c6de947067669ca3 (diff) |
mmc: msm_sdcc: Limit driver to platforms that use it
The msm_sdcc driver uses mach specific dma APIs. This is not
compatible with the multi-platform ARM effort. Let's only compile
this driver on MSM devices that are prepared to support it,
allowing the DT based MSM devices to enter the multi-platform ARM
build.
Cc: Chris Ball <cjb@laptop.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | drivers/mmc/host/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 7fc5099e44b2..4e8ca9d5570f 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -324,7 +324,7 @@ config MMC_ATMELMCI | |||
324 | 324 | ||
325 | config MMC_MSM | 325 | config MMC_MSM |
326 | tristate "Qualcomm SDCC Controller Support" | 326 | tristate "Qualcomm SDCC Controller Support" |
327 | depends on MMC && ARCH_MSM | 327 | depends on MMC && (ARCH_MSM7X00A || ARCH_MSM7X30 || ARCH_QSD8X50) |
328 | help | 328 | help |
329 | This provides support for the SD/MMC cell found in the | 329 | This provides support for the SD/MMC cell found in the |
330 | MSM and QSD SOCs from Qualcomm. The controller also has | 330 | MSM and QSD SOCs from Qualcomm. The controller also has |