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