summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/Makefile
diff options
context:
space:
mode:
authorShawn Tu <shawnx.tu@intel.com>2022-02-15 23:13:45 +0800
committerSakari Ailus <sakari.ailus@linux.intel.com>2022-03-04 00:27:05 +0200
commit472377febf848a08f67ed73bb0dc13a907575f82 (patch)
tree442d668827739922f9a080b3ab4aed0b064f0418 /drivers/media/i2c/Makefile
parentd4cb5d3c4cee28aa89b02bc33d930a6cf75e7f79 (diff)
downloadlinux-472377febf848a08f67ed73bb0dc13a907575f82.tar.bz2
media: Add a driver for the og01a1b camera sensor
Add a V4L2 sub-device driver for Omnivision og01a1b b&w image sensor. This is a camera sensor using the I2C bus for control and the CSI-2 bus for data. This driver supports following features: - manual exposure and analog/digital gain control support - vblank/hblank control support - test pattern support - media controller support - runtime PM support - support following resolutions: + 1280x1024 at 120FPS Signed-off-by: Shawn Tu <shawnx.tu@intel.com> [Sakari Ailus: Update according to recent v4l2-async API changes] Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Diffstat (limited to 'drivers/media/i2c/Makefile')
-rw-r--r--drivers/media/i2c/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/i2c/Makefile b/drivers/media/i2c/Makefile
index f6b80ef6f41d..d85d7a7e9c0f 100644
--- a/drivers/media/i2c/Makefile
+++ b/drivers/media/i2c/Makefile
@@ -64,6 +64,7 @@ obj-$(CONFIG_VIDEO_VP27SMPX) += vp27smpx.o
obj-$(CONFIG_VIDEO_SONY_BTF_MPX) += sony-btf-mpx.o
obj-$(CONFIG_VIDEO_UPD64031A) += upd64031a.o
obj-$(CONFIG_VIDEO_UPD64083) += upd64083.o
+obj-$(CONFIG_VIDEO_OG01A1B) += og01a1b.o
obj-$(CONFIG_VIDEO_OV02A10) += ov02a10.o
obj-$(CONFIG_VIDEO_OV08D10) += ov08d10.o
obj-$(CONFIG_VIDEO_OV2640) += ov2640.o