xref: /linux/drivers/media/usb/s2255/Kconfig (revision 96ac6d435100450f0565708d9b885ea2a7400e0a)
1# SPDX-License-Identifier: GPL-2.0-only
2config USB_S2255
3	tristate "USB Sensoray 2255 video capture device"
4	depends on VIDEO_V4L2
5	select VIDEOBUF2_VMALLOC
6	default n
7	help
8	  Say Y here if you want support for the Sensoray 2255 USB device.
9	  This driver can be compiled as a module, called s2255drv.
10
11