media: i2c: add ar0822 driver
Change-Id: I8a860b248528cb6ad1e263ea5e10b89efd503bf9 Signed-off-by: Yingsong Ye <alexhazel.ye@rock-chips.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user