mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
media: i2c: add imx415 sensor driver
Sony IMX415 can output 3840x2160 30fps HDR frames. Change-Id: I626ce64feda2fe197a4778b10690e429232e19ce Signed-off-by: Shunqian Zheng <zhengsq@rock-chips.com>
This commit is contained in:
committed by
Tao Huang
parent
519ab0e6d1
commit
c7d00631ab
@@ -712,6 +712,17 @@ config VIDEO_IMX347
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called imx347.
|
||||
|
||||
config VIDEO_IMX415
|
||||
tristate "Sony IMX415 sensor support"
|
||||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
||||
depends on MEDIA_CAMERA_SUPPORT
|
||||
help
|
||||
This is a Video4Linux2 sensor driver for the Sony
|
||||
IMX415 camera.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called imx415.
|
||||
|
||||
config VIDEO_OS04A10
|
||||
tristate "OmniVision OS04A10 sensor support"
|
||||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
||||
|
||||
@@ -131,6 +131,7 @@ obj-$(CONFIG_VIDEO_IMX317) += imx317.o
|
||||
obj-$(CONFIG_VIDEO_IMX323) += imx323.o
|
||||
obj-$(CONFIG_VIDEO_IMX327) += imx327.o
|
||||
obj-$(CONFIG_VIDEO_IMX347) += imx347.o
|
||||
obj-$(CONFIG_VIDEO_IMX415) += imx415.o
|
||||
obj-$(CONFIG_VIDEO_GC0312) += gc0312.o
|
||||
obj-$(CONFIG_VIDEO_GC0329) += gc0329.o
|
||||
obj-$(CONFIG_VIDEO_GC032A) += gc032a.o
|
||||
|
||||
1951
drivers/media/i2c/imx415.c
Normal file
1951
drivers/media/i2c/imx415.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user