summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/zc0301/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-06-13 15:11:15 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-06-13 15:11:15 -0300
commit35133745a136eb4cdf08bd6095e5ab2c0d7d6c07 (patch)
tree38f7dfcc17baa1e2f8faffe693e025d54034973b /linux/drivers/media/video/zc0301/Kconfig
parent791ffeb7445afcd84028999dbf26c243d918bd77 (diff)
downloadmediapointer-dvb-s2-35133745a136eb4cdf08bd6095e5ab2c0d7d6c07.tar.gz
mediapointer-dvb-s2-35133745a136eb4cdf08bd6095e5ab2c0d7d6c07.tar.bz2
ZC0301 driver updates
From: Luca Risolia <luca.risolia@studio.unibo.it> - Make the driver depend on V4L2 only (KConfig) - Better and safe locking mechanism of the device structure on open(), close() and disconnect() - Use kref for handling device deallocation - Generic cleanups Signed-off-by: Luca Risolia <luca.risolia@studio.unibo.it> 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/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/zc0301/Kconfig b/linux/drivers/media/video/zc0301/Kconfig
index 47cd93f9c..edb00293c 100644
--- a/linux/drivers/media/video/zc0301/Kconfig
+++ b/linux/drivers/media/video/zc0301/Kconfig
@@ -1,6 +1,6 @@
config USB_ZC0301
tristate "USB ZC0301[P] Image Processor and Control Chip support"
- depends on VIDEO_V4L1
+ depends on VIDEO_V4L2
---help---
Say Y here if you want support for cameras based on the ZC0301 or
ZC0301P Image Processors and Control Chips.