Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 1 | # |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 2 | # Multimedia Video device configuration |
| 3 | # |
| 4 | |
| 5 | if VIDEO_V4L2 |
| 6 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 7 | config VIDEO_IR_I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 8 | tristate "I2C module for IR" if !MEDIA_SUBDRV_AUTOSELECT |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 9 | depends on I2C && RC_CORE |
| 10 | default y |
| 11 | ---help--- |
| 12 | Most boards have an IR chip directly connected via GPIO. However, |
| 13 | some video boards have the IR connected via I2C bus. |
| 14 | |
| 15 | If your board doesn't have an I2C IR chip, you may disable this |
| 16 | option. |
| 17 | |
| 18 | In doubt, say Y. |
| 19 | |
| 20 | # |
| 21 | # Encoder / Decoder module configuration |
| 22 | # |
| 23 | |
| 24 | menu "Encoders, decoders, sensors and other helper chips" |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 25 | visible if !MEDIA_SUBDRV_AUTOSELECT |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 26 | |
| 27 | comment "Audio decoders, processors and mixers" |
| 28 | |
| 29 | config VIDEO_TVAUDIO |
| 30 | tristate "Simple audio decoder chips" |
| 31 | depends on VIDEO_V4L2 && I2C |
| 32 | ---help--- |
| 33 | Support for several audio decoder chips found on some bt8xx boards: |
| 34 | Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300, |
| 35 | tea6320, tea6420, tda8425, ta8874z. |
| 36 | Microchip: pic16c54 based design on ProVideo PV951 board. |
| 37 | |
| 38 | To compile this driver as a module, choose M here: the |
| 39 | module will be called tvaudio. |
| 40 | |
| 41 | config VIDEO_TDA7432 |
| 42 | tristate "Philips TDA7432 audio processor" |
| 43 | depends on VIDEO_V4L2 && I2C |
| 44 | ---help--- |
| 45 | Support for tda7432 audio decoder chip found on some bt8xx boards. |
| 46 | |
| 47 | To compile this driver as a module, choose M here: the |
| 48 | module will be called tda7432. |
| 49 | |
| 50 | config VIDEO_TDA9840 |
| 51 | tristate "Philips TDA9840 audio processor" |
| 52 | depends on I2C |
| 53 | ---help--- |
| 54 | Support for tda9840 audio decoder chip found on some Zoran boards. |
| 55 | |
| 56 | To compile this driver as a module, choose M here: the |
| 57 | module will be called tda9840. |
| 58 | |
| 59 | config VIDEO_TEA6415C |
| 60 | tristate "Philips TEA6415C audio processor" |
| 61 | depends on I2C |
| 62 | ---help--- |
| 63 | Support for tea6415c audio decoder chip found on some bt8xx boards. |
| 64 | |
| 65 | To compile this driver as a module, choose M here: the |
| 66 | module will be called tea6415c. |
| 67 | |
| 68 | config VIDEO_TEA6420 |
| 69 | tristate "Philips TEA6420 audio processor" |
| 70 | depends on I2C |
| 71 | ---help--- |
| 72 | Support for tea6420 audio decoder chip found on some bt8xx boards. |
| 73 | |
| 74 | To compile this driver as a module, choose M here: the |
| 75 | module will be called tea6420. |
| 76 | |
| 77 | config VIDEO_MSP3400 |
| 78 | tristate "Micronas MSP34xx audio decoders" |
| 79 | depends on VIDEO_V4L2 && I2C |
| 80 | ---help--- |
| 81 | Support for the Micronas MSP34xx series of audio decoders. |
| 82 | |
| 83 | To compile this driver as a module, choose M here: the |
| 84 | module will be called msp3400. |
| 85 | |
| 86 | config VIDEO_CS5345 |
| 87 | tristate "Cirrus Logic CS5345 audio ADC" |
| 88 | depends on VIDEO_V4L2 && I2C |
| 89 | ---help--- |
| 90 | Support for the Cirrus Logic CS5345 24-bit, 192 kHz |
| 91 | stereo A/D converter. |
| 92 | |
| 93 | To compile this driver as a module, choose M here: the |
| 94 | module will be called cs5345. |
| 95 | |
| 96 | config VIDEO_CS53L32A |
| 97 | tristate "Cirrus Logic CS53L32A audio ADC" |
| 98 | depends on VIDEO_V4L2 && I2C |
| 99 | ---help--- |
| 100 | Support for the Cirrus Logic CS53L32A low voltage |
| 101 | stereo A/D converter. |
| 102 | |
| 103 | To compile this driver as a module, choose M here: the |
| 104 | module will be called cs53l32a. |
| 105 | |
| 106 | config VIDEO_TLV320AIC23B |
| 107 | tristate "Texas Instruments TLV320AIC23B audio codec" |
Hans Verkuil | 2cca7d4 | 2012-09-03 10:16:34 -0300 | [diff] [blame] | 108 | depends on VIDEO_V4L2 && I2C |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 109 | ---help--- |
| 110 | Support for the Texas Instruments TLV320AIC23B audio codec. |
| 111 | |
| 112 | To compile this driver as a module, choose M here: the |
| 113 | module will be called tlv320aic23b. |
| 114 | |
Hans Verkuil | 73d9f97 | 2013-03-09 07:20:12 -0300 | [diff] [blame] | 115 | config VIDEO_UDA1342 |
| 116 | tristate "Philips UDA1342 audio codec" |
| 117 | depends on VIDEO_V4L2 && I2C |
| 118 | ---help--- |
| 119 | Support for the Philips UDA1342 audio codec. |
| 120 | |
| 121 | To compile this driver as a module, choose M here: the |
| 122 | module will be called uda1342. |
| 123 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 124 | config VIDEO_WM8775 |
| 125 | tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer" |
| 126 | depends on VIDEO_V4L2 && I2C |
| 127 | ---help--- |
| 128 | Support for the Wolfson Microelectronics WM8775 high |
| 129 | performance stereo A/D Converter with a 4 channel input mixer. |
| 130 | |
| 131 | To compile this driver as a module, choose M here: the |
| 132 | module will be called wm8775. |
| 133 | |
| 134 | config VIDEO_WM8739 |
| 135 | tristate "Wolfson Microelectronics WM8739 stereo audio ADC" |
| 136 | depends on VIDEO_V4L2 && I2C |
| 137 | ---help--- |
| 138 | Support for the Wolfson Microelectronics WM8739 |
| 139 | stereo A/D Converter. |
| 140 | |
| 141 | To compile this driver as a module, choose M here: the |
| 142 | module will be called wm8739. |
| 143 | |
| 144 | config VIDEO_VP27SMPX |
Hans Verkuil | c7c54a9 | 2013-03-22 11:13:58 -0300 | [diff] [blame] | 145 | tristate "Panasonic VP27's internal MPX" |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 146 | depends on VIDEO_V4L2 && I2C |
| 147 | ---help--- |
| 148 | Support for the internal MPX of the Panasonic VP27s tuner. |
| 149 | |
| 150 | To compile this driver as a module, choose M here: the |
| 151 | module will be called vp27smpx. |
| 152 | |
Hans Verkuil | c7c54a9 | 2013-03-22 11:13:58 -0300 | [diff] [blame] | 153 | config VIDEO_SONY_BTF_MPX |
| 154 | tristate "Sony BTF's internal MPX" |
| 155 | depends on VIDEO_V4L2 && I2C |
| 156 | help |
| 157 | Support for the internal MPX of the Sony BTF-PG472Z tuner. |
| 158 | |
| 159 | To compile this driver as a module, choose M here: the |
| 160 | module will be called sony-btf-mpx. |
| 161 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 162 | comment "RDS decoders" |
| 163 | |
| 164 | config VIDEO_SAA6588 |
| 165 | tristate "SAA6588 Radio Chip RDS decoder support" |
| 166 | depends on VIDEO_V4L2 && I2C |
| 167 | |
| 168 | help |
| 169 | Support for this Radio Data System (RDS) decoder. This allows |
| 170 | seeing radio station identification transmitted using this |
| 171 | standard. |
| 172 | |
| 173 | To compile this driver as a module, choose M here: the |
| 174 | module will be called saa6588. |
| 175 | |
| 176 | comment "Video decoders" |
| 177 | |
| 178 | config VIDEO_ADV7180 |
| 179 | tristate "Analog Devices ADV7180 decoder" |
| 180 | depends on VIDEO_V4L2 && I2C |
| 181 | ---help--- |
| 182 | Support for the Analog Devices ADV7180 video decoder. |
| 183 | |
| 184 | To compile this driver as a module, choose M here: the |
| 185 | module will be called adv7180. |
| 186 | |
| 187 | config VIDEO_ADV7183 |
| 188 | tristate "Analog Devices ADV7183 decoder" |
| 189 | depends on VIDEO_V4L2 && I2C |
| 190 | ---help--- |
| 191 | V4l2 subdevice driver for the Analog Devices |
| 192 | ADV7183 video decoder. |
| 193 | |
| 194 | To compile this driver as a module, choose M here: the |
| 195 | module will be called adv7183. |
| 196 | |
Hans Verkuil | 54450f5 | 2012-07-18 05:45:16 -0300 | [diff] [blame] | 197 | config VIDEO_ADV7604 |
| 198 | tristate "Analog Devices ADV7604 decoder" |
| 199 | depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API |
| 200 | ---help--- |
| 201 | Support for the Analog Devices ADV7604 video decoder. |
| 202 | |
| 203 | This is a Analog Devices Component/Graphics Digitizer |
| 204 | with 4:1 Multiplexed HDMI Receiver. |
| 205 | |
| 206 | To compile this driver as a module, choose M here: the |
| 207 | module will be called adv7604. |
| 208 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 209 | config VIDEO_BT819 |
| 210 | tristate "BT819A VideoStream decoder" |
| 211 | depends on VIDEO_V4L2 && I2C |
| 212 | ---help--- |
| 213 | Support for BT819A video decoder. |
| 214 | |
| 215 | To compile this driver as a module, choose M here: the |
| 216 | module will be called bt819. |
| 217 | |
| 218 | config VIDEO_BT856 |
| 219 | tristate "BT856 VideoStream decoder" |
| 220 | depends on VIDEO_V4L2 && I2C |
| 221 | ---help--- |
| 222 | Support for BT856 video decoder. |
| 223 | |
| 224 | To compile this driver as a module, choose M here: the |
| 225 | module will be called bt856. |
| 226 | |
| 227 | config VIDEO_BT866 |
| 228 | tristate "BT866 VideoStream decoder" |
| 229 | depends on VIDEO_V4L2 && I2C |
| 230 | ---help--- |
| 231 | Support for BT866 video decoder. |
| 232 | |
| 233 | To compile this driver as a module, choose M here: the |
| 234 | module will be called bt866. |
| 235 | |
| 236 | config VIDEO_KS0127 |
| 237 | tristate "KS0127 video decoder" |
| 238 | depends on VIDEO_V4L2 && I2C |
| 239 | ---help--- |
| 240 | Support for KS0127 video decoder. |
| 241 | |
| 242 | This chip is used on AverMedia AVS6EYES Zoran-based MJPEG |
| 243 | cards. |
| 244 | |
| 245 | To compile this driver as a module, choose M here: the |
| 246 | module will be called ks0127. |
| 247 | |
| 248 | config VIDEO_SAA7110 |
| 249 | tristate "Philips SAA7110 video decoder" |
| 250 | depends on VIDEO_V4L2 && I2C |
| 251 | ---help--- |
| 252 | Support for the Philips SAA7110 video decoders. |
| 253 | |
| 254 | To compile this driver as a module, choose M here: the |
| 255 | module will be called saa7110. |
| 256 | |
| 257 | config VIDEO_SAA711X |
| 258 | tristate "Philips SAA7111/3/4/5 video decoders" |
| 259 | depends on VIDEO_V4L2 && I2C |
| 260 | ---help--- |
| 261 | Support for the Philips SAA7111/3/4/5 video decoders. |
| 262 | |
| 263 | To compile this driver as a module, choose M here: the |
| 264 | module will be called saa7115. |
| 265 | |
| 266 | config VIDEO_SAA7191 |
| 267 | tristate "Philips SAA7191 video decoder" |
| 268 | depends on VIDEO_V4L2 && I2C |
| 269 | ---help--- |
| 270 | Support for the Philips SAA7191 video decoder. |
| 271 | |
| 272 | To compile this driver as a module, choose M here: the |
| 273 | module will be called saa7191. |
| 274 | |
| 275 | config VIDEO_TVP514X |
| 276 | tristate "Texas Instruments TVP514x video decoder" |
| 277 | depends on VIDEO_V4L2 && I2C |
| 278 | ---help--- |
| 279 | This is a Video4Linux2 sensor-level driver for the TI TVP5146/47 |
| 280 | decoder. It is currently working with the TI OMAP3 camera |
| 281 | controller. |
| 282 | |
| 283 | To compile this driver as a module, choose M here: the |
| 284 | module will be called tvp514x. |
| 285 | |
| 286 | config VIDEO_TVP5150 |
| 287 | tristate "Texas Instruments TVP5150 video decoder" |
| 288 | depends on VIDEO_V4L2 && I2C |
| 289 | ---help--- |
| 290 | Support for the Texas Instruments TVP5150 video decoder. |
| 291 | |
| 292 | To compile this driver as a module, choose M here: the |
| 293 | module will be called tvp5150. |
| 294 | |
| 295 | config VIDEO_TVP7002 |
| 296 | tristate "Texas Instruments TVP7002 video decoder" |
| 297 | depends on VIDEO_V4L2 && I2C |
| 298 | ---help--- |
| 299 | Support for the Texas Instruments TVP7002 video decoder. |
| 300 | |
| 301 | To compile this driver as a module, choose M here: the |
| 302 | module will be called tvp7002. |
| 303 | |
Hans Verkuil | 12be52a | 2013-03-09 08:06:07 -0300 | [diff] [blame^] | 304 | config VIDEO_TW2804 |
| 305 | tristate "Techwell TW2804 multiple video decoder" |
| 306 | depends on VIDEO_V4L2 && I2C |
| 307 | ---help--- |
| 308 | Support for the Techwell tw2804 multiple video decoder. |
| 309 | |
| 310 | To compile this driver as a module, choose M here: the |
| 311 | module will be called tw2804. |
| 312 | |
Hans Verkuil | 0890ec1 | 2013-03-18 04:10:56 -0300 | [diff] [blame] | 313 | config VIDEO_TW9903 |
| 314 | tristate "Techwell TW9903 video decoder" |
| 315 | depends on VIDEO_V4L2 && I2C |
| 316 | ---help--- |
Hans Verkuil | 12be52a | 2013-03-09 08:06:07 -0300 | [diff] [blame^] | 317 | Support for the Techwell tw9903 multi-standard video decoder |
Hans Verkuil | 0890ec1 | 2013-03-18 04:10:56 -0300 | [diff] [blame] | 318 | with high quality down scaler. |
| 319 | |
| 320 | To compile this driver as a module, choose M here: the |
| 321 | module will be called tw9903. |
| 322 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 323 | config VIDEO_VPX3220 |
| 324 | tristate "vpx3220a, vpx3216b & vpx3214c video decoders" |
| 325 | depends on VIDEO_V4L2 && I2C |
| 326 | ---help--- |
| 327 | Support for VPX322x video decoders. |
| 328 | |
| 329 | To compile this driver as a module, choose M here: the |
| 330 | module will be called vpx3220. |
| 331 | |
| 332 | comment "Video and audio decoders" |
| 333 | |
| 334 | config VIDEO_SAA717X |
| 335 | tristate "Philips SAA7171/3/4 audio/video decoders" |
| 336 | depends on VIDEO_V4L2 && I2C |
| 337 | ---help--- |
| 338 | Support for the Philips SAA7171/3/4 audio/video decoders. |
| 339 | |
| 340 | To compile this driver as a module, choose M here: the |
| 341 | module will be called saa717x. |
| 342 | |
| 343 | source "drivers/media/i2c/cx25840/Kconfig" |
| 344 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 345 | comment "Video encoders" |
| 346 | |
| 347 | config VIDEO_SAA7127 |
| 348 | tristate "Philips SAA7127/9 digital video encoders" |
| 349 | depends on VIDEO_V4L2 && I2C |
| 350 | ---help--- |
| 351 | Support for the Philips SAA7127/9 digital video encoders. |
| 352 | |
| 353 | To compile this driver as a module, choose M here: the |
| 354 | module will be called saa7127. |
| 355 | |
| 356 | config VIDEO_SAA7185 |
| 357 | tristate "Philips SAA7185 video encoder" |
| 358 | depends on VIDEO_V4L2 && I2C |
| 359 | ---help--- |
| 360 | Support for the Philips SAA7185 video encoder. |
| 361 | |
| 362 | To compile this driver as a module, choose M here: the |
| 363 | module will be called saa7185. |
| 364 | |
| 365 | config VIDEO_ADV7170 |
| 366 | tristate "Analog Devices ADV7170 video encoder" |
| 367 | depends on VIDEO_V4L2 && I2C |
| 368 | ---help--- |
| 369 | Support for the Analog Devices ADV7170 video encoder driver |
| 370 | |
| 371 | To compile this driver as a module, choose M here: the |
| 372 | module will be called adv7170. |
| 373 | |
| 374 | config VIDEO_ADV7175 |
| 375 | tristate "Analog Devices ADV7175 video encoder" |
| 376 | depends on VIDEO_V4L2 && I2C |
| 377 | ---help--- |
| 378 | Support for the Analog Devices ADV7175 video encoder driver |
| 379 | |
| 380 | To compile this driver as a module, choose M here: the |
| 381 | module will be called adv7175. |
| 382 | |
| 383 | config VIDEO_ADV7343 |
| 384 | tristate "ADV7343 video encoder" |
| 385 | depends on I2C |
| 386 | help |
| 387 | Support for Analog Devices I2C bus based ADV7343 encoder. |
| 388 | |
| 389 | To compile this driver as a module, choose M here: the |
| 390 | module will be called adv7343. |
| 391 | |
| 392 | config VIDEO_ADV7393 |
| 393 | tristate "ADV7393 video encoder" |
| 394 | depends on I2C |
| 395 | help |
| 396 | Support for Analog Devices I2C bus based ADV7393 encoder. |
| 397 | |
| 398 | To compile this driver as a module, choose M here: the |
| 399 | module will be called adv7393. |
| 400 | |
Hans Verkuil | 117a55b | 2012-07-18 05:46:46 -0300 | [diff] [blame] | 401 | config VIDEO_AD9389B |
| 402 | tristate "Analog Devices AD9389B encoder" |
| 403 | depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API |
| 404 | ---help--- |
| 405 | Support for the Analog Devices AD9389B video encoder. |
| 406 | |
| 407 | This is a Analog Devices HDMI transmitter. |
| 408 | |
| 409 | To compile this driver as a module, choose M here: the |
| 410 | module will be called ad9389b. |
| 411 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 412 | config VIDEO_AK881X |
| 413 | tristate "AK8813/AK8814 video encoders" |
| 414 | depends on I2C |
| 415 | help |
| 416 | Video output driver for AKM AK8813 and AK8814 TV encoders |
| 417 | |
| 418 | comment "Camera sensor devices" |
| 419 | |
| 420 | config VIDEO_APTINA_PLL |
| 421 | tristate |
| 422 | |
| 423 | config VIDEO_SMIAPP_PLL |
| 424 | tristate |
| 425 | |
Hans Verkuil | ec367c3 | 2013-03-09 07:09:18 -0300 | [diff] [blame] | 426 | config VIDEO_OV7640 |
| 427 | tristate "OmniVision OV7640 sensor support" |
| 428 | depends on I2C && VIDEO_V4L2 |
| 429 | depends on MEDIA_CAMERA_SUPPORT |
| 430 | ---help--- |
| 431 | This is a Video4Linux2 sensor-level driver for the OmniVision |
| 432 | OV7640 camera. |
| 433 | |
| 434 | To compile this driver as a module, choose M here: the |
| 435 | module will be called ov7640. |
| 436 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 437 | config VIDEO_OV7670 |
| 438 | tristate "OmniVision OV7670 sensor support" |
| 439 | depends on I2C && VIDEO_V4L2 |
| 440 | depends on MEDIA_CAMERA_SUPPORT |
| 441 | ---help--- |
| 442 | This is a Video4Linux2 sensor-level driver for the OmniVision |
| 443 | OV7670 VGA camera. It currently only works with the M88ALP01 |
| 444 | controller. |
| 445 | |
Sylwester Nawrocki | 84a15de | 2012-12-26 15:50:03 -0300 | [diff] [blame] | 446 | config VIDEO_OV9650 |
| 447 | tristate "OmniVision OV9650/OV9652 sensor support" |
| 448 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
| 449 | ---help--- |
| 450 | This is a V4L2 sensor-level driver for the Omnivision |
| 451 | OV9650 and OV9652 camera sensors. |
| 452 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 453 | config VIDEO_VS6624 |
| 454 | tristate "ST VS6624 sensor support" |
| 455 | depends on VIDEO_V4L2 && I2C |
| 456 | depends on MEDIA_CAMERA_SUPPORT |
| 457 | ---help--- |
| 458 | This is a Video4Linux2 sensor-level driver for the ST VS6624 |
| 459 | camera. |
| 460 | |
| 461 | To compile this driver as a module, choose M here: the |
| 462 | module will be called vs6624. |
| 463 | |
| 464 | config VIDEO_MT9M032 |
| 465 | tristate "MT9M032 camera sensor support" |
| 466 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
| 467 | depends on MEDIA_CAMERA_SUPPORT |
| 468 | select VIDEO_APTINA_PLL |
| 469 | ---help--- |
| 470 | This driver supports MT9M032 camera sensors from Aptina, monochrome |
| 471 | models only. |
| 472 | |
| 473 | config VIDEO_MT9P031 |
| 474 | tristate "Aptina MT9P031 support" |
| 475 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
| 476 | depends on MEDIA_CAMERA_SUPPORT |
| 477 | select VIDEO_APTINA_PLL |
| 478 | ---help--- |
| 479 | This is a Video4Linux2 sensor-level driver for the Aptina |
| 480 | (Micron) mt9p031 5 Mpixel camera. |
| 481 | |
| 482 | config VIDEO_MT9T001 |
| 483 | tristate "Aptina MT9T001 support" |
| 484 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
| 485 | depends on MEDIA_CAMERA_SUPPORT |
| 486 | ---help--- |
| 487 | This is a Video4Linux2 sensor-level driver for the Aptina |
| 488 | (Micron) mt0t001 3 Mpixel camera. |
| 489 | |
| 490 | config VIDEO_MT9V011 |
| 491 | tristate "Micron mt9v011 sensor support" |
| 492 | depends on I2C && VIDEO_V4L2 |
| 493 | depends on MEDIA_CAMERA_SUPPORT |
| 494 | ---help--- |
| 495 | This is a Video4Linux2 sensor-level driver for the Micron |
| 496 | mt0v011 1.3 Mpixel camera. It currently only works with the |
| 497 | em28xx driver. |
| 498 | |
| 499 | config VIDEO_MT9V032 |
| 500 | tristate "Micron MT9V032 sensor support" |
| 501 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
| 502 | depends on MEDIA_CAMERA_SUPPORT |
| 503 | ---help--- |
| 504 | This is a Video4Linux2 sensor-level driver for the Micron |
| 505 | MT9V032 752x480 CMOS sensor. |
| 506 | |
| 507 | config VIDEO_TCM825X |
| 508 | tristate "TCM825x camera sensor support" |
Sakari Ailus | 668a8b3 | 2013-01-05 18:56:10 -0300 | [diff] [blame] | 509 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_INT_DEVICE |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 510 | depends on MEDIA_CAMERA_SUPPORT |
| 511 | ---help--- |
| 512 | This is a driver for the Toshiba TCM825x VGA camera sensor. |
| 513 | It is used for example in Nokia N800. |
| 514 | |
| 515 | config VIDEO_SR030PC30 |
| 516 | tristate "Siliconfile SR030PC30 sensor support" |
| 517 | depends on I2C && VIDEO_V4L2 |
| 518 | depends on MEDIA_CAMERA_SUPPORT |
| 519 | ---help--- |
| 520 | This driver supports SR030PC30 VGA camera from Siliconfile |
| 521 | |
| 522 | config VIDEO_NOON010PC30 |
| 523 | tristate "Siliconfile NOON010PC30 sensor support" |
Hans Verkuil | 2cca7d4 | 2012-09-03 10:16:34 -0300 | [diff] [blame] | 524 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 525 | depends on MEDIA_CAMERA_SUPPORT |
| 526 | ---help--- |
| 527 | This driver supports NOON010PC30 CIF camera from Siliconfile |
| 528 | |
| 529 | source "drivers/media/i2c/m5mols/Kconfig" |
| 530 | |
| 531 | config VIDEO_S5K6AA |
| 532 | tristate "Samsung S5K6AAFX sensor support" |
| 533 | depends on MEDIA_CAMERA_SUPPORT |
| 534 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
| 535 | ---help--- |
| 536 | This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M |
| 537 | camera sensor with an embedded SoC image signal processor. |
| 538 | |
Sangwook Lee | 8b99312 | 2012-09-13 07:02:14 -0300 | [diff] [blame] | 539 | config VIDEO_S5K4ECGX |
| 540 | tristate "Samsung S5K4ECGX sensor support" |
| 541 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
| 542 | ---help--- |
| 543 | This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M |
| 544 | camera sensor with an embedded SoC image signal processor. |
| 545 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 546 | source "drivers/media/i2c/smiapp/Kconfig" |
| 547 | |
Andrzej Hajda | cac47f1 | 2012-11-22 11:39:18 -0300 | [diff] [blame] | 548 | config VIDEO_S5C73M3 |
| 549 | tristate "Samsung S5C73M3 sensor support" |
| 550 | depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
| 551 | ---help--- |
| 552 | This is a V4L2 sensor-level driver for Samsung S5C73M3 |
| 553 | 8 Mpixel camera. |
| 554 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 555 | comment "Flash devices" |
| 556 | |
| 557 | config VIDEO_ADP1653 |
| 558 | tristate "ADP1653 flash support" |
| 559 | depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER |
| 560 | depends on MEDIA_CAMERA_SUPPORT |
| 561 | ---help--- |
| 562 | This is a driver for the ADP1653 flash controller. It is used for |
| 563 | example in Nokia N900. |
| 564 | |
| 565 | config VIDEO_AS3645A |
| 566 | tristate "AS3645A flash driver support" |
| 567 | depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER |
| 568 | depends on MEDIA_CAMERA_SUPPORT |
| 569 | ---help--- |
| 570 | This is a driver for the AS3645A and LM3555 flash controllers. It has |
| 571 | build in control for flash, torch and indicator LEDs. |
| 572 | |
| 573 | comment "Video improvement chips" |
| 574 | |
| 575 | config VIDEO_UPD64031A |
| 576 | tristate "NEC Electronics uPD64031A Ghost Reduction" |
| 577 | depends on VIDEO_V4L2 && I2C |
| 578 | ---help--- |
| 579 | Support for the NEC Electronics uPD64031A Ghost Reduction |
| 580 | video chip. It is most often found in NTSC TV cards made for |
| 581 | Japan and is used to reduce the 'ghosting' effect that can |
| 582 | be present in analog TV broadcasts. |
| 583 | |
| 584 | To compile this driver as a module, choose M here: the |
| 585 | module will be called upd64031a. |
| 586 | |
| 587 | config VIDEO_UPD64083 |
| 588 | tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation" |
| 589 | depends on VIDEO_V4L2 && I2C |
| 590 | ---help--- |
| 591 | Support for the NEC Electronics uPD64083 3-Dimensional Y/C |
| 592 | separation video chip. It is used to improve the quality of |
| 593 | the colors of a composite signal. |
| 594 | |
| 595 | To compile this driver as a module, choose M here: the |
| 596 | module will be called upd64083. |
| 597 | |
| 598 | comment "Miscelaneous helper chips" |
| 599 | |
| 600 | config VIDEO_THS7303 |
Lad, Prabhakar | 88da018 | 2013-02-18 07:56:41 -0300 | [diff] [blame] | 601 | tristate "THS7303/53 Video Amplifier" |
| 602 | depends on VIDEO_V4L2 && I2C |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 603 | help |
Lad, Prabhakar | 88da018 | 2013-02-18 07:56:41 -0300 | [diff] [blame] | 604 | Support for TI THS7303/53 video amplifier |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 605 | |
| 606 | To compile this driver as a module, choose M here: the |
| 607 | module will be called ths7303. |
| 608 | |
| 609 | config VIDEO_M52790 |
| 610 | tristate "Mitsubishi M52790 A/V switch" |
| 611 | depends on VIDEO_V4L2 && I2C |
| 612 | ---help--- |
| 613 | Support for the Mitsubishi M52790 A/V switch. |
| 614 | |
| 615 | To compile this driver as a module, choose M here: the |
| 616 | module will be called m52790. |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 617 | endmenu |
Mauro Carvalho Chehab | e9d2f05 | 2012-08-21 08:16:28 -0300 | [diff] [blame] | 618 | |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 619 | menu "Sensors used on soc_camera driver" |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 620 | |
Mauro Carvalho Chehab | 2a2d1cf | 2012-08-14 17:15:52 -0300 | [diff] [blame] | 621 | if SOC_CAMERA |
| 622 | source "drivers/media/i2c/soc_camera/Kconfig" |
| 623 | endif |
| 624 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 625 | endmenu |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 626 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 627 | endif |