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