Merge remote-tracking branch 'regmap/for-next'
[deliverable/linux.git] / drivers / media / i2c / soc_camera / Kconfig
1 comment "soc_camera sensor drivers"
2
3 config SOC_CAMERA_IMX074
4 tristate "imx074 support"
5 depends on SOC_CAMERA && I2C
6 help
7 This driver supports IMX074 cameras from Sony
8
9 config SOC_CAMERA_MT9M001
10 tristate "mt9m001 support"
11 depends on SOC_CAMERA && I2C
12 help
13 This driver supports MT9M001 cameras from Micron, monochrome
14 and colour models.
15
16 config SOC_CAMERA_MT9M111
17 tristate "legacy soc_camera mt9m111, mt9m112 and mt9m131 support"
18 depends on SOC_CAMERA && I2C
19 select VIDEO_MT9M111
20 help
21 This driver supports MT9M111, MT9M112 and MT9M131 cameras from
22 Micron/Aptina.
23 This is the legacy configuration which shouldn't be used anymore,
24 while VIDEO_MT9M111 should be used instead.
25
26 config SOC_CAMERA_MT9T031
27 tristate "mt9t031 support"
28 depends on SOC_CAMERA && I2C
29 help
30 This driver supports MT9T031 cameras from Micron.
31
32 config SOC_CAMERA_MT9T112
33 tristate "mt9t112 support"
34 depends on SOC_CAMERA && I2C
35 help
36 This driver supports MT9T112 cameras from Aptina.
37
38 config SOC_CAMERA_MT9V022
39 tristate "mt9v022 and mt9v024 support"
40 depends on SOC_CAMERA && I2C
41 help
42 This driver supports MT9V022 cameras from Micron
43
44 config SOC_CAMERA_OV2640
45 tristate "ov2640 camera support"
46 depends on SOC_CAMERA && I2C
47 help
48 This is a ov2640 camera driver
49
50 config SOC_CAMERA_OV5642
51 tristate "ov5642 camera support"
52 depends on SOC_CAMERA && I2C
53 help
54 This is a V4L2 camera driver for the OmniVision OV5642 sensor
55
56 config SOC_CAMERA_OV6650
57 tristate "ov6650 sensor support"
58 depends on SOC_CAMERA && I2C
59 ---help---
60 This is a V4L2 SoC camera driver for the OmniVision OV6650 sensor
61
62 config SOC_CAMERA_OV772X
63 tristate "ov772x camera support"
64 depends on SOC_CAMERA && I2C
65 help
66 This is a ov772x camera driver
67
68 config SOC_CAMERA_OV9640
69 tristate "ov9640 camera support"
70 depends on SOC_CAMERA && I2C
71 help
72 This is a ov9640 camera driver
73
74 config SOC_CAMERA_OV9740
75 tristate "ov9740 camera support"
76 depends on SOC_CAMERA && I2C
77 help
78 This is a ov9740 camera driver
79
80 config SOC_CAMERA_RJ54N1
81 tristate "rj54n1cb0c support"
82 depends on SOC_CAMERA && I2C
83 help
84 This is a rj54n1cb0c video driver
85
86 config SOC_CAMERA_TW9910
87 tristate "tw9910 support"
88 depends on SOC_CAMERA && I2C
89 help
90 This is a tw9910 video driver
This page took 0.033016 seconds and 5 git commands to generate.