diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2022-08-11 11:17:44 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-08-29 16:42:55 +0200 |
commit | 50f0b24381665ad3233dd586e069e2c3ae7b1d9b (patch) | |
tree | 8ca41d5dde7af3257027e24bd96814fc738f066d /drivers/media/usb/Makefile | |
parent | media: meye: deprecate this driver (diff) | |
download | linux-50f0b24381665ad3233dd586e069e2c3ae7b1d9b.tar.xz linux-50f0b24381665ad3233dd586e069e2c3ae7b1d9b.zip |
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/Makefile')
-rw-r--r-- | drivers/media/usb/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/usb/Makefile b/drivers/media/usb/Makefile index fa8e16ff9b03..7fccc6604b1f 100644 --- a/drivers/media/usb/Makefile +++ b/drivers/media/usb/Makefile @@ -12,7 +12,6 @@ obj-y += s2255/ obj-y += siano/ obj-y += ttusb-budget/ obj-y += ttusb-dec/ -obj-y += zr364xx/ # Please keep it alphabetically sorted by Kconfig name # (e. g. LC_ALL=C sort Makefile) |