mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 19:31:53 +00:00
cd41e28e2d
V4L1 API is depreciated and should be removed soon from kernel. This patch adds two new options, one to disable V4L1 drivers, and another to disable V4L1 compat module. This way, it would be easy to check what still depends on V4L1 stuff, allowing also to test if app works fine with V4L2 only support. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
12 lines
386 B
Plaintext
12 lines
386 B
Plaintext
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.
|