• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Multimedia Video device configuration
4#
5
6if VIDEO_V4L2
7
8menu "RK3588 i2c Camear"
9config VIDEO_OV13855
10	tristate "OmniVision OV13855 sensor support"
11	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
12	depends on MEDIA_CAMERA_SUPPORT
13	select V4L2_FWNODE
14	help
15	  This is a Video4Linux2 sensor driver for the OmniVision
16	  OV13855 camera.
17
18config VIDEO_DW9763
19        tristate "DW9763 lens voice coil support"
20        depends on I2C && VIDEO_V4L2
21        select MEDIA_CONTROLLER
22        select VIDEO_V4L2_SUBDEV_API
23        help
24          This is a driver for the DW9763 camera lens voice coil.
25          DW9763 is a 10 bit DAC with 120mA output current sink
26          capability. This is designed for linear control of
27          voice coil motors, controlled via I2C serial interface.
28
29endmenu
30endif # VIDEO_V4L2
31