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	select V4L2_FWNODE
7	select VIDEO_V4L2_SUBDEV_API
8	select MEDIA_CONTROLLER
9	help
10	  This driver supports the Maxim MAX96712 Quad GMSL2 Deserializer.
11
12	  To compile this driver as a module, choose M here: the
13	  module will be called max96712.
14