mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
media: i2c: add new camera sensor gc030a
Signed-off-by: Wangqiang Guo <kay.guo@rock-chips.com> Change-Id: I45601cff5b3d9224575f34513882ad2e931cf0a9
This commit is contained in:
@@ -1497,6 +1497,17 @@ config VIDEO_GC02M2
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called gc02m2.
|
||||
|
||||
config VIDEO_GC030A
|
||||
tristate "GalaxyCore GC030A sensor support"
|
||||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
||||
depends on MEDIA_CAMERA_SUPPORT
|
||||
select V4L2_FWNODE
|
||||
help
|
||||
Support for the GalaxyCore GC030A sensor.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called gc030A.
|
||||
|
||||
config VIDEO_GC0312
|
||||
tristate "GalaxyCore GC0312 sensor support"
|
||||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
||||
|
||||
@@ -166,6 +166,7 @@ obj-$(CONFIG_VIDEO_IMX415) += imx415.o
|
||||
obj-$(CONFIG_VIDEO_IMX462) += imx462.o
|
||||
obj-$(CONFIG_VIDEO_IMX464) += imx464.o
|
||||
obj-$(CONFIG_VIDEO_GC02M2) += gc02m2.o
|
||||
obj-$(CONFIG_VIDEO_GC030A) += gc030a.o
|
||||
obj-$(CONFIG_VIDEO_GC0312) += gc0312.o
|
||||
obj-$(CONFIG_VIDEO_GC0329) += gc0329.o
|
||||
obj-$(CONFIG_VIDEO_GC032A) += gc032a.o
|
||||
|
||||
1173
drivers/media/i2c/gc030a.c
Normal file
1173
drivers/media/i2c/gc030a.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user