linuxOS_AP06/kernel/drivers/media/i2c/maxim/Kconfig
2025-06-03 12:28:32 +08:00

18 lines
484 B
Plaintext

# SPDX-License-Identifier: GPL-2.0-only
#
# Maxim GMSL Serdes devices
#
config VIDEO_MAXIM_SERDES
tristate "Maxim GMSL Serdes Support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
select V4L2_FWNODE
help
This driver supports the Maxim GMSL Serdes.
To compile this driver as a module, choose M here: the
module will be called maxim.
source "drivers/media/i2c/maxim/local/Kconfig"
source "drivers/media/i2c/maxim/remote/Kconfig"