mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
media: i2c: add gc2155 driver
Change-Id: I8c7ab7abf9ca2b3d33b3bdae3593f727d61955dc Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
parent
e800c52921
commit
c5e0b1b35a
|
|
@ -713,6 +713,15 @@ config VIDEO_S5C73M3
|
|||
This is a V4L2 sensor-level driver for Samsung S5C73M3
|
||||
8 Mpixel camera.
|
||||
|
||||
config VIDEO_GC2155
|
||||
tristate "GalaxyCore GC2155 sensor support"
|
||||
depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
|
||||
help
|
||||
Support for the GalaxyCore GC2155 sensor.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called gc2155.
|
||||
|
||||
comment "Flash devices"
|
||||
|
||||
config VIDEO_ADP1653
|
||||
|
|
|
|||
|
|
@ -87,3 +87,4 @@ obj-$(CONFIG_VIDEO_OV2659) += ov2659.o
|
|||
obj-$(CONFIG_VIDEO_TC35874X) += tc35874x.o
|
||||
obj-$(CONFIG_VIDEO_OV5647) += ov5647.o
|
||||
obj-$(CONFIG_VIDEO_IMX219) += imx219.o
|
||||
obj-$(CONFIG_VIDEO_GC2155) += gc2155.o
|
||||
|
|
|
|||
1379
drivers/media/i2c/gc2155.c
Normal file
1379
drivers/media/i2c/gc2155.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user