forked from Minki/linux
media: soc_ov772x: remove obsolete sensor driver
This driver got converted to not depend on soc_camera in commit
762c28121d
("media: i2c: ov772x: 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
6f80a5e44e
commit
9a3a49f924
@ -29,12 +29,6 @@ config SOC_CAMERA_OV5642
|
||||
help
|
||||
This is a V4L2 camera driver for the OmniVision OV5642 sensor
|
||||
|
||||
config SOC_CAMERA_OV772X
|
||||
tristate "ov772x camera support"
|
||||
depends on SOC_CAMERA && I2C
|
||||
help
|
||||
This is a ov772x camera driver
|
||||
|
||||
config SOC_CAMERA_OV9740
|
||||
tristate "ov9740 camera support"
|
||||
depends on SOC_CAMERA && I2C
|
||||
|
@ -2,7 +2,6 @@
|
||||
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_OV772X) += soc_ov772x.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
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user