File tree Expand file tree Collapse file tree 3 files changed +1628
-0
lines changed Expand file tree Collapse file tree 3 files changed +1628
-0
lines changed Original file line number Diff line number Diff line change @@ -907,6 +907,17 @@ config VIDEO_GC2385
907
907
To compile this driver as a module, choose M here: the
908
908
module will be called gc2385.
909
909
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
+
910
921
config VIDEO_GC4663
911
922
tristate "GalaxyCore GC4663 sensor support"
912
923
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ obj-$(CONFIG_VIDEO_GC2053) += gc2053.o
154
154
obj-$(CONFIG_VIDEO_GC2093) += gc2093.o
155
155
obj-$(CONFIG_VIDEO_GC2145) += gc2145.o
156
156
obj-$(CONFIG_VIDEO_GC2385) += gc2385.o
157
+ obj-$(CONFIG_VIDEO_GC4653) += gc4653.o
157
158
obj-$(CONFIG_VIDEO_GC4663) += gc4663.o
158
159
obj-$(CONFIG_VIDEO_GC4C33) += gc4c33.o
159
160
obj-$(CONFIG_VIDEO_GC5025) += gc5025.o
You can’t perform that action at this time.
0 commit comments