aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-04-09 05:15:58 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-06-21 12:09:52 -0400
commit98505ff9f2fa1a1b33d90d39ab76a54a3b189ee2 (patch)
tree3ea03d2473b8251fb09e78e15254e4f1cd53aa76
parent5e7db0389fd05ba8721df3978b76156917cb4256 (diff)
[media] soc-camera: remove two unused configs
The last users of Kconfig symbols MX3_VIDEO and VIDEO_MX2_HOSTSUPPORT were removed in v3.2. Their Kconfig entries can be removed now. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/platform/soc_camera/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/media/platform/soc_camera/Kconfig b/drivers/media/platform/soc_camera/Kconfig
index b139b525bb16..ffd00106b205 100644
--- a/drivers/media/platform/soc_camera/Kconfig
+++ b/drivers/media/platform/soc_camera/Kconfig
@@ -27,14 +27,10 @@ config VIDEO_MX1
27 ---help--- 27 ---help---
28 This is a v4l2 driver for the i.MX1/i.MXL CMOS Sensor Interface 28 This is a v4l2 driver for the i.MX1/i.MXL CMOS Sensor Interface
29 29
30config MX3_VIDEO
31 bool
32
33config VIDEO_MX3 30config VIDEO_MX3
34 tristate "i.MX3x Camera Sensor Interface driver" 31 tristate "i.MX3x Camera Sensor Interface driver"
35 depends on VIDEO_DEV && MX3_IPU && SOC_CAMERA 32 depends on VIDEO_DEV && MX3_IPU && SOC_CAMERA
36 select VIDEOBUF2_DMA_CONTIG 33 select VIDEOBUF2_DMA_CONTIG
37 select MX3_VIDEO
38 ---help--- 34 ---help---
39 This is a v4l2 driver for the i.MX3x Camera Sensor Interface 35 This is a v4l2 driver for the i.MX3x Camera Sensor Interface
40 36
@@ -66,14 +62,10 @@ config VIDEO_OMAP1
66 ---help--- 62 ---help---
67 This is a v4l2 driver for the TI OMAP1 camera interface 63 This is a v4l2 driver for the TI OMAP1 camera interface
68 64
69config VIDEO_MX2_HOSTSUPPORT
70 bool
71
72config VIDEO_MX2 65config VIDEO_MX2
73 tristate "i.MX27 Camera Sensor Interface driver" 66 tristate "i.MX27 Camera Sensor Interface driver"
74 depends on VIDEO_DEV && SOC_CAMERA && MACH_MX27 67 depends on VIDEO_DEV && SOC_CAMERA && MACH_MX27
75 select VIDEOBUF2_DMA_CONTIG 68 select VIDEOBUF2_DMA_CONTIG
76 select VIDEO_MX2_HOSTSUPPORT
77 ---help--- 69 ---help---
78 This is a v4l2 driver for the i.MX27 Camera Sensor Interface 70 This is a v4l2 driver for the i.MX27 Camera Sensor Interface
79 71