[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>
This commit is contained in:
parent
5e7db0389f
commit
98505ff9f2
1 changed files with 0 additions and 8 deletions
|
@ -27,14 +27,10 @@ config VIDEO_MX1
|
||||||
---help---
|
---help---
|
||||||
This is a v4l2 driver for the i.MX1/i.MXL CMOS Sensor Interface
|
This is a v4l2 driver for the i.MX1/i.MXL CMOS Sensor Interface
|
||||||
|
|
||||||
config MX3_VIDEO
|
|
||||||
bool
|
|
||||||
|
|
||||||
config VIDEO_MX3
|
config VIDEO_MX3
|
||||||
tristate "i.MX3x Camera Sensor Interface driver"
|
tristate "i.MX3x Camera Sensor Interface driver"
|
||||||
depends on VIDEO_DEV && MX3_IPU && SOC_CAMERA
|
depends on VIDEO_DEV && MX3_IPU && SOC_CAMERA
|
||||||
select VIDEOBUF2_DMA_CONTIG
|
select VIDEOBUF2_DMA_CONTIG
|
||||||
select MX3_VIDEO
|
|
||||||
---help---
|
---help---
|
||||||
This is a v4l2 driver for the i.MX3x Camera Sensor Interface
|
This is a v4l2 driver for the i.MX3x Camera Sensor Interface
|
||||||
|
|
||||||
|
@ -66,14 +62,10 @@ config VIDEO_OMAP1
|
||||||
---help---
|
---help---
|
||||||
This is a v4l2 driver for the TI OMAP1 camera interface
|
This is a v4l2 driver for the TI OMAP1 camera interface
|
||||||
|
|
||||||
config VIDEO_MX2_HOSTSUPPORT
|
|
||||||
bool
|
|
||||||
|
|
||||||
config VIDEO_MX2
|
config VIDEO_MX2
|
||||||
tristate "i.MX27 Camera Sensor Interface driver"
|
tristate "i.MX27 Camera Sensor Interface driver"
|
||||||
depends on VIDEO_DEV && SOC_CAMERA && MACH_MX27
|
depends on VIDEO_DEV && SOC_CAMERA && MACH_MX27
|
||||||
select VIDEOBUF2_DMA_CONTIG
|
select VIDEOBUF2_DMA_CONTIG
|
||||||
select VIDEO_MX2_HOSTSUPPORT
|
|
||||||
---help---
|
---help---
|
||||||
This is a v4l2 driver for the i.MX27 Camera Sensor Interface
|
This is a v4l2 driver for the i.MX27 Camera Sensor Interface
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue