mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
media: i2c: add gc032a sensor driver
Signed-off-by: Wang Panzhenzhuan <randy.wang@rock-chips.com> Change-Id: Idb24a891f8ef9a3987a153844d0d8c641b0c1134
This commit is contained in:
committed by
Tao Huang
parent
e634183e78
commit
5da20c9b79
@@ -1190,6 +1190,17 @@ config VIDEO_GC0329
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called gc0329.
|
||||
|
||||
config VIDEO_GC032A
|
||||
tristate "GalaxyCore GC032A sensor support"
|
||||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
||||
depends on MEDIA_CAMERA_SUPPORT
|
||||
select V4L2_FWNODE
|
||||
help
|
||||
Support for the GalaxyCore GC032A sensor.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called gc032a.
|
||||
|
||||
config VIDEO_GC0403
|
||||
tristate "GalaxyCore GC0403 sensor support"
|
||||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
||||
|
||||
@@ -131,6 +131,7 @@ obj-$(CONFIG_VIDEO_IMX327) += imx327.o
|
||||
obj-$(CONFIG_VIDEO_IMX347) += imx347.o
|
||||
obj-$(CONFIG_VIDEO_GC0312) += gc0312.o
|
||||
obj-$(CONFIG_VIDEO_GC0329) += gc0329.o
|
||||
obj-$(CONFIG_VIDEO_GC032A) += gc032a.o
|
||||
obj-$(CONFIG_VIDEO_GC0403) += gc0403.o
|
||||
obj-$(CONFIG_VIDEO_GC2035) += gc2035.o
|
||||
obj-$(CONFIG_VIDEO_GC2145) += gc2145.o
|
||||
|
||||
1261
drivers/media/i2c/gc032a.c
Normal file
1261
drivers/media/i2c/gc032a.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user