mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
media: i2c: add gc2053 sensor driver
Signed-off-by: Frank Liu <frank.liu@rock-chips.com> Change-Id: I171e535d362c3c4e8daa2adaa4e4ec58dfb322aa
This commit is contained in:
@@ -1232,6 +1232,17 @@ config VIDEO_GC2035
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called gc2035.
|
||||
|
||||
config VIDEO_GC2053
|
||||
tristate "GalaxyCore GC2053 sensor support"
|
||||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
||||
depends on MEDIA_CAMERA_SUPPORT
|
||||
select V4L2_FWNODE
|
||||
help
|
||||
Support for the GalaxyCore GC2053 sensor.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called gc2053.
|
||||
|
||||
config VIDEO_GC2145
|
||||
tristate "GalaxyCore GC2145 sensor support"
|
||||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
||||
|
||||
@@ -135,6 +135,7 @@ obj-$(CONFIG_VIDEO_GC0329) += gc0329.o
|
||||
obj-$(CONFIG_VIDEO_GC032A) += gc032a.o
|
||||
obj-$(CONFIG_VIDEO_GC0403) += gc0403.o
|
||||
obj-$(CONFIG_VIDEO_GC2035) += gc2035.o
|
||||
obj-$(CONFIG_VIDEO_GC2053) += gc2053.o
|
||||
obj-$(CONFIG_VIDEO_GC2145) += gc2145.o
|
||||
obj-$(CONFIG_VIDEO_GC2155) += gc2155.o
|
||||
obj-$(CONFIG_VIDEO_GC2355) += gc2355.o
|
||||
|
||||
1441
drivers/media/i2c/gc2053.c
Normal file
1441
drivers/media/i2c/gc2053.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user