aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/soc_camera/Makefile
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2016-02-23 13:39:10 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-03-03 07:54:42 -0300
commit5ed08a8649ddb95860fcf6d8d2e0f34b338043a5 (patch)
tree8e2c2c908222aaab86c7f29fff4dbce49e988ff1 /drivers/media/platform/soc_camera/Makefile
parent[media] soc_camera/mx2_camera.c: move to staging in preparation, for removal (diff)
downloadlinux-dev-5ed08a8649ddb95860fcf6d8d2e0f34b338043a5.tar.xz
linux-dev-5ed08a8649ddb95860fcf6d8d2e0f34b338043a5.zip
[media] soc_camera/mx3_camera.c: move to staging in preparation, for removal
This driver is deprecated: it should become a stand-alone driver instead of using the soc-camera framework. Unless someone is willing to take this on (unlikely with such ancient hardware) it is going to be removed from the kernel soon. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/platform/soc_camera/Makefile')
-rw-r--r--drivers/media/platform/soc_camera/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/platform/soc_camera/Makefile b/drivers/media/platform/soc_camera/Makefile
index dad56b9fa01e..7ee71ae231c7 100644
--- a/drivers/media/platform/soc_camera/Makefile
+++ b/drivers/media/platform/soc_camera/Makefile
@@ -7,7 +7,6 @@ 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_MX3) += mx3_camera.o
obj-$(CONFIG_VIDEO_PXA27x) += pxa_camera.o
obj-$(CONFIG_VIDEO_SH_MOBILE_CEU) += sh_mobile_ceu_camera.o
obj-$(CONFIG_VIDEO_SH_MOBILE_CSI2) += sh_mobile_csi2.o