Skip to content

Commit b8e277b

Browse files
jwrdegoedemchehab
authored andcommitted
media: atomisp: Drop atomisp-ov2680 sensor driver
After recent improvements to atomisp and the standard ov2680 sensor driver, the atomisp driver now works fine with the standard ov2680 driver. Drop the no longer necessary atomisp specific atomisp-ov2680 sensor driver. Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent ca3bd13 commit b8e277b

File tree

4 files changed

+0
-1015
lines changed

4 files changed

+0
-1015
lines changed

drivers/staging/media/atomisp/i2c/Kconfig

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,6 @@ config VIDEO_ATOMISP_GC0310
5757
This is a Video4Linux2 sensor-level driver for the Galaxycore
5858
GC0310 0.3MP sensor.
5959

60-
config VIDEO_ATOMISP_OV2680
61-
tristate "Omnivision OV2680 sensor support"
62-
depends on ACPI
63-
depends on I2C && VIDEO_DEV
64-
select V4L2_CCI_I2C
65-
help
66-
This is a Video4Linux2 sensor-level driver for the Omnivision
67-
OV2680 raw camera.
68-
69-
ov2680 is a 2M raw sensor.
70-
71-
It currently only works with the atomisp driver.
72-
7360
config VIDEO_ATOMISP_OV5693
7461
tristate "Omnivision ov5693 sensor support"
7562
depends on ACPI

drivers/staging/media/atomisp/i2c/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ obj-$(CONFIG_VIDEO_ATOMISP_OV5693) += ov5693/
77
obj-$(CONFIG_VIDEO_ATOMISP_MT9M114) += atomisp-mt9m114.o
88
obj-$(CONFIG_VIDEO_ATOMISP_GC2235) += atomisp-gc2235.o
99
obj-$(CONFIG_VIDEO_ATOMISP_OV2722) += atomisp-ov2722.o
10-
obj-$(CONFIG_VIDEO_ATOMISP_OV2680) += atomisp-ov2680.o
1110
obj-$(CONFIG_VIDEO_ATOMISP_GC0310) += atomisp-gc0310.o
1211

1312
obj-$(CONFIG_VIDEO_ATOMISP_MSRLIST_HELPER) += atomisp-libmsrlisthelper.o

0 commit comments

Comments
 (0)