mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
c2a6a07afe
This patch adds CIO2 CSI-2 device driver for Intel's IPU3 camera sub-system support. Signed-off-by: Yong Zhi <yong.zhi@intel.com> Signed-off-by: Hyungwoo Yang <hyungwoo.yang@intel.com> Signed-off-by: Rajmohan Mani <rajmohan.mani@intel.com> Signed-off-by: Vijaykumar Ramya <ramya.vijaykumar@intel.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
37 lines
903 B
Makefile
37 lines
903 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the kernel multimedia device drivers.
|
|
#
|
|
|
|
obj-y += ttpci/ \
|
|
b2c2/ \
|
|
pluto2/ \
|
|
dm1105/ \
|
|
pt1/ \
|
|
pt3/ \
|
|
mantis/ \
|
|
ngene/ \
|
|
ddbridge/ \
|
|
saa7146/ \
|
|
smipcie/ \
|
|
netup_unidvb/ \
|
|
intel/
|
|
|
|
obj-$(CONFIG_VIDEO_IVTV) += ivtv/
|
|
obj-$(CONFIG_VIDEO_ZORAN) += zoran/
|
|
obj-$(CONFIG_VIDEO_CX18) += cx18/
|
|
obj-$(CONFIG_VIDEO_CX23885) += cx23885/
|
|
obj-$(CONFIG_VIDEO_CX25821) += cx25821/
|
|
obj-$(CONFIG_VIDEO_CX88) += cx88/
|
|
obj-$(CONFIG_VIDEO_BT848) += bt8xx/
|
|
obj-$(CONFIG_VIDEO_SAA7134) += saa7134/
|
|
obj-$(CONFIG_VIDEO_SAA7164) += saa7164/
|
|
obj-$(CONFIG_VIDEO_TW68) += tw68/
|
|
obj-$(CONFIG_VIDEO_TW686X) += tw686x/
|
|
obj-$(CONFIG_VIDEO_DT3155) += dt3155/
|
|
obj-$(CONFIG_VIDEO_MEYE) += meye/
|
|
obj-$(CONFIG_STA2X11_VIP) += sta2x11/
|
|
obj-$(CONFIG_VIDEO_SOLO6X10) += solo6x10/
|
|
obj-$(CONFIG_VIDEO_COBALT) += cobalt/
|
|
obj-$(CONFIG_VIDEO_TW5864) += tw5864/
|