Kconfig (74be62c7cefbf320e0605f3da6639ef80448ff00) Kconfig (fa31c1175f0ef7c9b2820d122c77ee1ed50f20c8)
1#
2# Multimedia Video device configuration
3#
4
5if VIDEO_V4L2
6
7config VIDEO_IR_I2C
8 tristate "I2C module for IR" if !MEDIA_SUBDRV_AUTOSELECT

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

199 depends on VIDEO_V4L2 && I2C
200 ---help---
201 V4l2 subdevice driver for the Analog Devices
202 ADV7183 video decoder.
203
204 To compile this driver as a module, choose M here: the
205 module will be called adv7183.
206
1#
2# Multimedia Video device configuration
3#
4
5if VIDEO_V4L2
6
7config VIDEO_IR_I2C
8 tristate "I2C module for IR" if !MEDIA_SUBDRV_AUTOSELECT

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

199 depends on VIDEO_V4L2 && I2C
200 ---help---
201 V4l2 subdevice driver for the Analog Devices
202 ADV7183 video decoder.
203
204 To compile this driver as a module, choose M here: the
205 module will be called adv7183.
206
207config VIDEO_ADV748X
208 tristate "Analog Devices ADV748x decoder"
209 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
210 depends on OF
211 select REGMAP_I2C
212 ---help---
213 V4L2 subdevice driver for the Analog Devices
214 ADV7481 and ADV7482 HDMI/Analog video decoders.
215
216 To compile this driver as a module, choose M here: the
217 module will be called adv748x.
218
207config VIDEO_ADV7604
208 tristate "Analog Devices ADV7604 decoder"
209 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
210 depends on GPIOLIB || COMPILE_TEST
211 select HDMI
212 select V4L2_FWNODE
213 ---help---
214 Support for the Analog Devices ADV7604 video decoder.

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

588 select V4L2_FWNODE
589 ---help---
590 This is a Video4Linux2 sensor-level driver for the OmniVision
591 OV5647 camera.
592
593 To compile this driver as a module, choose M here: the
594 module will be called ov5647.
595
219config VIDEO_ADV7604
220 tristate "Analog Devices ADV7604 decoder"
221 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
222 depends on GPIOLIB || COMPILE_TEST
223 select HDMI
224 select V4L2_FWNODE
225 ---help---
226 Support for the Analog Devices ADV7604 video decoder.

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

600 select V4L2_FWNODE
601 ---help---
602 This is a Video4Linux2 sensor-level driver for the OmniVision
603 OV5647 camera.
604
605 To compile this driver as a module, choose M here: the
606 module will be called ov5647.
607
608config VIDEO_OV6650
609 tristate "OmniVision OV6650 sensor support"
610 depends on I2C && VIDEO_V4L2
611 depends on MEDIA_CAMERA_SUPPORT
612 ---help---
613 This is a Video4Linux2 sensor-level driver for the OmniVision
614 OV6650 camera.
615
616 To compile this driver as a module, choose M here: the
617 module will be called ov6650.
618
619config VIDEO_OV5670
620 tristate "OmniVision OV5670 sensor support"
621 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
622 depends on MEDIA_CAMERA_SUPPORT
623 depends on MEDIA_CONTROLLER
624 select V4L2_FWNODE
625 ---help---
626 This is a Video4Linux2 sensor-level driver for the OmniVision
627 OV5670 camera.
628
629 To compile this driver as a module, choose M here: the
630 module will be called ov5670.
631
596config VIDEO_OV7640
597 tristate "OmniVision OV7640 sensor support"
598 depends on I2C && VIDEO_V4L2
599 depends on MEDIA_CAMERA_SUPPORT
600 ---help---
601 This is a Video4Linux2 sensor-level driver for the OmniVision
602 OV7640 camera.
603

--- 265 unchanged lines hidden ---
632config VIDEO_OV7640
633 tristate "OmniVision OV7640 sensor support"
634 depends on I2C && VIDEO_V4L2
635 depends on MEDIA_CAMERA_SUPPORT
636 ---help---
637 This is a Video4Linux2 sensor-level driver for the OmniVision
638 OV7640 camera.
639

--- 265 unchanged lines hidden ---