Skip to content

Commit

Permalink
media: soc_mt9t112: remove obsolete sensor driver
Browse files Browse the repository at this point in the history
This driver got converted to not depend on soc_camera in commit
6a26f14 ("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>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jan 21, 2019

Unverified

No user is associated with the committer email.
1 parent 341fe1d commit 6f80a5e
Showing 3 changed files with 0 additions and 1,164 deletions.
6 changes: 0 additions & 6 deletions drivers/media/i2c/soc_camera/Kconfig
Original file line number Diff line number Diff line change
@@ -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 change: 0 additions & 1 deletion drivers/media/i2c/soc_camera/Makefile
Original file line number Diff line number Diff line change
@@ -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
1,157 changes: 0 additions & 1,157 deletions drivers/media/i2c/soc_camera/soc_mt9t112.c

This file was deleted.

0 comments on commit 6f80a5e

Please sign in to comment.