Commit f47c34be authored by Sakari Ailus's avatar Sakari Ailus Committed by Mauro Carvalho Chehab
Browse files

media: soc_camera: Remove the mt9m001 SoC camera sensor driver



There is a V4L2 sub-device sensor driver for the mt9m001.
There is already a non-soc_camera driver. So, remove the SoC camera
one.

Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent 27b795ad
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
comment "soc_camera sensor drivers"

config SOC_CAMERA_MT9M001
	tristate "mt9m001 support"
	depends on SOC_CAMERA && I2C
	help
	  This driver supports MT9M001 cameras from Micron, monochrome
	  and colour models.

config SOC_CAMERA_MT9M111
	tristate "legacy soc_camera mt9m111, mt9m112 and mt9m131 support"
	depends on SOC_CAMERA && I2C
+0 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_SOC_CAMERA_MT9M001)	+= soc_mt9m001.o
obj-$(CONFIG_SOC_CAMERA_MT9V022)	+= soc_mt9v022.o
obj-$(CONFIG_SOC_CAMERA_OV5642)		+= soc_ov5642.o
obj-$(CONFIG_SOC_CAMERA_OV9740)		+= soc_ov9740.o
+0 −757

File deleted.

Preview size limit exceeded, changes collapsed.