mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
media: i2c: add imx335 driver
imx335 can output 2592x1944 HDR/linear frames in 30fps. Change-Id: I48233f21cdae26e9b575c5ec7c55345fdb55ddbb Signed-off-by: Shunqian Zheng <zhengsq@rock-chips.com>
This commit is contained in:
committed by
Tao Huang
parent
699c8ff653
commit
859860806e
@@ -712,6 +712,17 @@ config VIDEO_IMX327
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called imx327.
|
||||
|
||||
config VIDEO_IMX335
|
||||
tristate "Sony IMX335 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
|
||||
IMX335 camera.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called imx335.
|
||||
|
||||
config VIDEO_IMX347
|
||||
tristate "Sony IMX347 sensor support"
|
||||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
||||
|
||||
@@ -131,6 +131,7 @@ obj-$(CONFIG_VIDEO_IMX307) += imx307.o
|
||||
obj-$(CONFIG_VIDEO_IMX317) += imx317.o
|
||||
obj-$(CONFIG_VIDEO_IMX323) += imx323.o
|
||||
obj-$(CONFIG_VIDEO_IMX327) += imx327.o
|
||||
obj-$(CONFIG_VIDEO_IMX335) += imx335.o
|
||||
obj-$(CONFIG_VIDEO_IMX347) += imx347.o
|
||||
obj-$(CONFIG_VIDEO_IMX415) += imx415.o
|
||||
obj-$(CONFIG_VIDEO_GC0312) += gc0312.o
|
||||
|
||||
1660
drivers/media/i2c/imx335.c
Normal file
1660
drivers/media/i2c/imx335.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user