diff options
| author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-07 23:04:29 +0000 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-07 23:04:29 +0000 |
| commit | 4973fcaea035ae074ba9aa1c5bbbaa92e1b1720c (patch) | |
| tree | b8ce4cdd81a9ad16b05771e02389297a6a342ab6 /linux/drivers/media/video/Kconfig | |
| parent | c13f70467621e2c352f93b336b382e70ea24d218 (diff) | |
| download | mediapointer-dvb-s2-4973fcaea035ae074ba9aa1c5bbbaa92e1b1720c.tar.gz mediapointer-dvb-s2-4973fcaea035ae074ba9aa1c5bbbaa92e1b1720c.tar.bz2 | |
uvcvideo: Make input device support optional
From: Laurent Pinchart <laurent.pinchart@skynet.be>
UVC devices can report button events. The uvcvideo driver depends on
CONFIG_INPUT to report events to the input layer. This patch removes the hard
dependency by introducing a new CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV option.
Signed-off-by: Laurent Pinchart <laurent.pinchart@skynet.be>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/Kconfig')
| -rw-r--r-- | linux/drivers/media/video/Kconfig | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/linux/drivers/media/video/Kconfig b/linux/drivers/media/video/Kconfig index adb82dc0f..45c90b8bc 100644 --- a/linux/drivers/media/video/Kconfig +++ b/linux/drivers/media/video/Kconfig @@ -793,15 +793,9 @@ 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. +source "drivers/media/video/uvc/Kconfig" - For more information see: <http://linux-uvc.berlios.de/> - -source "drivers/media/video/gspca/Kconfig" +source "drivers/media/video/gspca/Kconfig" source "drivers/media/video/pvrusb2/Kconfig" |
