Commit 9b556953 authored by Javier Martin's avatar Javier Martin Committed by Mauro Carvalho Chehab

[media] mx2_camera: Remove i.mx25 support

i.MX25 support has been broken for several releases
now and nobody seems to care about it.
Signed-off-by: default avatarJavier Martin <javier.martin@vista-silicon.com>
[g.liakhovetski@gmx.de: rebased on top of cpu_is_mx27() removal]
Signed-off-by: default avatarGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 70e176a5
...@@ -70,13 +70,12 @@ config VIDEO_MX2_HOSTSUPPORT ...@@ -70,13 +70,12 @@ config VIDEO_MX2_HOSTSUPPORT
bool bool
config VIDEO_MX2 config VIDEO_MX2
tristate "i.MX27/i.MX25 Camera Sensor Interface driver" tristate "i.MX27 Camera Sensor Interface driver"
depends on VIDEO_DEV && SOC_CAMERA && (MACH_MX27 || (ARCH_MX25 && BROKEN)) depends on VIDEO_DEV && SOC_CAMERA && MACH_MX27
select VIDEOBUF2_DMA_CONTIG select VIDEOBUF2_DMA_CONTIG
select VIDEO_MX2_HOSTSUPPORT select VIDEO_MX2_HOSTSUPPORT
---help--- ---help---
This is a v4l2 driver for the i.MX27 and the i.MX25 Camera Sensor This is a v4l2 driver for the i.MX27 Camera Sensor Interface
Interface
config VIDEO_ATMEL_ISI config VIDEO_ATMEL_ISI
tristate "ATMEL Image Sensor Interface (ISI) support" tristate "ATMEL Image Sensor Interface (ISI) support"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment