1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
config VIDEO_IMX185
tristate "IMX185 camera sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
---help---
This is a Video4Linux2 sensor-level driver for the Sony
IMX185 camera sensor
To compile this driver as a module, choose M here: the module
will be called imx185.
config VIDEO_IMX219
tristate "IMX219 camera sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
---help---
This driver supports IMX219 camera sensor from Sony
To compile this driver as a module, choose M here: the module
will be called imx219.
config VIDEO_IMX274
tristate "IMX274 camera sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
---help---
This is a Video4Linux2 sensor-level driver for the Sony
IMX274 camera sensor
To compile this driver as a module, choose M here: the module
will be called imx274.
config VIDEO_LC898212
tristate "LC898212 focuser support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
---help---
This driver supports LC898212 camera focuser
To compile this driver as a module, choose M here: the module
will be called lc898212.
config VIDEO_OV5693
tristate "OV5693 camera sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
---help---
This is a Video4Linux2 sensor-level driver for the OmniVision
OV5693 camera.
To compile this driver as a module, choose M here: the module
will be called ov5693.
config VIDEO_OV9281
tristate "OmniVision OV9281 camera sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
---help---
This is a Video4Linux2 sensor driver for the OmniVision
OV9281 camera sensor, for use with the tegra isp.
To compile this driver as a module, choose M here: the module
will be called ov9281.
config VIDEO_OV10823
tristate "OmniVision OV10823 camera sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
---help---
This is a Video4Linux2 sensor driver for the OmniVision
OV10823 camera sensor, for use with the tegra isp.
To compile this driver as a module, choose M here: the module
will be called ov10823.
config VIDEO_OV23850
tristate "OmniVision OV23850 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
---help---
This driver supports OmniVision OV23850 camera sensor
To compile this driver as a module, choose M here: the module
will be called ov23850.
config I2C_IOEXPANDER_PCA9570
tristate "nxp PCA9570 I2C IO Expander"
help
If you say yes here you get support for the nxp PCA9570
I2C IO Expander devices.
To compile this driver as a module, choose M here: the module
will be called pca9570.
config VIDEO_TC358840
tristate "Toshiba TC358840 decoder"
depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
select HDMI
---help---
Support for the Toshiba TC358840 HDMI to MIPI CSI-2 bridge.
To compile this driver as a module, choose M here: the
module will be called tc358840.
|