0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config VIDEO_STKWEBCAM
0003 tristate "USB Syntek DC1125 Camera support (DEPRECATED)"
0004 depends on VIDEO_DEV
0005 depends on USB
0006 help
0007 Say Y here if you want to use this type of camera.
0008 Supported devices are typically found in some Asus laptops,
0009 with USB id 174f:a311 and 05e1:0501. Other Syntek cameras
0010 may be supported by the stk11xx driver, from which this is
0011 derived, see <http://sourceforge.net/projects/syntekdriver/>
0012
0013 This driver is deprecated and is scheduled for removal by
0014 the end of 2022. See the TODO file for more information.
0015
0016 To compile this driver as a module, choose M here: the
0017 module will be called stkwebcam.
0018