You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
[media] media: mx1_camera: Remove driver
That driver hasn't been really maintained for a long time. It doesn't compile in any way, it includes non-existent headers, has no users, and marked as "BROKEN" more than year. Due to these factors, mx1_camera is now removed from the tree. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
0b91199984
commit
90b055898e
@@ -17,19 +17,6 @@ config SOC_CAMERA_PLATFORM
|
||||
help
|
||||
This is a generic SoC camera platform driver, useful for testing
|
||||
|
||||
config MX1_VIDEO
|
||||
bool
|
||||
|
||||
config VIDEO_MX1
|
||||
tristate "i.MX1/i.MXL CMOS Sensor Interface driver"
|
||||
depends on BROKEN
|
||||
depends on VIDEO_DEV && ARCH_MX1 && SOC_CAMERA
|
||||
select FIQ
|
||||
select VIDEOBUF_DMA_CONTIG
|
||||
select MX1_VIDEO
|
||||
---help---
|
||||
This is a v4l2 driver for the i.MX1/i.MXL CMOS Sensor Interface
|
||||
|
||||
config VIDEO_MX3
|
||||
tristate "i.MX3x Camera Sensor Interface driver"
|
||||
depends on VIDEO_DEV && MX3_IPU && SOC_CAMERA
|
||||
|
||||
@@ -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_MX1) += mx1_camera.o
|
||||
obj-$(CONFIG_VIDEO_MX2) += mx2_camera.o
|
||||
obj-$(CONFIG_VIDEO_MX3) += mx3_camera.o
|
||||
obj-$(CONFIG_VIDEO_OMAP1) += omap1_camera.o
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user