linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] v4l: vsp1: fix driver dependencies
@ 2014-09-01 13:18 Bartlomiej Zolnierkiewicz
  2014-09-01 16:32 ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2014-09-01 13:18 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Simon Horman, Magnus Damm, Kyungmin Park, linux-media, linux-sh,
	linux-kernel

Renesas VSP1 Video Processing Engine support should be available
only on Renesas ARM SoCs.

Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Simon Horman <horms@verge.net.au>
Cc: Magnus Damm <magnus.damm@gmail.com>
---
 drivers/media/platform/Kconfig |    1 +
 1 file changed, 1 insertion(+)

Index: b/drivers/media/platform/Kconfig
=================================--- a/drivers/media/platform/Kconfig	2014-09-01 14:51:37.024553544 +0200
+++ b/drivers/media/platform/Kconfig	2014-09-01 15:17:34.284594657 +0200
@@ -213,6 +213,7 @@ config VIDEO_SH_VEU
 config VIDEO_RENESAS_VSP1
 	tristate "Renesas VSP1 Video Processing Engine"
 	depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && HAS_DMA
+	depends on ARCH_SHMOBILE || COMPILE_TEST
 	select VIDEOBUF2_DMA_CONTIG
 	---help---
 	  This is a V4L2 driver for the Renesas VSP1 video processing engine.


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

* Re: [PATCH] v4l: vsp1: fix driver dependencies
  2014-09-01 13:18 [PATCH] v4l: vsp1: fix driver dependencies Bartlomiej Zolnierkiewicz
@ 2014-09-01 16:32 ` Geert Uytterhoeven
  2014-09-01 23:38   ` Simon Horman
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2014-09-01 16:32 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz
  Cc: Mauro Carvalho Chehab, Simon Horman, Magnus Damm, Kyungmin Park,
	Linux Media Mailing List, Linux-sh list,
	linux-kernel@vger.kernel.org

On Mon, Sep 1, 2014 at 3:18 PM, Bartlomiej Zolnierkiewicz
<b.zolnierkie@samsung.com> wrote:
> Renesas VSP1 Video Processing Engine support should be available
> only on Renesas ARM SoCs.

Thanks!

> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
> Cc: Simon Horman <horms@verge.net.au>
> Cc: Magnus Damm <magnus.damm@gmail.com>

Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] v4l: vsp1: fix driver dependencies
  2014-09-01 16:32 ` Geert Uytterhoeven
@ 2014-09-01 23:38   ` Simon Horman
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Horman @ 2014-09-01 23:38 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Bartlomiej Zolnierkiewicz, Mauro Carvalho Chehab, Magnus Damm,
	Kyungmin Park, Linux Media Mailing List, Linux-sh list,
	linux-kernel@vger.kernel.org

On Mon, Sep 01, 2014 at 06:32:56PM +0200, Geert Uytterhoeven wrote:
> On Mon, Sep 1, 2014 at 3:18 PM, Bartlomiej Zolnierkiewicz
> <b.zolnierkie@samsung.com> wrote:
> > Renesas VSP1 Video Processing Engine support should be available
> > only on Renesas ARM SoCs.
> 
> Thanks!
> 
> > Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> > Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
> > Cc: Simon Horman <horms@verge.net.au>
> > Cc: Magnus Damm <magnus.damm@gmail.com>
> 
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>

Acked-by: Simon Horman <horms+renesas@verge.net.au>

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

end of thread, other threads:[~2014-09-01 23:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-01 13:18 [PATCH] v4l: vsp1: fix driver dependencies Bartlomiej Zolnierkiewicz
2014-09-01 16:32 ` Geert Uytterhoeven
2014-09-01 23:38   ` Simon Horman

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