]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB (8234a): uvcvideo: Fix build for uvc input
authorMauro Carvalho Chehab <mchehab@infradead.org>
Mon, 7 Jul 2008 23:04:29 +0000 (20:04 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 24 Jul 2008 16:46:19 +0000 (13:46 -0300)
Fix a bug introduced by some trouble on my -git tree that resulted on a hunk to
be lost (probably caused by some rebase).

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/Kconfig

index f606d2951fde5a44fb650df92187ff71cd5ea3ad..2a747db6dc3e8653c13fa2bbf2eb5bb49a94e44a 100644 (file)
@@ -806,13 +806,7 @@ menuconfig V4L_USB_DRIVERS
 
 if V4L_USB_DRIVERS && USB
 
-config USB_VIDEO_CLASS
-       tristate "USB Video Class (UVC)"
-       ---help---
-         Support for the USB Video Class (UVC).  Currently only video
-         input devices, such as webcams, are supported.
-
-         For more information see: <http://linux-uvc.berlios.de/>
+source "drivers/media/video/uvc/Kconfig"
 
 source "drivers/media/video/gspca/Kconfig"