mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +00:00
6b54ee0825
We have some duplicate functionality between the zc0301 and gspca-zc3xx, the sn9c102 and gspca-sonixb + gspca-sonix, and et61x251 and gscpa-etoms drivers. The non gspca versions of these drivers not only show a lot of code duplicty (amongsth each other), as they all copy the same generic usb webcam code instead of using some sort of framework. They also have not seen any updates for more then 2 years, where as the gspca drivers are actively maintained. So it is time for the non gspca versions of these drivers to go away, marking them as deprecated is the first step in this. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
16 lines
469 B
Plaintext
16 lines
469 B
Plaintext
config USB_ZC0301
|
|
tristate "USB ZC0301[P] webcam support (DEPRECATED)"
|
|
depends on VIDEO_V4L2
|
|
default n
|
|
---help---
|
|
This driver is DEPRECATED please use the gspca zc3xx module
|
|
instead.
|
|
|
|
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.
|