mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
media: i2c: add gc5025 driver
Change-Id: I7565fbce1abb3f598c91eebb888eb383e27bd08e Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
This commit is contained in:
@@ -881,6 +881,17 @@ config VIDEO_GC2385
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called gc2385.
|
||||
|
||||
config VIDEO_GC5025
|
||||
tristate "GalaxyCore GC5025 sensor support"
|
||||
depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER
|
||||
depends on MEDIA_CAMERA_SUPPORT
|
||||
select V4L2_FWNODE
|
||||
help
|
||||
Support for the GalaxyCore GC5025 sensor.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called gc5025.
|
||||
|
||||
config VIDEO_SC031GS
|
||||
tristate "GalaxyCore SC031GS sensor support"
|
||||
depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
|
||||
|
||||
@@ -105,6 +105,7 @@ obj-$(CONFIG_VIDEO_GC0329) += gc0329.o
|
||||
obj-$(CONFIG_VIDEO_GC2035) += gc2035.o
|
||||
obj-$(CONFIG_VIDEO_GC2355) += gc2355.o
|
||||
obj-$(CONFIG_VIDEO_GC2385) += gc2385.o
|
||||
obj-$(CONFIG_VIDEO_GC5025) += gc5025.o
|
||||
obj-$(CONFIG_VIDEO_SC031GS) += sc031gs.o
|
||||
|
||||
obj-$(CONFIG_VIDEO_PREISP_DUMMY_SENSOR) += preisp-dummy.o
|
||||
|
||||
1879
drivers/media/i2c/gc5025.c
Normal file
1879
drivers/media/i2c/gc5025.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user