media: i2c: add new camera sensor gc030a

Signed-off-by: Wangqiang Guo <kay.guo@rock-chips.com>
Change-Id: I45601cff5b3d9224575f34513882ad2e931cf0a9
This commit is contained in:
Wangqiang Guo
2021-12-21 17:43:42 +08:00
committed by Tao Huang
parent 61cf54704b
commit 3987669c73
3 changed files with 1185 additions and 0 deletions

View File

@@ -1497,6 +1497,17 @@ config VIDEO_GC02M2
To compile this driver as a module, choose M here: the
module will be called gc02m2.
config VIDEO_GC030A
tristate "GalaxyCore GC030A sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
select V4L2_FWNODE
help
Support for the GalaxyCore GC030A sensor.
To compile this driver as a module, choose M here: the
module will be called gc030A.
config VIDEO_GC0312
tristate "GalaxyCore GC0312 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API

View File

@@ -166,6 +166,7 @@ obj-$(CONFIG_VIDEO_IMX415) += imx415.o
obj-$(CONFIG_VIDEO_IMX462) += imx462.o
obj-$(CONFIG_VIDEO_IMX464) += imx464.o
obj-$(CONFIG_VIDEO_GC02M2) += gc02m2.o
obj-$(CONFIG_VIDEO_GC030A) += gc030a.o
obj-$(CONFIG_VIDEO_GC0312) += gc0312.o
obj-$(CONFIG_VIDEO_GC0329) += gc0329.o
obj-$(CONFIG_VIDEO_GC032A) += gc032a.o

1173
drivers/media/i2c/gc030a.c Normal file

File diff suppressed because it is too large Load Diff