diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-09 16:27:54 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-09 16:27:54 -0300 |
commit | 9c3c5a718fce00294e192f6d722db93fd60e0006 (patch) | |
tree | d936ba8ac75becf7386e153c5488ab82dd94c46a /linux/drivers/media/video/zc0301/Kconfig | |
parent | 94d6b250a4e096977c6e3c22b3a9a8a10b436829 (diff) | |
download | mediapointer-dvb-s2-9c3c5a718fce00294e192f6d722db93fd60e0006.tar.gz mediapointer-dvb-s2-9c3c5a718fce00294e192f6d722db93fd60e0006.tar.bz2 |
Added module zc0301 in V4L tree
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/zc0301/Kconfig')
-rw-r--r-- | linux/drivers/media/video/zc0301/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/linux/drivers/media/video/zc0301/Kconfig b/linux/drivers/media/video/zc0301/Kconfig new file mode 100644 index 000000000..115833e4f --- /dev/null +++ b/linux/drivers/media/video/zc0301/Kconfig @@ -0,0 +1,11 @@ +config USB_ZC0301 + tristate "USB ZC0301 Image Processor and Control Chip support" + depends on USB && VIDEO_V4L1 + ---help--- + Say Y here if you want support for cameras based on the ZC0301 + Image Processor and Control Chip. + + See <file:Documentation/video4linux/zc0301.txt> for more info. + + To compile this driver as a module, choose M here: the + module will be called zc0301. |