Laurent Pinchart | 6833c91 | 2008-07-07 23:04:29 -0300 | [diff] [blame] | 1 | config USB_VIDEO_CLASS |
| 2 | tristate "USB Video Class (UVC)" |
Laurent Pinchart | 05959be | 2013-06-22 11:23:58 -0300 | [diff] [blame] | 3 | depends on VIDEO_V4L2 |
Laurent Pinchart | 6998b6f | 2011-10-24 11:53:59 -0300 | [diff] [blame] | 4 | select VIDEOBUF2_VMALLOC |
Laurent Pinchart | 6833c91 | 2008-07-07 23:04:29 -0300 | [diff] [blame] | 5 | ---help--- |
| 6 | Support for the USB Video Class (UVC). Currently only video |
| 7 | input devices, such as webcams, are supported. |
| 8 | |
| 9 | For more information see: <http://linux-uvc.berlios.de/> |
| 10 | |
| 11 | config USB_VIDEO_CLASS_INPUT_EVDEV |
| 12 | bool "UVC input events device support" |
| 13 | default y |
Mauro Carvalho Chehab | 8105981 | 2012-07-06 10:41:53 -0300 | [diff] [blame] | 14 | depends on USB_VIDEO_CLASS |
Randy Dunlap | 82bea20 | 2009-04-06 18:57:55 -0300 | [diff] [blame] | 15 | depends on USB_VIDEO_CLASS=INPUT || INPUT=y |
Laurent Pinchart | 6833c91 | 2008-07-07 23:04:29 -0300 | [diff] [blame] | 16 | ---help--- |
| 17 | This option makes USB Video Class devices register an input device |
| 18 | to report button events. |
| 19 | |
| 20 | If you are in doubt, say Y. |