summaryrefslogtreecommitdiff
path: root/drivers/staging/media/hantro/Makefile
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2020-03-20 16:12:54 +0300
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-03-24 19:10:57 +0300
commit8e4aaa68786319ea02ad30e55c1f753bf83418ab (patch)
treeea31b7a545b29315c25aa7ecb09cdb768b2dea33 /drivers/staging/media/hantro/Makefile
parent4e6ea6670242653df66dcfc45f9ea3fc9cfed5a9 (diff)
downloadlinux-8e4aaa68786319ea02ad30e55c1f753bf83418ab.tar.xz
media: hantro: add initial i.MX8MQ support
This enables h.264, MPEG-2, and VP8 decoding on the Hantro G1 on i.MX8MQ, with post-processing support. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/staging/media/hantro/Makefile')
-rw-r--r--drivers/staging/media/hantro/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/media/hantro/Makefile b/drivers/staging/media/hantro/Makefile
index 496b30c3c396..68c29a9c4946 100644
--- a/drivers/staging/media/hantro/Makefile
+++ b/drivers/staging/media/hantro/Makefile
@@ -16,6 +16,9 @@ hantro-vpu-y += \
hantro_mpeg2.o \
hantro_vp8.o
+hantro-vpu-$(CONFIG_VIDEO_HANTRO_IMX8M) += \
+ imx8m_vpu_hw.o
+
hantro-vpu-$(CONFIG_VIDEO_HANTRO_ROCKCHIP) += \
rk3288_vpu_hw.o \
rk3399_vpu_hw.o