media: soc_mt9t112: remove obsolete sensor driver
This driver got converted to not depend on soc_camera in commit
6a26f141bf
("media: i2c: mt9t112: Remove soc_camera dependencies").
There's no sense in keeping the old version there.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
341fe1d301
commit
6f80a5e44e
|
@ -17,12 +17,6 @@ config SOC_CAMERA_MT9M111
|
|||
This is the legacy configuration which shouldn't be used anymore,
|
||||
while VIDEO_MT9M111 should be used instead.
|
||||
|
||||
config SOC_CAMERA_MT9T112
|
||||
tristate "mt9t112 support"
|
||||
depends on SOC_CAMERA && I2C
|
||||
help
|
||||
This driver supports MT9T112 cameras from Aptina.
|
||||
|
||||
config SOC_CAMERA_MT9V022
|
||||
tristate "mt9v022 and mt9v024 support"
|
||||
depends on SOC_CAMERA && I2C
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
obj-$(CONFIG_SOC_CAMERA_MT9M001) += soc_mt9m001.o
|
||||
obj-$(CONFIG_SOC_CAMERA_MT9T112) += soc_mt9t112.o
|
||||
obj-$(CONFIG_SOC_CAMERA_MT9V022) += soc_mt9v022.o
|
||||
obj-$(CONFIG_SOC_CAMERA_OV5642) += soc_ov5642.o
|
||||
obj-$(CONFIG_SOC_CAMERA_OV772X) += soc_ov772x.o
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue