Kconfig (6f84981772535e670e4e2df051a672af229b6694) | Kconfig (e14d3ac81bd2264edc76bf5796305b2dfea44487) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Multimedia Video device configuration 4# 5 6if VIDEO_DEV 7 8comment "IR I2C driver auto-selected by 'Autoselect ancillary drivers'" --- 631 unchanged lines hidden (view full) --- 640 select V4L2_FWNODE 641 help 642 This is a Video4Linux2 sensor driver for the OmniVision 643 OV8856 camera sensor. 644 645 To compile this driver as a module, choose M here: the 646 module will be called ov8856. 647 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Multimedia Video device configuration 4# 5 6if VIDEO_DEV 7 8comment "IR I2C driver auto-selected by 'Autoselect ancillary drivers'" --- 631 unchanged lines hidden (view full) --- 640 select V4L2_FWNODE 641 help 642 This is a Video4Linux2 sensor driver for the OmniVision 643 OV8856 camera sensor. 644 645 To compile this driver as a module, choose M here: the 646 module will be called ov8856. 647 |
648config VIDEO_OV8858 649 tristate "OmniVision OV8858 sensor support" 650 depends on I2C && PM && VIDEO_DEV 651 select MEDIA_CONTROLLER 652 select VIDEO_V4L2_SUBDEV_API 653 select V4L2_FWNODE 654 help 655 This is a Video4Linux2 sensor driver for OmniVision 656 OV8858 camera sensor. 657 658 To compile this driver as a module, choose M here: the 659 module will be called ov8858. 660 |
|
648config VIDEO_OV8865 649 tristate "OmniVision OV8865 sensor support" 650 depends on I2C && PM && VIDEO_DEV 651 select MEDIA_CONTROLLER 652 select VIDEO_V4L2_SUBDEV_API 653 select V4L2_FWNODE 654 help 655 This is a Video4Linux2 sensor driver for OmniVision --- 985 unchanged lines hidden --- | 661config VIDEO_OV8865 662 tristate "OmniVision OV8865 sensor support" 663 depends on I2C && PM && VIDEO_DEV 664 select MEDIA_CONTROLLER 665 select VIDEO_V4L2_SUBDEV_API 666 select V4L2_FWNODE 667 help 668 This is a Video4Linux2 sensor driver for OmniVision --- 985 unchanged lines hidden --- |