diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2009-07-19 10:52:58 +0200 |
---|---|---|
committer | Jean-Francois Moine <moinejf@free.fr> | 2009-07-19 10:52:58 +0200 |
commit | 624d36913e55b452914dcaa83e0ff84330bf3ec0 (patch) | |
tree | 630f65d2c4f3fa2849f835f148d7d14bd4510cd9 /linux/drivers/media/video/gspca/Kconfig | |
parent | 2f2fb3516ed879fd5591730ade5d05328d3afaa5 (diff) | |
download | mediapointer-dvb-s2-624d36913e55b452914dcaa83e0ff84330bf3ec0.tar.gz mediapointer-dvb-s2-624d36913e55b452914dcaa83e0ff84330bf3ec0.tar.bz2 |
gspca - sn9c20x: New subdriver for sn9c201 and sn9c202 bridges.
From: Brian Johnson <brijohn@gmail.com>
Priority: high
Signed-off-by: Brian Johnson <brijohn@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 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/linux/drivers/media/video/gspca/Kconfig b/linux/drivers/media/video/gspca/Kconfig index 578dc4ffc..34f46f2bc 100644 --- a/linux/drivers/media/video/gspca/Kconfig +++ b/linux/drivers/media/video/gspca/Kconfig @@ -102,6 +102,22 @@ config USB_GSPCA_PAC7311 To compile this driver as a module, choose M here: the module will be called gspca_pac7311. +config USB_GSPCA_SN9C20X + tristate "SN9C20X USB Camera Driver" + depends on VIDEO_V4L2 && USB_GSPCA + help + Say Y here if you want support for cameras based on the + sn9c20x chips (SN9C201 and SN9C202). + + To compile this driver as a module, choose M here: the + module will be called gspca_sn9c20x. + +config USB_GSPCA_SN9C20X_EVDEV + bool "Enable evdev support" + depends on USB_GSPCA_SN9C20X + ---help--- + Say Y here in order to enable evdev support for sn9c20x webcam button. + config USB_GSPCA_SONIXB tristate "SONIX Bayer USB Camera Driver" depends on VIDEO_V4L2 && USB_GSPCA |