From: Andrew Bresticker Date: Thu, 14 Aug 2014 16:45:27 +0000 (-0700) Subject: mmc: dw_mmc: Add dependency on DMA X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0857c6912d5cd04d177473f2be38709f08982710;p=deliverable%2Flinux.git mmc: dw_mmc: Add dependency on DMA The dw_mmc drivers rely on the DMA API, so update the Kconfig entry to depend on HAS_DMA. Since the drivers should build on any platform with DMA, allow the driver to compile tested on non-ARC/ARM platforms. Signed-off-by: Andrew Bresticker Reviewed-by: Alim Akhtar Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 58aedcc900d1..63766f72330e 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -579,7 +579,8 @@ config SDH_BFIN_MISSING_CMD_PULLUP_WORKAROUND config MMC_DW tristate "Synopsys DesignWare Memory Card Interface" - depends on ARC || ARM + depends on HAS_DMA + depends on ARC || ARM || 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