mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
media: i2c: add gc2035 sensor
Change-Id: I228045130c9050e0e0b39001690763ab851e0539 Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
parent
fdabce9ecc
commit
870a5ee216
|
|
@ -749,6 +749,15 @@ config VIDEO_GC0329
|
|||
To compile this driver as a module, choose M here: the
|
||||
module will be called gc0329.
|
||||
|
||||
config VIDEO_GC2035
|
||||
tristate "GalaxyCore GC2035 sensor support"
|
||||
depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
|
||||
help
|
||||
Support for the GalaxyCore GC2035 sensor.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called gc2035.
|
||||
|
||||
comment "Flash devices"
|
||||
|
||||
config VIDEO_ADP1653
|
||||
|
|
|
|||
|
|
@ -91,3 +91,4 @@ obj-$(CONFIG_VIDEO_GC2155) += gc2155.o
|
|||
obj-$(CONFIG_VIDEO_GC0312) += gc0312.o
|
||||
obj-$(CONFIG_VIDEO_GC2145) += gc2145.o
|
||||
obj-$(CONFIG_VIDEO_GC0329) += gc0329.o
|
||||
obj-$(CONFIG_VIDEO_GC2035) += gc2035.o
|
||||
|
|
|
|||
1483
drivers/media/i2c/gc2035.c
Normal file
1483
drivers/media/i2c/gc2035.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user