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