media: i2c: add mono sensor sc031gs

Change-Id: I690ba934964fea8c1052ffdf10438016094baac6
Signed-off-by: Yiqing Zeng <zack.zeng@rock-chips.com>
This commit is contained in:
zack.zeng
2018-12-19 16:34:45 +08:00
committed by Yiqing Zeng
parent f091b1ce05
commit f71d1437a7
3 changed files with 1115 additions and 0 deletions

View File

@@ -823,6 +823,16 @@ config VIDEO_GC2355
To compile this driver as a module, choose M here: the
module will be called gc2355.
config VIDEO_SC031GS
tristate "GalaxyCore SC031GS sensor support"
depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
default y
help
Support for the Smartsens SC031GS sensor.
To compile this driver as a module, choose M here: the
module will be called sc031gs.
config VIDEO_GC0329
tristate "GalaxyCore GC0329 sensor support"
depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API

View File

@@ -99,6 +99,7 @@ obj-$(CONFIG_VIDEO_GC2145) += gc2145.o
obj-$(CONFIG_VIDEO_GC0329) += gc0329.o
obj-$(CONFIG_VIDEO_GC2035) += gc2035.o
obj-$(CONFIG_VIDEO_GC2145) += gc2355.o
obj-$(CONFIG_VIDEO_SC031GS) += sc031gs.o
obj-$(CONFIG_VIDEO_VM149C) += vm149c.o
obj-$(CONFIG_VIDEO_VIRT_CAMERA) += virtual-camera.o

1104
drivers/media/i2c/sc031gs.c Normal file

File diff suppressed because it is too large Load Diff