Re: [PATCH] dmaengine: st_fdma: Update st_fdma to 'depends on REMOTEPROC'.

2016-11-03 Thread Koul, Vinod
On Fri, 2016-10-21 at 09:44 +0100, Peter Griffin wrote: > During randconfig builds you can get the following warning > "warning: (ST_FDMA) selects ST_SLIM_REMOTEPROC which has unmet direct >  dependencies (REMOTEPROC)" > > randconfig builds should always build without any warnings so > update fdma

[PATCH] dmaengine: st_fdma: Update st_fdma to 'depends on REMOTEPROC'.

2016-10-21 Thread Peter Griffin
During randconfig builds you can get the following warning "warning: (ST_FDMA) selects ST_SLIM_REMOTEPROC which has unmet direct dependencies (REMOTEPROC)" randconfig builds should always build without any warnings so update fdma to depend on REMOTEPROC so this can not happen. Signed-off-by: Pet