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