From b1dec12032af3a5239171c76cd43a4d372d8829b Mon Sep 17 00:00:00 2001 From: Andrew Bresticker Date: Thu, 14 Aug 2014 09:45:28 -0700 Subject: [PATCH] mmc: dw_mmc: Add support for MIPS There are upcoming MIPS SoCs with dw_mmc hosts. Signed-off-by: Andrew Bresticker Reviewed-by: Alim Akhtar Signed-off-by: Ulf Hansson --- drivers/mmc/host/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 config MMC_DW tristate "Synopsys DesignWare Memory Card Interface" depends on HAS_DMA - depends on ARC || ARM || COMPILE_TEST + depends on ARC || ARM || MIPS || COMPILE_TEST help This selects support for the Synopsys DesignWare Mobile Storage IP block, this provides host support for SD and MMC interfaces, in both -- 2.11.0