mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
media: i2c: add gc4c33 sensor driver
Signed-off-by: Zhenke Fan <fanzy.fan@rock-chips.com> Change-Id: I86e49488c73d2be1c4ca24dd785df55e02fd16c9
This commit is contained in:
@@ -1229,6 +1229,17 @@ config VIDEO_GC2385
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called gc2385.
|
||||
|
||||
config VIDEO_GC4C33
|
||||
tristate "GalaxyCore GC4C33 sensor support"
|
||||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
||||
depends on MEDIA_CAMERA_SUPPORT
|
||||
select V4L2_FWNODE
|
||||
help
|
||||
Support for the GalaxyCore GC4C33 sensor.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called gc4C33.
|
||||
|
||||
config VIDEO_GC5025
|
||||
tristate "GalaxyCore GC5025 sensor support"
|
||||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
||||
|
||||
@@ -133,6 +133,7 @@ obj-$(CONFIG_VIDEO_GC2145) += gc2145.o
|
||||
obj-$(CONFIG_VIDEO_GC2155) += gc2155.o
|
||||
obj-$(CONFIG_VIDEO_GC2355) += gc2355.o
|
||||
obj-$(CONFIG_VIDEO_GC2385) += gc2385.o
|
||||
obj-$(CONFIG_VIDEO_GC4C33) += gc4c33.o
|
||||
obj-$(CONFIG_VIDEO_GC5025) += gc5025.o
|
||||
obj-$(CONFIG_VIDEO_GC5035) += gc5035.o
|
||||
obj-$(CONFIG_VIDEO_GC8034) += gc8034.o
|
||||
|
||||
2205
drivers/media/i2c/gc4c33.c
Normal file
2205
drivers/media/i2c/gc4c33.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user