summaryrefslogtreecommitdiff
path: root/drivers/media/platform/tegra/Kconfig
blob: 480c835723036b987c06ad8b11e85270bdba3651 (plain)
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
#
# camera/video device drivers supported.
#

source "drivers/media/platform/tegra/avp/Kconfig"
source "drivers/media/platform/tegra/mediaserver/Kconfig"
source "drivers/media/platform/tegra/nvavp/Kconfig"

# only involve device specific PCL drivers while virtual driver cannot
# handle it full functionally.
#source "drivers/media/video/tegra/cam_dev/Kconfig"

config TEGRA_DTV
        bool "Enable support for tegra dtv interface"
        depends on ARCH_TEGRA
        default y
        help
          Enables support for the Tegra dtv interface

          If unsure, say Y

config VIDEO_OV5650
        tristate "OV5650 camera sensor support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the Omnivision OV5650 5MP camera sensor
          for use with the tegra isp.

config VIDEO_OV5640
        tristate "OV5640 camera sensor support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the Omnivision OV5640 5MP camera sensor
          for use with the tegra isp.

config VIDEO_OV14810
        tristate "OV14810 camera sensor support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the Omnivision OV14810 14MP camera sensor
          for use with the tegra isp.


config VIDEO_OV9726
        tristate "OV9726 camera sensor support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the Omnivision OV9726 camera sensor
          for use with the tegra isp.

config VIDEO_OV2710
        tristate "OV2710 camera sensor support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the Omnivision OV2710 camera sensor
          for use with the tegra isp.

config VIDEO_AR0832
        tristate "AR0832 camera sensor support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the AR0832 camera sensor
          for use with the tegra isp.

config VIDEO_SOC380
        tristate "SOC380 camera sensor support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the Semco soc380 camera sensor
          for use with the tegra isp.

config VIDEO_IMX091
        tristate "IMX091 camera sensor support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the IMX091 camera sensor
          for use with the tegra isp.

config VIDEO_IMX135
        tristate "IMX135 camera sensor support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the IMX135 camera sensor
          for use with the tegra isp.  The sensor has a
          maximum of 13MP (4208x3120) resolution with HDR
          capability.

config VIDEO_AR0261
        tristate "AR0261 camera sensor support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the AR0261 camera sensor

config VIDEO_AR0330
        tristate "AR0330 camera sensor support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the AR0330 camera sensor
	  for use with the tegra isp.  The sensor has a
	  maximum of 3MP resolution with slave mode
	  capability.

config VIDEO_AR1335
        tristate "AR1335 camera sensor support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the AR1335 camera sensor
          for use with the tegra isp.  The sensor has a
          maximum resolution of 4208x3120 with 4 MIPI
          lane configuration.

config VIDEO_IMX132
        tristate "IMX132 camera sensor support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the IMX132 camera sensor

config VIDEO_OV9772
        tristate "OV9772 camera sensor support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the OV9772 camera sensor
          for use with the tegra isp.

config VIDEO_OV5693
        tristate "OV5693 camera sensor support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the OV5693 camera sensor
          for use with the tegra isp.

config VIDEO_OV7695
        tristate "OV7695 camera sensor support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the OV7695 YUV camera sensor device
          This sensor has external ISP, it isn't using tegra ISP.

config VIDEO_OV4689
        tristate "OV4689 camera sensor support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the OV4689 camera sensor
          for use with the tegra isp.

config TORCH_SSL3250A
        tristate "SSL3250A flash/torch support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the SSL3250A flash/torch camera device

config TORCH_TPS61050
        tristate "TPS61050 flash/torch support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the TPS61050 flash/torch camera device

config MAX77665_FLASH
        tristate "MAX77665 flash/torch support"
        depends on I2C && ARCH_TEGRA
        select MFD_MAX77665
        ---help---
          This is a driver for the MAX77665 flash/torch camera device

config TORCH_MAX77387
        tristate "MAX77387 flash/torch support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the MAX77387 flash/torch camera device
          for use with the tegra isp.

config TORCH_AS364X
        tristate "AS364X flash/torch support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the AS364X flash/torch camera device

config TORCH_LM3565
        tristate "LM3565 flash/torch support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the LM3565 flash/torch camera device

config VIDEO_SH532U
        tristate "SH532U focuser support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the SEMCO SH532U focuser
          for use with the tegra isp.

config VIDEO_AD5820
        tristate "AD5820 focuser support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the AD5820 focuser
          for use with the tegra isp.

config VIDEO_AD5823
        tristate "AD5823 focuser support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the AD5823 focuser
          for use with the tegra isp.

config VIDEO_AD5816
        tristate "AD5816 focuser support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the AD5816 focuser
          for use with the tegra isp.

config VIDEO_DW9718
        tristate "DW9718 focuser support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the DW9718 focuser
          for use with the tegra isp.

config VIDEO_AR0833
        tristate "AR0833 camera sensor support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the AR0833 camera sensor
          for use with the tegra isp.

config VIDEO_MT9M114
        tristate "SOC1040 camera sensor support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the SOC1040 camera sensor
          for use with the tegra isp.

config VIDEO_IMX179
        tristate "IMX179 camera sensor support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the IMX179 camera sensor
          for use with the tegra isp.

config VIDEO_IMX185
        tristate "IMX185 camera sensor support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for the IMX185 camera sensor
          for use with the tegra isp.

config VIDEO_CAMERA
        tristate "generic camera device support"
        depends on I2C && ARCH_TEGRA
        ---help---
          This is a driver for generic camera devices
          for use with the tegra isp.