mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
media: i2c: add gc32e1 driver
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com> Change-Id: I39717f9956da197099ebc78ecb1181784c5beb44
This commit is contained in:
@@ -341,6 +341,19 @@ config VIDEO_GC3003
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called gc3003.
|
||||
|
||||
config VIDEO_GC32E1
|
||||
tristate "GalaxyCore GC32E1 sensor support"
|
||||
depends on I2C && VIDEO_DEV
|
||||
depends on MEDIA_CAMERA_SUPPORT
|
||||
select MEDIA_CONTROLLER
|
||||
select VIDEO_V4L2_SUBDEV_API
|
||||
select V4L2_FWNODE
|
||||
help
|
||||
Support for the GalaxyCore GC32E1 sensor.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called GC32E1.
|
||||
|
||||
config VIDEO_GC4023
|
||||
tristate "GalaxyCore GC4023 sensor support"
|
||||
depends on I2C && VIDEO_DEV
|
||||
|
||||
@@ -65,6 +65,7 @@ obj-$(CONFIG_VIDEO_GC2355) += gc2355.o
|
||||
obj-$(CONFIG_VIDEO_GC2375H) += gc2375h.o
|
||||
obj-$(CONFIG_VIDEO_GC2385) += gc2385.o
|
||||
obj-$(CONFIG_VIDEO_GC3003) += gc3003.o
|
||||
obj-$(CONFIG_VIDEO_GC32E1) += gc32e1.o
|
||||
obj-$(CONFIG_VIDEO_GC4023) += gc4023.o
|
||||
obj-$(CONFIG_VIDEO_GC4653) += gc4653.o
|
||||
obj-$(CONFIG_VIDEO_GC4663) += gc4663.o
|
||||
|
||||
2443
drivers/media/i2c/gc32e1.c
Normal file
2443
drivers/media/i2c/gc32e1.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user