dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [v2,9/9] dmaengine: add COMPILE_TEST for the drivers
@ 2018-08-06  8:52 Huang Shijie
  0 siblings, 0 replies; 3+ messages in thread
From: Huang Shijie @ 2018-08-06  8:52 UTC (permalink / raw)
  To: vkoul
  Cc: dan.j.williams, Zubair.Kakakhel, daniel, haojian.zhuang,
	robert.jarzmik, patrice.chotard, linus.walleij, mcoquelin.stm32,
	alexandre.torgue, Eugeniy.Paltsev, colin.king, dmaengine,
	linux-arm-kernel, Huang Shijie

We can do the compiling test with COMPILE_TEST.
This patch adds the COMPILE_TEST for the drivers.

Signed-off-by: Huang Shijie <sjhuang@iluvatar.ai>
---
 drivers/dma/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index d4a4230a7942..1f0dceb055d8 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -439,7 +439,7 @@ config PL330_DMA
 
 config PXA_DMA
 	bool "PXA DMA support"
-	depends on (ARCH_MMP || ARCH_PXA)
+	depends on (ARCH_MMP || ARCH_PXA || COMPILE_TEST)
 	select DMA_ENGINE
 	select DMA_VIRTUAL_CHANNELS
 	help
@@ -457,7 +457,7 @@ config SIRF_DMA
 
 config STE_DMA40
 	bool "ST-Ericsson DMA40 support"
-	depends on ARCH_U8500
+	depends on ARCH_U8500 || COMPILE_TEST
 	select DMA_ENGINE
 	help
 	  Support for ST-Ericsson DMA40 controller

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

* [v2,9/9] dmaengine: add COMPILE_TEST for the drivers
@ 2018-08-06 10:35 Linus Walleij
  0 siblings, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2018-08-06 10:35 UTC (permalink / raw)
  To: sjhuang
  Cc: vkoul, Dan Williams, Zubair Lutfullah Kakakhel, Daniel Mack,
	Haojian Zhuang, Robert Jarzmik, Patrice CHOTARD, Maxime Coquelin,
	Alexandre TORGUE, Eugeniy.Paltsev, Colin King, dmaengine,
	Linux ARM

On Mon, Aug 6, 2018 at 10:53 AM Huang Shijie <sjhuang@iluvatar.ai> wrote:

> We can do the compiling test with COMPILE_TEST.
> This patch adds the COMPILE_TEST for the drivers.
>
> Signed-off-by: Huang Shijie <sjhuang@iluvatar.ai>

Acked-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij
---
To unsubscribe from this list: send the line "unsubscribe dmaengine" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [v2,9/9] dmaengine: add COMPILE_TEST for the drivers
@ 2018-08-07  6:32 Robert Jarzmik
  0 siblings, 0 replies; 3+ messages in thread
From: Robert Jarzmik @ 2018-08-07  6:32 UTC (permalink / raw)
  To: Huang Shijie
  Cc: vkoul, dan.j.williams, Zubair.Kakakhel, daniel, haojian.zhuang,
	patrice.chotard, linus.walleij, mcoquelin.stm32, alexandre.torgue,
	Eugeniy.Paltsev, colin.king, dmaengine, linux-arm-kernel

Huang Shijie <sjhuang@iluvatar.ai> writes:

> We can do the compiling test with COMPILE_TEST.
> This patch adds the COMPILE_TEST for the drivers.
>
> Signed-off-by: Huang Shijie <sjhuang@iluvatar.ai>
For pxa :
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>

Cheers.
---
Robert
--
To unsubscribe from this list: send the line "unsubscribe dmaengine" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2018-08-07  6:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-07  6:32 [v2,9/9] dmaengine: add COMPILE_TEST for the drivers Robert Jarzmik
  -- strict thread matches above, loose matches on Subject: below --
2018-08-06 10:35 Linus Walleij
2018-08-06  8:52 Huang Shijie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).