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 <lethal@xxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html