Kconfig (bca82e3557ee1fbfbdacb09033a2d81ac76c86eb) Kconfig (8a30c017c99603b216907c2f7aa22d3afe4137c3)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Multimedia Video device configuration
4#
5
6if VIDEO_V4L2
7
8comment "IR I2C driver auto-selected by 'Autoselect ancillary drivers'"

--- 453 unchanged lines hidden (view full) ---

462 Support for VPX322x video decoders.
463
464 To compile this driver as a module, choose M here: the
465 module will be called vpx3220.
466
467config VIDEO_MAX9286
468 tristate "Maxim MAX9286 GMSL deserializer support"
469 depends on I2C && I2C_MUX
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Multimedia Video device configuration
4#
5
6if VIDEO_V4L2
7
8comment "IR I2C driver auto-selected by 'Autoselect ancillary drivers'"

--- 453 unchanged lines hidden (view full) ---

462 Support for VPX322x video decoders.
463
464 To compile this driver as a module, choose M here: the
465 module will be called vpx3220.
466
467config VIDEO_MAX9286
468 tristate "Maxim MAX9286 GMSL deserializer support"
469 depends on I2C && I2C_MUX
470 depends on OF
470 depends on OF_GPIO
471 select V4L2_FWNODE
472 select VIDEO_V4L2_SUBDEV_API
473 select MEDIA_CONTROLLER
474 help
475 This driver supports the Maxim MAX9286 GMSL deserializer.
476
477 To compile this driver as a module, choose M here: the
478 module will be called max9286.

--- 860 unchanged lines hidden ---
471 select V4L2_FWNODE
472 select VIDEO_V4L2_SUBDEV_API
473 select MEDIA_CONTROLLER
474 help
475 This driver supports the Maxim MAX9286 GMSL deserializer.
476
477 To compile this driver as a module, choose M here: the
478 module will be called max9286.

--- 860 unchanged lines hidden ---