mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-31 23:27:20 +00:00

The i.MX93 includes an ISI instance compatible with the imx8-isi driver, but with a different gasket. To prepare for this, make the gasket configuration modular by moving the code to an ops structure. Signed-off-by: Guoniu.zhou <guoniu.zhou@nxp.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
8 lines
307 B
Makefile
8 lines
307 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
imx8-isi-y := imx8-isi-core.o imx8-isi-crossbar.o imx8-isi-gasket.o \
|
|
imx8-isi-hw.o imx8-isi-pipe.o imx8-isi-video.o
|
|
imx8-isi-$(CONFIG_DEBUG_FS) += imx8-isi-debug.o
|
|
imx8-isi-$(CONFIG_VIDEO_IMX8_ISI_M2M) += imx8-isi-m2m.o
|
|
|
|
obj-$(CONFIG_VIDEO_IMX8_ISI) += imx8-isi.o
|