Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle'
[deliverable/linux.git] / drivers / media / platform / soc_camera / Makefile
1 obj-$(CONFIG_SOC_CAMERA) += soc_camera.o soc_mediabus.o
2 obj-$(CONFIG_SOC_CAMERA_SCALE_CROP) += soc_scale_crop.o
3
4 # a platform subdevice driver stub, allowing to support cameras by adding a
5 # couple of callback functions to the board code
6 obj-$(CONFIG_SOC_CAMERA_PLATFORM) += soc_camera_platform.o
7
8 # soc-camera host drivers have to be linked after camera drivers
9 obj-$(CONFIG_VIDEO_ATMEL_ISI) += atmel-isi.o
10 obj-$(CONFIG_VIDEO_PXA27x) += pxa_camera.o
11 obj-$(CONFIG_VIDEO_SH_MOBILE_CEU) += sh_mobile_ceu_camera.o
12 obj-$(CONFIG_VIDEO_SH_MOBILE_CSI2) += sh_mobile_csi2.o
13 obj-$(CONFIG_VIDEO_RCAR_VIN) += rcar_vin.o
This page took 0.037328 seconds and 5 git commands to generate.