diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2009-08-03 09:13:23 +0200 |
---|---|---|
committer | Jean-Francois Moine <moinejf@free.fr> | 2009-08-03 09:13:23 +0200 |
commit | a692c68699d6ba2a72b200dac53a34a8f5d889a2 (patch) | |
tree | 6d86978ff7eb4fb4d11ae4f6eb8a33c44d2e2d38 /linux/drivers/media/video/gspca/Kconfig | |
parent | 797d74746b7e94cbcd14b03b00bc7c467834ce07 (diff) | |
download | mediapointer-dvb-s2-a692c68699d6ba2a72b200dac53a34a8f5d889a2.tar.gz mediapointer-dvb-s2-a692c68699d6ba2a72b200dac53a34a8f5d889a2.tar.bz2 |
gspca - jeilinj: New subdriver for Jeilin chip.
From: Theodore Kilgore <kilgota@auburn.edu>
Priority: normal
Signed-off-by: Theodore Kilgore <kilgota@auburn.edu>
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 a14561956..c9166e543 100644 --- a/linux/drivers/media/video/gspca/Kconfig +++ b/linux/drivers/media/video/gspca/Kconfig @@ -47,6 +47,15 @@ config USB_GSPCA_FINEPIX To compile this driver as a module, choose M here: the module will be called gspca_finepix. +config USB_GSPCA_JEILINJ + tristate "Jeilin JPEG USB V4L2 driver" + depends on VIDEO_V4L2 && USB_GSPCA + help + Say Y here if you want support for cameras based on this Jeilin chip. + + To compile this driver as a module, choose M here: the + module will be called gspca_jeilinj. + config USB_GSPCA_MARS tristate "Mars USB Camera Driver" depends on VIDEO_V4L2 && USB_GSPCA |