Skip to content

Commit

Permalink
media: soc_tw9910: 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
7b20f32 ("media: i2c: tw9910: 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
1 parent 386a35e commit 4e86952
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1,006 deletions.
6 changes: 0 additions & 6 deletions drivers/media/i2c/soc_camera/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,3 @@ config SOC_CAMERA_RJ54N1
depends on SOC_CAMERA && I2C
help
This is a rj54n1cb0c video driver

config SOC_CAMERA_TW9910
tristate "tw9910 support"
depends on SOC_CAMERA && I2C
help
This is a tw9910 video driver
1 change: 0 additions & 1 deletion drivers/media/i2c/soc_camera/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ obj-$(CONFIG_SOC_CAMERA_MT9V022) += soc_mt9v022.o
obj-$(CONFIG_SOC_CAMERA_OV5642) += soc_ov5642.o
obj-$(CONFIG_SOC_CAMERA_OV9740) += soc_ov9740.o
obj-$(CONFIG_SOC_CAMERA_RJ54N1) += soc_rj54n1cb0c.o
obj-$(CONFIG_SOC_CAMERA_TW9910) += soc_tw9910.o
Loading

0 comments on commit 4e86952

Please sign in to comment.