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