Re: [PATCH] remoteproc: Add dependency to HAS_DMA
From: Ohad Ben-Cohen <hidden>
Date: 2012-09-18 04:07:16
Hi Sjur, On Thu, Sep 13, 2012 at 9:03 PM, [off-list ref] wrote:
From: Sjur Brændeland <redacted> Remoteproc relies on HAS_DMA, add this dependency in Kconfig. Signed-off-by: Sjur Brændeland <redacted>
Applied to remoteproc-next, thanks. Btw:
--- cc: linux-kernel@vger.kernel.org cc: Rusty Russell <redacted>
These should be above the dashes if you want them included in the patch.
quoted hunk ↗ jump to hunk
drivers/remoteproc/Kconfig | 1 + 1 file changed, 1 insertion(+)diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index f8d818a..e7d440c 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig@@ -4,6 +4,7 @@ menu "Remoteproc drivers (EXPERIMENTAL)" config REMOTEPROC tristate depends on EXPERIMENTAL + depends on HAS_DMA
I've added this to OMAP_REMOTEPROC too, because recursive dependencies don't work (REMOTEPROC could still be selected without HAS_DMA). Thanks, Ohad.