diff options
Diffstat (limited to 'drivers/media/video/gspca/Kconfig')
-rw-r--r-- | drivers/media/video/gspca/Kconfig | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/drivers/media/video/gspca/Kconfig b/drivers/media/video/gspca/Kconfig index 824e95a3d889..561bab0874ce 100644 --- a/drivers/media/video/gspca/Kconfig +++ b/drivers/media/video/gspca/Kconfig | |||
@@ -95,15 +95,25 @@ config USB_GSPCA_OV519 | |||
95 | module will be called gspca_ov519. | 95 | module will be called gspca_ov519. |
96 | 96 | ||
97 | config USB_GSPCA_OV534 | 97 | config USB_GSPCA_OV534 |
98 | tristate "OV534 USB Camera Driver" | 98 | tristate "OV534 OV772x USB Camera Driver" |
99 | depends on VIDEO_V4L2 && USB_GSPCA | 99 | depends on VIDEO_V4L2 && USB_GSPCA |
100 | help | 100 | help |
101 | Say Y here if you want support for cameras based on the OV534 chip. | 101 | Say Y here if you want support for cameras based on the OV534 chip |
102 | (e.g. Sony Playstation EYE) | 102 | and sensor OV772x (e.g. Sony Playstation EYE) |
103 | 103 | ||
104 | To compile this driver as a module, choose M here: the | 104 | To compile this driver as a module, choose M here: the |
105 | module will be called gspca_ov534. | 105 | module will be called gspca_ov534. |
106 | 106 | ||
107 | config USB_GSPCA_OV534_9 | ||
108 | tristate "OV534 OV965x USB Camera Driver" | ||
109 | depends on VIDEO_V4L2 && USB_GSPCA | ||
110 | help | ||
111 | Say Y here if you want support for cameras based on the OV534 chip | ||
112 | and sensor OV965x (e.g. Hercules Dualpix) | ||
113 | |||
114 | To compile this driver as a module, choose M here: the | ||
115 | module will be called gspca_ov534_9. | ||
116 | |||
107 | config USB_GSPCA_PAC207 | 117 | config USB_GSPCA_PAC207 |
108 | tristate "Pixart PAC207 USB Camera Driver" | 118 | tristate "Pixart PAC207 USB Camera Driver" |
109 | depends on VIDEO_V4L2 && USB_GSPCA | 119 | depends on VIDEO_V4L2 && USB_GSPCA |