mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 10:39:23 +07:00
f304562ed3
The sh_mobile_csi2 isn't used anymore (was it ever?), so remove it. Especially since the soc-camera framework is being deprecated. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
13 lines
561 B
Makefile
13 lines
561 B
Makefile
obj-$(CONFIG_SOC_CAMERA) += soc_camera.o soc_mediabus.o
|
|
obj-$(CONFIG_SOC_CAMERA_SCALE_CROP) += soc_scale_crop.o
|
|
|
|
# a platform subdevice driver stub, allowing to support cameras by adding a
|
|
# couple of callback functions to the board code
|
|
obj-$(CONFIG_SOC_CAMERA_PLATFORM) += soc_camera_platform.o
|
|
|
|
# soc-camera host drivers have to be linked after camera drivers
|
|
obj-$(CONFIG_VIDEO_ATMEL_ISI) += atmel-isi.o
|
|
obj-$(CONFIG_VIDEO_PXA27x) += pxa_camera.o
|
|
obj-$(CONFIG_VIDEO_SH_MOBILE_CEU) += sh_mobile_ceu_camera.o
|
|
obj-$(CONFIG_VIDEO_RCAR_VIN_OLD) += rcar_vin.o
|