mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
media: i2c: add max96714 GMSL2/GMSL1 to CSI-2 Deserializer driver
Signed-off-by: Jianwei Fan <jianwei.fan@rock-chips.com> Change-Id: Ia7c19e83a9135cc4a800df32def110c1a1e3796d
This commit is contained in:
@@ -561,6 +561,17 @@ config VIDEO_MAX9286
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called max9286.
|
||||
|
||||
config VIDEO_MAX96714
|
||||
tristate "Maxim MAX96714 GMSL deserializer support"
|
||||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
||||
depends on MEDIA_CAMERA_SUPPORT
|
||||
select V4L2_FWNODE
|
||||
help
|
||||
This driver supports the Maxim MAX96714 GMSL deserializer.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called max96714.
|
||||
|
||||
comment "Video and audio decoders"
|
||||
|
||||
config VIDEO_SAA717X
|
||||
|
||||
@@ -176,6 +176,7 @@ obj-$(CONFIG_VIDEO_IMX464) += imx464.o
|
||||
obj-$(CONFIG_VIDEO_IMX355) += imx355.o
|
||||
obj-$(CONFIG_VIDEO_JX_K17) += jx_k17.o
|
||||
obj-$(CONFIG_VIDEO_MAX9286) += max9286.o
|
||||
obj-$(CONFIG_VIDEO_MAX96714) += max96714.o
|
||||
rdacm20-camera_module-objs := rdacm20.o max9271.o
|
||||
obj-$(CONFIG_VIDEO_RDACM20) += rdacm20-camera_module.o
|
||||
obj-$(CONFIG_VIDEO_ST_MIPID02) += st-mipid02.o
|
||||
|
||||
1106
drivers/media/i2c/max96714.c
Normal file
1106
drivers/media/i2c/max96714.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user