Skip to content

Commit

Permalink
Revert "media: i2c: Add driver for Sony IMX219 sensor"
Browse files Browse the repository at this point in the history
This reverts commit 39d484c.
  • Loading branch information
6by9 authored and pelwell committed Mar 12, 2020
1 parent 5e9b9f2 commit a65495e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1,105 deletions.
11 changes: 0 additions & 11 deletions drivers/media/i2c/Kconfig
Expand Up @@ -578,17 +578,6 @@ config VIDEO_IMX214
To compile this driver as a module, choose M here: the
module will be called imx214.

config VIDEO_IMX219
tristate "Sony IMX219 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
help
This is a Video4Linux2 sensor driver for the Sony
IMX219 camera.

To compile this driver as a module, choose M here: the
module will be called imx219.

config VIDEO_IMX258
tristate "Sony IMX258 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
Expand Down
1 change: 0 additions & 1 deletion drivers/media/i2c/Makefile
Expand Up @@ -111,7 +111,6 @@ obj-$(CONFIG_VIDEO_ML86V7667) += ml86v7667.o
obj-$(CONFIG_VIDEO_OV2659) += ov2659.o
obj-$(CONFIG_VIDEO_TC358743) += tc358743.o
obj-$(CONFIG_VIDEO_IMX214) += imx214.o
obj-$(CONFIG_VIDEO_IMX219) += imx219.o
obj-$(CONFIG_VIDEO_IMX258) += imx258.o
obj-$(CONFIG_VIDEO_IMX274) += imx274.o
obj-$(CONFIG_VIDEO_IMX319) += imx319.o
Expand Down

0 comments on commit a65495e

Please sign in to comment.