Re: [PATCH] uvc: Depend on VIDEO_V4L2

2013-06-22 Thread Randy Dunlap
On 06/22/13 07:25, Laurent Pinchart wrote:
> The uvcvideo driver lost its dependency on VIDEO_V4L2 during the big
> media directory reorganization. Add it back.
> 
> Signed-off-by: Laurent Pinchart 

Reported-by: Randy Dunlap 
Acked-by: Randy Dunlap 

Thanks.


> ---
>  drivers/media/usb/uvc/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/media/usb/uvc/Kconfig b/drivers/media/usb/uvc/Kconfig
> index 541c9f1..6ed85ef 100644
> --- a/drivers/media/usb/uvc/Kconfig
> +++ b/drivers/media/usb/uvc/Kconfig
> @@ -1,5 +1,6 @@
>  config USB_VIDEO_CLASS
>   tristate "USB Video Class (UVC)"
> + depends on VIDEO_V4L2
>   select VIDEOBUF2_VMALLOC
>   ---help---
> Support for the USB Video Class (UVC).  Currently only video
> 


-- 
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] uvc: Depend on VIDEO_V4L2

2013-06-22 Thread Laurent Pinchart
The uvcvideo driver lost its dependency on VIDEO_V4L2 during the big
media directory reorganization. Add it back.

Signed-off-by: Laurent Pinchart 
---
 drivers/media/usb/uvc/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/media/usb/uvc/Kconfig b/drivers/media/usb/uvc/Kconfig
index 541c9f1..6ed85ef 100644
--- a/drivers/media/usb/uvc/Kconfig
+++ b/drivers/media/usb/uvc/Kconfig
@@ -1,5 +1,6 @@
 config USB_VIDEO_CLASS
tristate "USB Video Class (UVC)"
+   depends on VIDEO_V4L2
select VIDEOBUF2_VMALLOC
---help---
  Support for the USB Video Class (UVC).  Currently only video
-- 
Regards,

Laurent Pinchart

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