mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-09-03 02:16:09 +02:00

move imx95 vpu code to the directory mxc/vpu, it's based on the following commit of linux-2.6-testbuild: commit bf91eb171538 ("media: wave6: vpu: initialize v4l2 driver") driver version is 1.3.6 change the config to CONFIG_MXC_VIDEO_WAVE6 change the compatible to fsl,cnm633c-vpu to be removed from path mxc/vpu after the wave6 vpu driver upstreamed. Signed-off-by: Ming Qian <ming.qian@nxp.com> Reviewed-by: TaoJiang <tao.jiang_2@nxp.com>
172 B
172 B
Makefile for the VPU drivers.
obj-y += wave6/
obj-$(CONFIG_MXC_VPU) += mxc_vpu.o
ifeq ($(CONFIG_MXC_VPU_DEBUG),y) EXTRA_CFLAGS += -DDEBUG endif