From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Date: Tue, 23 Mar 2010 08:47:08 +0000 Subject: Re: [PATCH 1/3 v2] V4L: SuperH Video Output Unit (VOU) driver Message-Id: <20100323084707.GD30655@linux-sh.org> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Guennadi Liakhovetski Cc: Linux Media Mailing List , Hans Verkuil , Magnus Damm , "linux-sh@vger.kernel.org" On Thu, Mar 18, 2010 at 11:28:28AM +0100, Guennadi Liakhovetski wrote: > diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig > index 64682bf..be6d016 100644 > --- a/drivers/media/video/Kconfig > +++ b/drivers/media/video/Kconfig > @@ -511,6 +511,13 @@ config DISPLAY_DAVINCI_DM646X_EVM > To compile this driver as a module, choose M here: the > module will be called vpif_display. > > +config VIDEO_SH_VOU > + tristate "SuperH VOU video output driver" > + depends on VIDEO_DEV && (SUPERH || ARCH_SHMOBILE) > + select VIDEOBUF_DMA_CONTIG > + help > + Support for the Video Output Unit (VOU) on SuperH SoCs. > + I assumed the VOU was only on SH-Mobile, in which case you can just depend on ARCH_SHMOBILE directly, since we set that for all SH-Mobile CPUs anyways. After that's done or proven to be an inaccurate assumption: Acked-by: Paul Mundt