45 lines
1.2 KiB
Plaintext
45 lines
1.2 KiB
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Maxim Quad GMSL deserializer and serializer devices
|
|
#
|
|
config VIDEO_DES_MAXIM4C
|
|
tristate "Maxim Qual 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 Qual GMSL2/GMSL1 deserializer.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called maxim4c.
|
|
|
|
config MAXIM4C_SER_MAX9295
|
|
tristate "Maxim GMSL serializer support"
|
|
depends on I2C
|
|
select VIDEO_DES_MAXIM4C
|
|
help
|
|
This driver supports the Maxim GMSL2 serializer.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called remote_max9295.
|
|
|
|
config MAXIM4C_SER_MAX96715
|
|
tristate "Maxim GMSL serializer support"
|
|
depends on I2C
|
|
select VIDEO_DES_MAXIM4C
|
|
help
|
|
This driver supports the Maxim GMSL1 serializer.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called remote_max96715.
|
|
|
|
config MAXIM4C_SER_MAX96717
|
|
tristate "Maxim GMSL serializer support"
|
|
depends on I2C
|
|
select VIDEO_DES_MAXIM4C
|
|
help
|
|
This driver supports the Maxim GMSL2 serializer.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called remote_max96717.
|