summaryrefslogtreecommitdiff
path: root/drivers/staging/media/Kconfig
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil-cisco@xs4all.nl>2023-01-10 10:49:14 +0100
committerMauro Carvalho Chehab <mchehab@kernel.org>2023-01-22 09:56:18 +0100
commit3673237b62a845e49c3e55e8fdbabb20178429a7 (patch)
tree605a3b7a15446fa8af26563b3084157b74e1f88a /drivers/staging/media/Kconfig
parentaa68bf90a6288aeed02937523328740c07d14043 (diff)
media: zr364xx: remove deprecated driver
The zr364xx driver does not use the vb2 framework for streaming video, instead it uses the old vb1 framework and nobody stepped in to convert this driver to vb2. The hardware is very old, so the decision was made to remove it altogether since we want to get rid of the old vb1 framework. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/staging/media/Kconfig')
-rw-r--r--drivers/staging/media/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/media/Kconfig b/drivers/staging/media/Kconfig
index d1c7e7597a10..57699d4fc232 100644
--- a/drivers/staging/media/Kconfig
+++ b/drivers/staging/media/Kconfig
@@ -55,7 +55,6 @@ source "drivers/staging/media/deprecated/atmel/Kconfig"
source "drivers/staging/media/deprecated/saa7146/Kconfig"
source "drivers/staging/media/deprecated/tm6000/Kconfig"
source "drivers/staging/media/deprecated/vpfe_capture/Kconfig"
-source "drivers/staging/media/deprecated/zr364xx/Kconfig"
endif
endif