diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-18 22:42:37 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-18 22:42:37 -0200 |
commit | 83d9de51345a21cef7ad6938c56d193634d7b9b1 (patch) | |
tree | b460895bde86a06ff5ea7d3a6d3b5946008b2876 /linux/drivers/media/video/Kconfig | |
parent | 14f8694a006fc440ea2f5f18aaefd3ff7d98e313 (diff) | |
download | mediapointer-dvb-s2-83d9de51345a21cef7ad6938c56d193634d7b9b1.tar.gz mediapointer-dvb-s2-83d9de51345a21cef7ad6938c56d193634d7b9b1.tar.bz2 |
USB: add zr364xx V4L2 driver
From: Antoine Jacquet <royale@zerezo.com>
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 'linux/drivers/media/video/Kconfig')
-rw-r--r-- | linux/drivers/media/video/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/linux/drivers/media/video/Kconfig b/linux/drivers/media/video/Kconfig index 7a6105153..fa0a87679 100644 --- a/linux/drivers/media/video/Kconfig +++ b/linux/drivers/media/video/Kconfig @@ -761,6 +761,18 @@ source "drivers/media/video/zc0301/Kconfig" source "drivers/media/video/pwc/Kconfig" +config USB_ZR364XX + tristate "USB ZR364XX Camera support" + depends on USB && VIDEO_V4L2 + ---help--- + Say Y here if you want to connect this type of camera to your + computer's USB port. + See <file:Documentation/video4linux/zr364xx.txt> for more info + and list of supported cameras. + + To compile this driver as a module, choose M here: the + module will be called zr364xx. + endmenu # V4L USB devices endmenu |