Skip to content

Commit

Permalink
media: i2c: add ov9281 driver.
Browse files Browse the repository at this point in the history
Change-Id: I7b77250bbc56d2f861450cf77271ad15f9b88ab1
Signed-off-by: Zefa Chen <[email protected]>
  • Loading branch information
Zefa Chen authored and rkhuangtao committed Jun 6, 2019
1 parent c68b8a3 commit 8bbe5e1
Show file tree
Hide file tree
Showing 3 changed files with 1,183 additions and 0 deletions.
11 changes: 11 additions & 0 deletions drivers/media/i2c/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,17 @@ config VIDEO_OV8858
To compile this driver as a module, choose M here: the
module will be called ov8858.

config VIDEO_OV9281
tristate "OmniVision OV9281 sensor support"
depends on I2C && VIDEO_V4L2
depends on MEDIA_CAMERA_SUPPORT
help
This is a Video4Linux2 sensor-level driver for the OmniVision
OV9281 camera.

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

config VIDEO_OV9650
tristate "OmniVision OV9650/OV9652 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
Expand Down
1 change: 1 addition & 0 deletions drivers/media/i2c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ obj-$(CONFIG_VIDEO_OV7670) += ov7670.o
obj-$(CONFIG_VIDEO_OV7725) += ov7725.o
obj-$(CONFIG_VIDEO_OV7750) += ov7750.o
obj-$(CONFIG_VIDEO_OV8858) += ov8858.o
obj-$(CONFIG_VIDEO_OV9281) += ov9281.o
obj-$(CONFIG_VIDEO_OV9650) += ov9650.o
obj-$(CONFIG_VIDEO_OV13850) += ov13850.o
obj-$(CONFIG_VIDEO_MT9M032) += mt9m032.o
Expand Down
Loading

0 comments on commit 8bbe5e1

Please sign in to comment.