Skip to content

Commit

Permalink
V4L/DVB (13040): V4L2: Add a v4l2-subdev (soc-camera) driver for Omni…
Browse files Browse the repository at this point in the history
…Vision OV9640 sensor

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Marek Vasut authored and Mauro Carvalho Chehab committed Dec 5, 2009
1 parent 96fa2b5 commit 8d64827
Show file tree
Hide file tree
Showing 5 changed files with 1,018 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,12 @@ config SOC_CAMERA_OV772X
help
This is a ov772x camera driver

config SOC_CAMERA_OV9640
tristate "ov9640 camera support"
depends on SOC_CAMERA && I2C
help
This is a ov9640 camera driver

config MX1_VIDEO
bool

Expand Down
1 change: 1 addition & 0 deletions drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ obj-$(CONFIG_SOC_CAMERA_MT9M111) += mt9m111.o
obj-$(CONFIG_SOC_CAMERA_MT9T031) += mt9t031.o
obj-$(CONFIG_SOC_CAMERA_MT9V022) += mt9v022.o
obj-$(CONFIG_SOC_CAMERA_OV772X) += ov772x.o
obj-$(CONFIG_SOC_CAMERA_OV9640) += ov9640.o
obj-$(CONFIG_SOC_CAMERA_TW9910) += tw9910.o

# And now the v4l2 drivers:
Expand Down
Loading

0 comments on commit 8d64827

Please sign in to comment.