diff options
author | Andrew Bresticker <abrestic@chromium.org> | 2014-08-14 12:45:28 -0400 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2014-09-09 07:59:03 -0400 |
commit | b1dec12032af3a5239171c76cd43a4d372d8829b (patch) | |
tree | 00066cb8523b27540e0d7d02f310eb08b7e4eb59 /drivers/mmc/host | |
parent | 0857c6912d5cd04d177473f2be38709f08982710 (diff) |
mmc: dw_mmc: Add support for MIPS
There are upcoming MIPS SoCs with dw_mmc hosts.
Signed-off-by: Andrew Bresticker <abrestic@chromium.org>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host')
-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 63766f72330e..a43295c49a44 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -580,7 +580,7 @@ config SDH_BFIN_MISSING_CMD_PULLUP_WORKAROUND | |||
580 | config MMC_DW | 580 | config MMC_DW |
581 | tristate "Synopsys DesignWare Memory Card Interface" | 581 | tristate "Synopsys DesignWare Memory Card Interface" |
582 | depends on HAS_DMA | 582 | depends on HAS_DMA |
583 | depends on ARC || ARM || COMPILE_TEST | 583 | depends on ARC || ARM || MIPS || COMPILE_TEST |
584 | help | 584 | help |
585 | This selects support for the Synopsys DesignWare Mobile Storage IP | 585 | This selects support for the Synopsys DesignWare Mobile Storage IP |
586 | block, this provides host support for SD and MMC interfaces, in both | 586 | block, this provides host support for SD and MMC interfaces, in both |