mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
media: i2c: add ar2020 sensor driver
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com> Change-Id: I16a53fa473d82ac377c31fadb3cc55898825428f
This commit is contained in:
@@ -959,6 +959,18 @@ config VIDEO_AR0822
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called ar0822.
|
||||
|
||||
config VIDEO_AR2020
|
||||
tristate "Onsemi AR2020 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
|
||||
AR2020 camera.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called ar2020.
|
||||
|
||||
config VIDEO_GC02M2
|
||||
tristate "GalaxyCore GC02M2 sensor support"
|
||||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
||||
|
||||
@@ -188,6 +188,7 @@ 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_AR2020) += ar2020.o
|
||||
obj-$(CONFIG_VIDEO_GC02M2) += gc02m2.o
|
||||
obj-$(CONFIG_VIDEO_GC08A3) += gc08a3.o
|
||||
obj-$(CONFIG_VIDEO_GC1084) += gc1084.o
|
||||
|
||||
5413
drivers/media/i2c/ar2020.c
Normal file
5413
drivers/media/i2c/ar2020.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user