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