diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2009-01-16 09:36:14 +0100 |
---|---|---|
committer | Jean-Francois Moine <moinejf@free.fr> | 2009-01-16 09:36:14 +0100 |
commit | f849265ace360a44941e106a3a0b6072f422df40 (patch) | |
tree | fb14e39e299a7c7e8e0ec774581c74b8c0ba2810 /linux/drivers/media/video/gspca/Kconfig | |
parent | cbcab20c894ef4986a6dc8fd9797c6fa83fcd249 (diff) | |
download | mediapointer-dvb-s2-f849265ace360a44941e106a3a0b6072f422df40.tar.gz mediapointer-dvb-s2-f849265ace360a44941e106a3a0b6072f422df40.tar.bz2 |
gspca - mr97310a: New subdriver.
From: Kyle Guinn <elyk03@gmail.com>
This patch adds support for USB webcams based on the MR97310A chip. It was
tested with an Aiptek PenCam VGA+ webcam.
Priority: normal
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Diffstat (limited to 'linux/drivers/media/video/gspca/Kconfig')
-rw-r--r-- | linux/drivers/media/video/gspca/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linux/drivers/media/video/gspca/Kconfig b/linux/drivers/media/video/gspca/Kconfig index ee6a691df..11c5d2fc2 100644 --- a/linux/drivers/media/video/gspca/Kconfig +++ b/linux/drivers/media/video/gspca/Kconfig @@ -56,6 +56,15 @@ config USB_GSPCA_MARS To compile this driver as a module, choose M here: the module will be called gspca_mars. +config USB_GSPCA_MR97310A + tristate "Mars-Semi MR97310A USB Camera Driver" + depends on VIDEO_V4L2 && USB_GSPCA + help + Say Y here if you want support for cameras based on the MR97310A chip. + + To compile this driver as a module, choose M here: the + module will be called gspca_mr97310a. + config USB_GSPCA_OV519 tristate "OV519 USB Camera Driver" depends on VIDEO_V4L2 && USB_GSPCA |