Skip to content

Commit d54e56d

Browse files
Zhenke Fanrkhuangtao
authored andcommitted
media: i2c: add gc4653 sesnor
Signed-off-by: Zhenke Fan <[email protected]> Change-Id: Ide1351b6396eceda1df399485b22f807fce8a867
1 parent 4ffc617 commit d54e56d

File tree

3 files changed

+1628
-0
lines changed

3 files changed

+1628
-0
lines changed

drivers/media/i2c/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,17 @@ config VIDEO_GC2385
907907
To compile this driver as a module, choose M here: the
908908
module will be called gc2385.
909909

910+
config VIDEO_GC4653
911+
tristate "GalaxyCore GC4653 sensor support"
912+
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
913+
depends on MEDIA_CAMERA_SUPPORT
914+
select V4L2_FWNODE
915+
help
916+
Support for the GalaxyCore GC4663 sensor.
917+
918+
To compile this driver as a module, choose M here: the
919+
module will be called gc4653
920+
910921
config VIDEO_GC4663
911922
tristate "GalaxyCore GC4663 sensor support"
912923
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API

drivers/media/i2c/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ obj-$(CONFIG_VIDEO_GC2053) += gc2053.o
154154
obj-$(CONFIG_VIDEO_GC2093) += gc2093.o
155155
obj-$(CONFIG_VIDEO_GC2145) += gc2145.o
156156
obj-$(CONFIG_VIDEO_GC2385) += gc2385.o
157+
obj-$(CONFIG_VIDEO_GC4653) += gc4653.o
157158
obj-$(CONFIG_VIDEO_GC4663) += gc4663.o
158159
obj-$(CONFIG_VIDEO_GC4C33) += gc4c33.o
159160
obj-$(CONFIG_VIDEO_GC5025) += gc5025.o

0 commit comments

Comments
 (0)