[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK=Wgbb1--TtkK=XsDG-LOa_Dpr=BGSOzZezrpiD1k75SFUPog@mail.gmail.com>
Date: Tue, 18 Sep 2012 07:06:53 +0300
From: Ohad Ben-Cohen <ohad@...ery.com>
To: sjur.brandeland@...ricsson.com
Cc: Sjur Brændeland <sjurbren@...il.com>,
linux-kernel@...r.kernel.org, Rusty Russell <rusty@...tcorp.com.au>
Subject: Re: [PATCH] remoteproc: Add dependency to HAS_DMA
Hi Sjur,
On Thu, Sep 13, 2012 at 9:03 PM, <sjur.brandeland@...ricsson.com> wrote:
> From: Sjur Brændeland <sjur.brandeland@...ricsson.com>
>
> Remoteproc relies on HAS_DMA, add this dependency in Kconfig.
>
> Signed-off-by: Sjur Brændeland <sjur.brandeland@...ricsson.com>
Applied to remoteproc-next, thanks.
Btw:
> ---
> cc: linux-kernel@...r.kernel.org
> cc: Rusty Russell <rusty@...tcorp.com.au>
These should be above the dashes if you want them included in the patch.
>
> 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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists