diff options
author | Antoine Jacquet <royale@zerezo.com> | 2007-04-27 11:30:59 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-27 14:43:17 -0400 |
commit | b7eee616ad8db5db5441a7d82083003df3ab6d3b (patch) | |
tree | 10cf679ba1ff49a14f335e4147df52a69e9f1ff5 /drivers/media/video/Kconfig | |
parent | a205752d1ad2d37d6597aaae5a56fc396a770868 (diff) |
V4L/DVB (5257): USB: add zr364xx V4L2 driver
This patch adds a V4L2 driver giving support for USB webcams based on the
zr364xx chipsets.
Signed-off-by: Antoine Jacquet <royale@zerezo.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 7a6105153f23..fa0a87679190 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -761,6 +761,18 @@ source "drivers/media/video/zc0301/Kconfig" | |||
761 | 761 | ||
762 | source "drivers/media/video/pwc/Kconfig" | 762 | source "drivers/media/video/pwc/Kconfig" |
763 | 763 | ||
764 | config USB_ZR364XX | ||
765 | tristate "USB ZR364XX Camera support" | ||
766 | depends on USB && VIDEO_V4L2 | ||
767 | ---help--- | ||
768 | Say Y here if you want to connect this type of camera to your | ||
769 | computer's USB port. | ||
770 | See <file:Documentation/video4linux/zr364xx.txt> for more info | ||
771 | and list of supported cameras. | ||
772 | |||
773 | To compile this driver as a module, choose M here: the | ||
774 | module will be called zr364xx. | ||
775 | |||
764 | endmenu # V4L USB devices | 776 | endmenu # V4L USB devices |
765 | 777 | ||
766 | endmenu | 778 | endmenu |