mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 19:31:53 +00:00
577bbf23b7
The older CSI drivers have camera capture interface different from the one in the newer ones. This IP is pretty simple. Some variants (one controller out of two instances on some SoCs) have an ISP embedded, but there's no code that make use of it, so we ignored that part for now. [Sakari Ailus: Wrapped a few long lines, set mbus code using a macro.] Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
6 lines
128 B
Makefile
6 lines
128 B
Makefile
sun4i-csi-y += sun4i_csi.o
|
|
sun4i-csi-y += sun4i_dma.o
|
|
sun4i-csi-y += sun4i_v4l2.o
|
|
|
|
obj-$(CONFIG_VIDEO_SUN4I_CSI) += sun4i-csi.o
|