xref: /linux/drivers/staging/media/max96712/Kconfig (revision 0be3ff0c)
1# SPDX-License-Identifier: GPL-2.0
2config VIDEO_MAX96712
3	tristate "Maxim MAX96712 Quad GMSL2 Deserializer support"
4	depends on I2C
5	depends on OF_GPIO
6	depends on VIDEO_DEV
7	select V4L2_FWNODE
8	select VIDEO_V4L2_SUBDEV_API
9	select MEDIA_CONTROLLER
10	help
11	  This driver supports the Maxim MAX96712 Quad GMSL2 Deserializer.
12
13	  To compile this driver as a module, choose M here: the
14	  module will be called max96712.
15