linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [media] V4L2: soc_camera: add run-time dependencies to R-Car VIN driver
@ 2014-05-23  8:50 Jean Delvare
  0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2014-05-23  8:50 UTC (permalink / raw)
  To: linux-media
  Cc: Vladimir Barinov, Sergei Shtylyov, Guennadi Liakhovetski,
	Mauro Carvalho Chehab, Geert Uytterhoeven

The R-Car Video Input driver is only useful on shmobile unless build
testing.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Cc: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: Mauro Carvalho Chehab <m.chehab@samsung.com>
---
 drivers/media/platform/soc_camera/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-3.15-rc6.orig/drivers/media/platform/soc_camera/Kconfig	2014-05-23 10:35:06.650728184 +0200
+++ linux-3.15-rc6/drivers/media/platform/soc_camera/Kconfig	2014-05-23 10:36:36.373633190 +0200
@@ -47,6 +47,7 @@ config VIDEO_PXA27x
 config VIDEO_RCAR_VIN
 	tristate "R-Car Video Input (VIN) support"
 	depends on VIDEO_DEV && SOC_CAMERA
+	depends on ARCH_SHMOBILE || COMPILE_TEST
 	select VIDEOBUF2_DMA_CONTIG
 	select SOC_CAMERA_SCALE_CROP
 	---help---


-- 
Jean Delvare
SUSE L3 Support

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-23  8:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-23  8:50 [PATCH] [media] V4L2: soc_camera: add run-time dependencies to R-Car VIN driver Jean Delvare

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).