summaryrefslogtreecommitdiff
path: root/drivers/staging/media/deprecated/zr364xx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/media/deprecated/zr364xx/Kconfig')
-rw-r--r--drivers/staging/media/deprecated/zr364xx/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/staging/media/deprecated/zr364xx/Kconfig b/drivers/staging/media/deprecated/zr364xx/Kconfig
new file mode 100644
index 000000000000..ea29c9d8dca2
--- /dev/null
+++ b/drivers/staging/media/deprecated/zr364xx/Kconfig
@@ -0,0 +1,18 @@
+# SPDX-License-Identifier: GPL-2.0-only
+config USB_ZR364XX
+ tristate "USB ZR364XX Camera support (DEPRECATED)"
+ depends on USB && VIDEO_DEV
+ select VIDEOBUF_GEN
+ select VIDEOBUF_VMALLOC
+ help
+ Say Y here if you want to connect this type of camera to your
+ computer's USB port.
+ See <file:Documentation/admin-guide/media/zr364xx.rst> for more info
+ and list of supported cameras.
+
+ This driver is deprecated and is scheduled for removal by
+ the beginning of 2023. See the TODO file for more information.
+
+ To compile this driver as a module, choose M here: the
+ module will be called zr364xx.
+