Linux Media Controller development
 help / color / mirror / Atom feed
* [PATCH] pxa_camera: allow building it if COMPILE_TEST is set
@ 2016-09-06 10:35 Hans Verkuil
  2016-09-06 11:15 ` Robert Jarzmik
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Verkuil @ 2016-09-06 10:35 UTC (permalink / raw)
  To: linux-media; +Cc: Robert Jarzmik

Allow building this driver if COMPILE_TEST is set.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
---
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig
index 09ad065..2ebf170 100644
--- a/drivers/media/platform/Kconfig
+++ b/drivers/media/platform/Kconfig
@@ -93,7 +93,8 @@ config VIDEO_OMAP3_DEBUG

  config VIDEO_PXA27x
  	tristate "PXA27x Quick Capture Interface driver"
-	depends on VIDEO_DEV && PXA27x && HAS_DMA
+	depends on VIDEO_DEV && HAS_DMA
+	depends on PXA27x || COMPILE_TEST
  	select VIDEOBUF2_DMA_SG
  	select SG_SPLIT
  	---help---

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

end of thread, other threads:[~2016-09-06 11:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-06 10:35 [PATCH] pxa_camera: allow building it if COMPILE_TEST is set Hans Verkuil
2016-09-06 11:15 ` Robert Jarzmik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox