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>
11 lines
371 B
Text
11 lines
371 B
Text
config USB_M5602
|
|
tristate "USB ALi m5602 Webcam support"
|
|
depends on VIDEO_V4L2 && USB_GSPCA
|
|
help
|
|
Say Y here if you want support for cameras based on the
|
|
ALi m5602 connected to various image sensors.
|
|
|
|
See <file:Documentation/video4linux/m5602.txt> for more info.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called gspca-m5602.
|