All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dmaengine: st_fdma: Update st_fdma to 'depends on REMOTEPROC'.
@ 2016-10-21  8:44 ` Peter Griffin
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Griffin @ 2016-10-21  8:44 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel, kernel, vinod.koul, dan.j.williams, arnd
  Cc: peter.griffin, lee.jones, bjorn.andersson, linux-remoteproc, ohad

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: Peter Griffin <peter.griffin@linaro.org>
Reported-by: Arnd Bergmann <arnd@arndb.de>
Tested-by: Arnd Bergmann <arnd@arndb.de>
---
 drivers/dma/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 661f217..6b96710 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -438,6 +438,7 @@ config STE_DMA40
 config ST_FDMA
 	tristate "ST FDMA dmaengine support"
 	depends on ARCH_STI
+	depends on REMOTEPROC
 	select ST_SLIM_REMOTEPROC
 	select DMA_ENGINE
 	select DMA_VIRTUAL_CHANNELS
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH] dmaengine: st_fdma: Update st_fdma to 'depends on REMOTEPROC'.
@ 2016-10-21  8:44 ` Peter Griffin
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Griffin @ 2016-10-21  8:44 UTC (permalink / raw)
  To: linux-arm-kernel

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: Peter Griffin <peter.griffin@linaro.org>
Reported-by: Arnd Bergmann <arnd@arndb.de>
Tested-by: Arnd Bergmann <arnd@arndb.de>
---
 drivers/dma/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 661f217..6b96710 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -438,6 +438,7 @@ config STE_DMA40
 config ST_FDMA
 	tristate "ST FDMA dmaengine support"
 	depends on ARCH_STI
+	depends on REMOTEPROC
 	select ST_SLIM_REMOTEPROC
 	select DMA_ENGINE
 	select DMA_VIRTUAL_CHANNELS
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] dmaengine: st_fdma: Update st_fdma to 'depends on REMOTEPROC'.
  2016-10-21  8:44 ` Peter Griffin
  (?)
@ 2016-11-03 13:15   ` Koul, Vinod
  -1 siblings, 0 replies; 5+ messages in thread
From: Koul, Vinod @ 2016-11-03 13:15 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel, Williams, Dan J, kernel, arnd,
	peter.griffin
  Cc: linux-remoteproc, ohad, bjorn.andersson, lee.jones

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 to depend on REMOTEPROC so this can not happen.

Applied, thanks

-- 
~Vinod

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] dmaengine: st_fdma: Update st_fdma to 'depends on REMOTEPROC'.
@ 2016-11-03 13:15   ` Koul, Vinod
  0 siblings, 0 replies; 5+ messages in thread
From: Koul, Vinod @ 2016-11-03 13:15 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel, Williams, Dan J, kernel, arnd,
	peter.griffin
  Cc: linux-remoteproc, ohad, bjorn.andersson, lee.jones

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 to depend on REMOTEPROC so this can not happen.

Applied, thanks

-- 
~Vinod

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] dmaengine: st_fdma: Update st_fdma to 'depends on REMOTEPROC'.
@ 2016-11-03 13:15   ` Koul, Vinod
  0 siblings, 0 replies; 5+ messages in thread
From: Koul, Vinod @ 2016-11-03 13:15 UTC (permalink / raw)
  To: linux-arm-kernel

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 to depend on REMOTEPROC so this can not happen.

Applied, thanks

-- 
~Vinod

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-11-03 13:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-21  8:44 [PATCH] dmaengine: st_fdma: Update st_fdma to 'depends on REMOTEPROC' Peter Griffin
2016-10-21  8:44 ` Peter Griffin
2016-11-03 13:15 ` Koul, Vinod
2016-11-03 13:15   ` Koul, Vinod
2016-11-03 13:15   ` Koul, Vinod

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.