diff options
author | Theodore Kilgore <kilgota@auburn.edu> | 2009-08-03 03:13:23 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-12 11:18:54 -0400 |
commit | 3040b043423c1726a14595d500f6409070b1e722 (patch) | |
tree | ba75dd6b0a17e5d4ce4f11c16b499414f09b976d /drivers/media/video/gspca/Kconfig | |
parent | 9d7530d53d6cd8b50efc8dcecad4febe8ae53fd4 (diff) |
V4L/DVB (12459): gspca - jeilinj: New subdriver for Jeilin chip.
Signed-off-by: Theodore Kilgore <kilgota@auburn.edu>
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/Kconfig')
-rw-r--r-- | drivers/media/video/gspca/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/Kconfig b/drivers/media/video/gspca/Kconfig index f114dd1507c2..e800c22a9a89 100644 --- a/drivers/media/video/gspca/Kconfig +++ b/drivers/media/video/gspca/Kconfig | |||
@@ -47,6 +47,15 @@ config USB_GSPCA_FINEPIX | |||
47 | To compile this driver as a module, choose M here: the | 47 | To compile this driver as a module, choose M here: the |
48 | module will be called gspca_finepix. | 48 | module will be called gspca_finepix. |
49 | 49 | ||
50 | config USB_GSPCA_JEILINJ | ||
51 | tristate "Jeilin JPEG USB V4L2 driver" | ||
52 | depends on VIDEO_V4L2 && USB_GSPCA | ||
53 | help | ||
54 | Say Y here if you want support for cameras based on this Jeilin chip. | ||
55 | |||
56 | To compile this driver as a module, choose M here: the | ||
57 | module will be called gspca_jeilinj. | ||
58 | |||
50 | config USB_GSPCA_MARS | 59 | config USB_GSPCA_MARS |
51 | tristate "Mars USB Camera Driver" | 60 | tristate "Mars USB Camera Driver" |
52 | depends on VIDEO_V4L2 && USB_GSPCA | 61 | depends on VIDEO_V4L2 && USB_GSPCA |