summaryrefslogtreecommitdiff
path: root/drivers/staging/media/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-05-31 17:27:09 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-06-02 11:17:03 +0200
commit989cf18ed08f8b6efd1d1592d1d0108fa09b98f5 (patch)
tree340fcfed6e84b0e198fdd4adf1dd984b275f4333 /drivers/staging/media/Makefile
parentde646852cdadf7da2267e06297f7f6fe22dfb899 (diff)
media: av7110: move driver to staging
This driver is really old, from devices that aren't manufactured anymore for more than a decade. Also, the decoder supports only MPEG2, with is not compatible with several modern DVB streams. It is also the only upstream driver relying on the DVB "full-featured" API. Some changes at the frontend drivers seem to have broken it without anybody noticing. Due to that, it sounds it is time to retire the driver for good. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/staging/media/Makefile')
-rw-r--r--drivers/staging/media/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/media/Makefile b/drivers/staging/media/Makefile
index 716929a1a313..5b5afc5b03a0 100644
--- a/drivers/staging/media/Makefile
+++ b/drivers/staging/media/Makefile
@@ -10,3 +10,4 @@ obj-$(CONFIG_TEGRA_VDE) += tegra-vde/
obj-$(CONFIG_VIDEO_HANTRO) += hantro/
obj-$(CONFIG_VIDEO_IPU3_IMGU) += ipu3/
obj-$(CONFIG_VIDEO_ZORAN) += zoran/
+obj-$(CONFIG_DVB_AV7110) += av7110/