mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
media: i2c: add mono sensor sc031gs
Change-Id: I690ba934964fea8c1052ffdf10438016094baac6 Signed-off-by: Yiqing Zeng <zack.zeng@rock-chips.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
1104
drivers/media/i2c/sc031gs.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user