Hi Sakari,

Thank you for the patch.

On Friday 16 October 2015 02:21:13 Sakari Ailus wrote:
> Don't require V4L2 framework and I2C being linked to the kernel directly.

That's a leftover of when the driver had to be compiled in the kernel.

> Signed-off-by: Sakari Ailus <[email protected]>

Acked-by: Laurent Pinchart <[email protected]>

> ---
>  drivers/staging/media/omap4iss/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/media/omap4iss/Kconfig
> b/drivers/staging/media/omap4iss/Kconfig index 8d4e3bd..4618346 100644
> --- a/drivers/staging/media/omap4iss/Kconfig
> +++ b/drivers/staging/media/omap4iss/Kconfig
> @@ -1,6 +1,6 @@
>  config VIDEO_OMAP4
>       tristate "OMAP 4 Camera support"
> -     depends on VIDEO_V4L2=y && VIDEO_V4L2_SUBDEV_API && I2C=y && ARCH_OMAP4
> +     depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && I2C && ARCH_OMAP4
>       depends on HAS_DMA
>       select MFD_SYSCON
>       select VIDEOBUF2_DMA_CONTIG

-- 
Regards,

Laurent Pinchart

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to