media: i2c: add ar0822 driver

Change-Id: I8a860b248528cb6ad1e263ea5e10b89efd503bf9
Signed-off-by: Yingsong Ye <alexhazel.ye@rock-chips.com>
This commit is contained in:
Yingsong Ye
2023-03-24 14:57:19 +08:00
committed by Tao Huang
parent b114426b90
commit be4fe51d5b
3 changed files with 5497 additions and 0 deletions
+12
View File
@@ -931,6 +931,18 @@ config VIDEO_AR0230
To compile this driver as a module, choose M here: the
module will be called ar0230.
config VIDEO_AR0822
tristate "Onsemi AR0822 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
select V4L2_FWNODE
help
This is a Video4Linux2 sensor driver for the Onsemi
AR0822 camera.
To compile this driver as a module, choose M here: the
module will be called ar0822.
config VIDEO_GC02M2
tristate "GalaxyCore GC02M2 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
+1
View File
@@ -180,6 +180,7 @@ obj-$(CONFIG_VIDEO_TECHPOINT) += techpoint/
obj-$(CONFIG_VIDEO_THCV244) += thcv244.o
obj-$(CONFIG_VIDEO_RK628) += rk628/
obj-$(CONFIG_VIDEO_AR0230) += ar0230.o
obj-$(CONFIG_VIDEO_AR0822) += ar0822.o
obj-$(CONFIG_VIDEO_GC02M2) += gc02m2.o
obj-$(CONFIG_VIDEO_GC08A3) += gc08a3.o
obj-$(CONFIG_VIDEO_GC1084) += gc1084.o
File diff suppressed because it is too large Load Diff