Skip to content

Commit

Permalink
Revert "add veye drivers"
Browse files Browse the repository at this point in the history
This reverts commit 90b6ec8.
  • Loading branch information
raphaelscholle committed May 21, 2024
1 parent 90b6ec8 commit 33096a3
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 7,093 deletions.
1 change: 0 additions & 1 deletion arch/arm64/configs/rockchip_linux_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,6 @@ CONFIG_VIDEO_GC8034=y
CONFIG_VIDEO_IMX219=y
CONFIG_VIDEO_IMX415=y
CONFIG_VIDEO_IMX464=y
CONFIG_VIDEO_VEYECAM2M=y
CONFIG_VIDEO_OS04A10=y
CONFIG_VIDEO_OV4689=y
CONFIG_VIDEO_OV5647=y
Expand Down
20 changes: 0 additions & 20 deletions drivers/media/i2c/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1377,26 +1377,6 @@ config VIDEO_OS02G10
This is a Video4Linux2 sensor driver for the OmniVision
OS02G10 camera.

config VIDEO_DS90UB954
tristate "TI FDPLINK III support."
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
help
Driver for TI FDPLINK III .

config VIDEO_VEYECAM2M
tristate "VEYE 2M camera support."
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
help
Driver for veye 2m camera.

config VIDEO_VEYEMVCAM
tristate "VEYE MV series camera support."
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
help
Driver for veye mv series camera.

config VIDEO_OS03B10
tristate "OmniVision OS03B10 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
Expand Down
3 changes: 0 additions & 3 deletions drivers/media/i2c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,6 @@ obj-$(CONFIG_VIDEO_RDACM20) += rdacm20-camera_module.o
obj-$(CONFIG_VIDEO_ST_MIPID02) += st-mipid02.o

obj-$(CONFIG_SDR_MAX2175) += max2175.o
obj-$(CONFIG_VIDEO_DS90UB954) += ds90ub954.o
obj-$(CONFIG_VIDEO_VEYECAM2M) += veyecam2m.o
obj-$(CONFIG_VIDEO_VEYEMVCAM) += veye_mvcam.o

obj-$(CONFIG_VIDEO_OTP_EEPROM) += otp_eeprom.o
obj-$(CONFIG_VIDEO_PREISP_DUMMY_SENSOR) += preisp-dummy.o
Loading

0 comments on commit 33096a3

Please sign in to comment.