commit | 56174d9a21496fce64fcc6ba2f475734c20c12e4 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Tue Jan 30 14:24:40 2018 +0100 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Wed Jan 31 11:27:23 2018 +0100 |
tree | 385b31a80e92049004c442a0bebbbb15075cc956 | |
parent | bd9b902798ab14d19ca116b10bde581ddff8f905 [diff] |
mmc: MMC_SDHI_{SYS,INTERNAL}_DMAC should depend on HAS_DMA If NO_DMA=y: ERROR: "bad_dma_ops" [drivers/mmc/host/renesas_sdhi_sys_dmac.ko] undefined! ERROR: "bad_dma_ops" [drivers/mmc/host/renesas_sdhi_internal_dmac.ko] undefined! Add dependencies on HAS_DMA to fix this. Fixes: e578afab6e5f57e7 ("mmc: renesas_sdhi: remove wrong depends on to enable compile test") Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>