1# SPDX-License-Identifier: GPL-2.0-only
2config USB_ZR364XX
3	tristate "USB ZR364XX Camera support (DEPRECATED)"
4	depends on USB && 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	  This driver is deprecated and is scheduled for removal by
14	  the beginning of 2023. 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 zr364xx.
18
19