public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: dw_mmc: add support for ARM64
@ 2014-08-29 10:24 Alim Akhtar
  2014-09-08 22:28 ` Alim Akhtar
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Alim Akhtar @ 2014-08-29 10:24 UTC (permalink / raw)
  To: chris, ulf.hansson
  Cc: tgih.jun, jh80.chung, arnd, abrestic, linux-mmc, linux-kernel,
	yuvaraj.cd

There are upcoming ARM64 SoCs with dw_mmc host controller.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
---
 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 a43295c..72dd6c2 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 || MIPS || COMPILE_TEST
+	depends on ARC || ARM || ARM64 || 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
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-11-12 14:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-29 10:24 [PATCH] mmc: dw_mmc: add support for ARM64 Alim Akhtar
2014-09-08 22:28 ` Alim Akhtar
2014-09-09  6:51 ` Ulf Hansson
2014-09-09 11:31   ` Alim Akhtar
2014-09-11  2:18     ` Jaehoon Chung
     [not found]       ` <CAGOxZ50Jy8YCb4v77MhdnDqfVOe6bvssrdnojEBiPuCE9RDLmA@mail.gmail.com>
2014-09-11  4:45         ` Jaehoon Chung
2014-11-12 13:57   ` Alim Akhtar
2014-11-12 14:11 ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox