mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
media: i2c: Add jx_f37 driver
The jx_f37 driver is one lane and supports 2frame HDR, the gain of short and long frame shall be the same. Change-Id: Ic92dd76096a4467226522c15dd179c9983fc5c93 Signed-off-by: Shunqian Zheng <zhengsq@rock-chips.com>
This commit is contained in:
committed by
Tao Huang
parent
bd5f5c8282
commit
8e2845b7a9
@@ -1442,6 +1442,17 @@ config VIDEO_BF3925
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called bf3925.
|
||||
|
||||
config VIDEO_JX_F37
|
||||
tristate "SOI JX_F37 sensor support"
|
||||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
||||
depends on MEDIA_CAMERA_SUPPORT
|
||||
select V4L2_FWNODE
|
||||
help
|
||||
Support for the SOI JX_F37 sensor.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called jx_f37.
|
||||
|
||||
config VIDEO_JX_H65
|
||||
tristate "SOI JX_H65 sensor support"
|
||||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
||||
|
||||
@@ -154,6 +154,7 @@ obj-$(CONFIG_VIDEO_GC5025) += gc5025.o
|
||||
obj-$(CONFIG_VIDEO_GC5035) += gc5035.o
|
||||
obj-$(CONFIG_VIDEO_GC8034) += gc8034.o
|
||||
obj-$(CONFIG_VIDEO_BF3925) += bf3925.o
|
||||
obj-$(CONFIG_VIDEO_JX_F37) += jx_f37.o
|
||||
obj-$(CONFIG_VIDEO_JX_H65) += jx_h65.o
|
||||
obj-$(CONFIG_VIDEO_SC031GS) += sc031gs.o
|
||||
obj-$(CONFIG_VIDEO_SC132GS) += sc132gs.o
|
||||
|
||||
1588
drivers/media/i2c/jx_f37.c
Normal file
1588
drivers/media/i2c/jx_f37.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user