1# SPDX-License-Identifier: GPL-2.0-only 2config USB_ZR364XX 3 tristate "USB ZR364XX Camera support" 4 depends on VIDEO_DEV 5 select VIDEOBUF_GEN 6 select VIDEOBUF_VMALLOC 7 help 8 Say Y here if you want to connect this type of camera to your 9 computer's USB port. 10 See <file:Documentation/admin-guide/media/zr364xx.rst> for more info 11 and list of supported cameras. 12 13 To compile this driver as a module, choose M here: the 14 module will be called zr364xx. 15 16