1# SPDX-License-Identifier: GPL-2.0-only 2config VIDEO_STKWEBCAM 3 tristate "USB Syntek DC1125 Camera support (DEPRECATED)" 4 depends on VIDEO_DEV 5 depends on MEDIA_USB_SUPPORT && MEDIA_CAMERA_SUPPORT 6 help 7 Say Y here if you want to use this type of camera. 8 Supported devices are typically found in some Asus laptops, 9 with USB id 174f:a311 and 05e1:0501. Other Syntek cameras 10 may be supported by the stk11xx driver, from which this is 11 derived, see <http://sourceforge.net/projects/syntekdriver/> 12 13 This driver is deprecated and is scheduled for removal by 14 the end of 2022. See the TODO file for more information. 15 16 To compile this driver as a module, choose M here: the 17 module will be called stkwebcam. 18 19