summaryrefslogtreecommitdiff
path: root/drivers/media/usb/zr364xx/Kconfig
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil-cisco@xs4all.nl>2022-08-11 11:17:44 +0200
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-08-29 16:42:55 +0200
commit50f0b24381665ad3233dd586e069e2c3ae7b1d9b (patch)
tree8ca41d5dde7af3257027e24bd96814fc738f066d /drivers/media/usb/zr364xx/Kconfig
parent9a97cc155cc75571db72adf6992d11aa1de0c83a (diff)
media: zr364xx: deprecate this driver
Deprecate the zr364xx driver. This driver does not use the vb2 framework for video streaming, instead it uses the old videobuf framework. We want to get rid of these old drivers, so deprecated it for future removal. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/usb/zr364xx/Kconfig')
-rw-r--r--drivers/media/usb/zr364xx/Kconfig15
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/media/usb/zr364xx/Kconfig b/drivers/media/usb/zr364xx/Kconfig
deleted file mode 100644
index a9fb02566c4b..000000000000
--- a/drivers/media/usb/zr364xx/Kconfig
+++ /dev/null
@@ -1,15 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0-only
-config USB_ZR364XX
- tristate "USB ZR364XX Camera support"
- depends on 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.
-
- To compile this driver as a module, choose M here: the
- module will be called zr364xx.
-