c109f8168f
This patch adds support for the ALi m5602 usb bridge and is based on the gspca framework. It contains code for communicating with 5 different sensors: OmniVision OV9650, Pixel Plus PO1030, Samsung S5K83A, S5K4AA and finally Micron MT9M111. Signed-off-by: Erik Andren <erik.andren@gmail.com> Signed-off-by: Jean-Francois Moine <moinejf@free.fr> [mchehab@redhat.com: fix m5602/Makefile] [mchehab@redhat.com: extern debug caused conflicts. Renamed to m5602_debug] Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
16 lines
463 B
Text
16 lines
463 B
Text
config USB_GSPCA
|
|
tristate "USB GSPCA driver"
|
|
depends on VIDEO_V4L2
|
|
---help---
|
|
Say Y here if you want support for various USB webcams.
|
|
|
|
See <file:Documentation/video4linux/gspca.txt> for more info.
|
|
|
|
This driver uses the Video For Linux API. You must say Y or M to
|
|
"Video For Linux" to use this driver.
|
|
|
|
To compile this driver as modules, choose M here: the
|
|
modules will be called gspca_xxxx.
|
|
|
|
source "drivers/media/video/gspca/m5602/Kconfig"
|
|
|