4052fcc7ba
- 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>
11 lines
395 B
Text
11 lines
395 B
Text
config USB_ZC0301
|
|
tristate "USB ZC0301[P] Image Processor and Control Chip support"
|
|
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.
|
|
|
|
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.
|