diff options
| author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
|---|---|---|
| committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
| commit | fcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch) | |
| tree | a57612d1888735a2ec7972891b68c1ac5ec8faea /drivers/media/video/gspca | |
| parent | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff) | |
Diffstat (limited to 'drivers/media/video/gspca')
90 files changed, 76569 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/Kconfig b/drivers/media/video/gspca/Kconfig new file mode 100644 index 00000000000..43d9a20caeb --- /dev/null +++ b/drivers/media/video/gspca/Kconfig | |||
| @@ -0,0 +1,405 @@ | |||
| 1 | menuconfig USB_GSPCA | ||
| 2 | tristate "GSPCA based webcams" | ||
| 3 | depends on VIDEO_V4L2 | ||
| 4 | default m | ||
| 5 | ---help--- | ||
| 6 | Say Y here if you want to enable selecting webcams based | ||
| 7 | on the GSPCA framework. | ||
| 8 | |||
| 9 | See <file:Documentation/video4linux/gspca.txt> for more info. | ||
| 10 | |||
| 11 | This driver uses the Video For Linux API. You must say Y or M to | ||
| 12 | "Video For Linux" to use this driver. | ||
| 13 | |||
| 14 | To compile this driver as modules, choose M here: the | ||
| 15 | module will be called gspca_main. | ||
| 16 | |||
| 17 | |||
| 18 | if USB_GSPCA && VIDEO_V4L2 | ||
| 19 | |||
| 20 | source "drivers/media/video/gspca/m5602/Kconfig" | ||
| 21 | source "drivers/media/video/gspca/stv06xx/Kconfig" | ||
| 22 | source "drivers/media/video/gspca/gl860/Kconfig" | ||
| 23 | |||
| 24 | config USB_GSPCA_BENQ | ||
| 25 | tristate "Benq USB Camera Driver" | ||
| 26 | depends on VIDEO_V4L2 && USB_GSPCA | ||
| 27 | help | ||
| 28 | Say Y here if you want support for the Benq DC E300 camera. | ||
| 29 | |||
| 30 | To compile this driver as a module, choose M here: the | ||
| 31 | module will be called gspca_benq. | ||
| 32 | |||
| 33 | config USB_GSPCA_CONEX | ||
| 34 | tristate "Conexant Camera Driver" | ||
| 35 | depends on VIDEO_V4L2 && USB_GSPCA | ||
| 36 | help | ||
| 37 | Say Y here if you want support for cameras based on the Conexant chip. | ||
| 38 | |||
| 39 | To compile this driver as a module, choose M here: the | ||
| 40 | module will be called gspca_conex. | ||
| 41 | |||
| 42 | config USB_GSPCA_CPIA1 | ||
| 43 | tristate "cpia CPiA (version 1) Camera Driver" | ||
| 44 | depends on VIDEO_V4L2 && USB_GSPCA | ||
| 45 | help | ||
| 46 | Say Y here if you want support for USB cameras based on the cpia | ||
| 47 | CPiA chip. Note that you need atleast version 0.6.4 of libv4l for | ||
| 48 | applications to understand the videoformat generated by this driver. | ||
| 49 | |||
| 50 | To compile this driver as a module, choose M here: the | ||
| 51 | module will be called gspca_cpia1. | ||
| 52 | |||
| 53 | config USB_GSPCA_ETOMS | ||
| 54 | tristate "Etoms USB Camera Driver" | ||
| 55 | depends on VIDEO_V4L2 && USB_GSPCA | ||
| 56 | help | ||
| 57 | Say Y here if you want support for cameras based on the Etoms chip. | ||
| 58 | |||
| 59 | To compile this driver as a module, choose M here: the | ||
| 60 | module will be called gspca_etoms. | ||
| 61 | |||
| 62 | config USB_GSPCA_FINEPIX | ||
| 63 | tristate "Fujifilm FinePix USB V4L2 driver" | ||
| 64 | depends on VIDEO_V4L2 && USB_GSPCA | ||
| 65 | help | ||
| 66 | Say Y here if you want support for cameras based on the FinePix chip. | ||
| 67 | |||
| 68 | To compile this driver as a module, choose M here: the | ||
| 69 | module will be called gspca_finepix. | ||
| 70 | |||
| 71 | config USB_GSPCA_JEILINJ | ||
| 72 | tristate "Jeilin JPEG USB V4L2 driver" | ||
| 73 | depends on VIDEO_V4L2 && USB_GSPCA | ||
