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 | |
Hans Verkuil | a89bcd4 | 2013-08-22 06:14:22 -0300 | [diff] [blame] | 209 | config VIDEO_ADV7842 |
| 210 | tristate "Analog Devices ADV7842 decoder" |
| 211 | depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API |
| 212 | ---help--- |
| 213 | Support for the Analog Devices ADV7842 video decoder. |
| 214 | |
| 215 | This is a Analog Devices Component/Graphics/SD Digitizer |
| 216 | with 2:1 Multiplexed HDMI Receiver. |
| 217 | |
| 218 | To compile this driver as a module, choose M here: the |
| 219 | module will be called adv7842. |
| 220 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 221 | config VIDEO_BT819 |
| 222 | tristate "BT819A VideoStream decoder" |
| 223 | depends on VIDEO_V4L2 && I2C |
| 224 | ---help--- |
| 225 | Support for BT819A video decoder. |
| 226 | |
| 227 | To compile this driver as a module, choose M here: the |
| 228 | module will be called bt819. |
| 229 | |
| 230 | config VIDEO_BT856 |
| 231 | tristate "BT856 VideoStream decoder" |
| 232 | depends on VIDEO_V4L2 && I2C |
| 233 | ---help--- |
| 234 | Support for BT856 video decoder. |
| 235 | |
| 236 | To compile this driver as a module, choose M here: the |
| 237 | module will be called bt856. |
| 238 | |
| 239 | config VIDEO_BT866 |
| 240 | tristate "BT866 VideoStream decoder" |
| 241 | depends on VIDEO_V4L2 && I2C |
| 242 | ---help--- |
| 243 | Support for BT866 video decoder. |
| 244 | |
| 245 | To compile this driver as a module, choose M here: the |
| 246 | module will be called bt866. |
| 247 | |
| 248 | config VIDEO_KS0127 |
| 249 | tristate "KS0127 video decoder" |
| 250 | depends on VIDEO_V4L2 && I2C |
| 251 | ---help--- |
| 252 | Support for KS0127 video decoder. |
| 253 | |
| 254 | This chip is used on AverMedia AVS6EYES Zoran-based MJPEG |
| 255 | cards. |
| 256 | |
| 257 | To compile this driver as a module, choose M here: the |
| 258 | module will be called ks0127. |
| 259 | |
Vladimir Barinov | ed3e12d | 2013-05-29 14:52:28 -0300 | [diff] [blame] | 260 | config VIDEO_ML86V7667 |
| 261 | tristate "OKI ML86V7667 video decoder" |
| 262 | depends on VIDEO_V4L2 && I2C |
| 263 | ---help--- |
| 264 | Support for the OKI Semiconductor ML86V7667 video decoder. |
| 265 | |
| 266 | To compile this driver as a module, choose M here: the |
| 267 | module will be called ml86v7667. |
| 268 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 269 | config VIDEO_SAA7110 |
| 270 | tristate "Philips SAA7110 video decoder" |
| 271 | depends on VIDEO_V4L2 && I2C |
| 272 | ---help--- |
| 273 | Support for the Philips SAA7110 video decoders. |
| 274 | |
| 275 | To compile this driver as a module, choose M here: the |
| 276 | module will be called saa7110. |
| 277 | |
| 278 | config VIDEO_SAA711X |
| 279 | tristate "Philips SAA7111/3/4/5 video decoders" |
| 280 | depends on VIDEO_V4L2 && I2C |
| 281 | ---help--- |
| 282 | Support for the Philips SAA7111/3/4/5 video decoders. |
| 283 | |
| 284 | To compile this driver as a module, choose M here: the |
| 285 | module will be called saa7115. |
| 286 | |
| 287 | config VIDEO_SAA7191 |
| 288 | tristate "Philips SAA7191 video decoder" |
| 289 | depends on VIDEO_V4L2 && I2C |
| 290 | ---help--- |
| 291 | Support for the Philips SAA7191 video decoder. |
| 292 | |
| 293 | To compile this driver as a module, choose M here: the |
| 294 | module will be called saa7191. |
| 295 | |
| 296 | config VIDEO_TVP514X |
| 297 | tristate "Texas Instruments TVP514x video decoder" |
| 298 | depends on VIDEO_V4L2 && I2C |
| 299 | ---help--- |
| 300 | This is a Video4Linux2 sensor-level driver for the TI TVP5146/47 |
| 301 | decoder. It is currently working with the TI OMAP3 camera |
| 302 | controller. |
| 303 | |
| 304 | To compile this driver as a module, choose M here: the |
| 305 | module will be called tvp514x. |
| 306 | |
| 307 | config VIDEO_TVP5150 |
| 308 | tristate "Texas Instruments TVP5150 video decoder" |
| 309 | depends on VIDEO_V4L2 && I2C |
| 310 | ---help--- |
| 311 | Support for the Texas Instruments TVP5150 video decoder. |
| 312 | |
| 313 | To compile this driver as a module, choose M here: the |
| 314 | module will be called tvp5150. |
| 315 | |
| 316 | config VIDEO_TVP7002 |
| 317 | tristate "Texas Instruments TVP7002 video decoder" |
| 318 | depends on VIDEO_V4L2 && I2C |
| 319 | ---help--- |
| 320 | Support for the Texas Instruments TVP7002 video decoder. |
| 321 | |
| 322 | To compile this driver as a module, choose M here: the |
| 323 | module will be called tvp7002. |
| 324 | |
Hans Verkuil | 12be52a | 2013-03-09 08:06:07 -0300 | [diff] [blame] | 325 | config VIDEO_TW2804 |
| 326 | tristate "Techwell TW2804 multiple video decoder" |
| 327 | depends on VIDEO_V4L2 && I2C |
| 328 | ---help--- |
| 329 | Support for the Techwell tw2804 multiple video decoder. |
| 330 | |
| 331 | To compile this driver as a module, choose M here: the |
| 332 | module will be called tw2804. |
| 333 | |
Hans Verkuil | 0890ec1 | 2013-03-18 04:10:56 -0300 | [diff] [blame] | 334 | config VIDEO_TW9903 |
| 335 | tristate "Techwell TW9903 video decoder" |
| 336 | depends on VIDEO_V4L2 && I2C |
| 337 | ---help--- |
Hans Verkuil | 12be52a | 2013-03-09 08:06:07 -0300 | [diff] [blame] | 338 | Support for the Techwell tw9903 multi-standard video decoder |
Hans Verkuil | 0890ec1 | 2013-03-18 04:10:56 -0300 | [diff] [blame] | 339 | with high quality down scaler. |
| 340 | |
| 341 | To compile this driver as a module, choose M here: the |
| 342 | module will be called tw9903. |
| 343 | |
Hans Verkuil | a000e9a | 2013-03-17 09:26:40 -0300 | [diff] [blame] | 344 | config VIDEO_TW9906 |
| 345 | tristate "Techwell TW9906 video decoder" |
| 346 | depends on VIDEO_V4L2 && I2C |
| 347 | ---help--- |
| 348 | Support for the Techwell tw9906 enhanced multi-standard comb filter |
| 349 | video decoder with YCbCr input support. |
| 350 | |
| 351 | To compile this driver as a module, choose M here: the |
| 352 | module will be called tw9906. |
| 353 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 354 | config VIDEO_VPX3220 |
| 355 | tristate "vpx3220a, vpx3216b & vpx3214c video decoders" |
| 356 | depends on VIDEO_V4L2 && I2C |
| 357 | ---help--- |
| 358 | Support for VPX322x video decoders. |
| 359 | |
| 360 | To compile this driver as a module, choose M here: the |
| 361 | module will be called vpx3220. |
| 362 | |
| 363 | comment "Video and audio decoders" |
| 364 | |
| 365 | config VIDEO_SAA717X |
| 366 | tristate "Philips SAA7171/3/4 audio/video decoders" |
| 367 | depends on VIDEO_V4L2 && I2C |
| 368 | ---help--- |
| 369 | Support for the Philips SAA7171/3/4 audio/video decoders. |
| 370 | |
| 371 | To compile this driver as a module, choose M here: the |
| 372 | module will be called saa717x. |
| 373 | |
| 374 | source "drivers/media/i2c/cx25840/Kconfig" |
| 375 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 376 | comment "Video encoders" |
| 377 | |
| 378 | config VIDEO_SAA7127 |
| 379 | tristate "Philips SAA7127/9 digital video encoders" |
| 380 | depends on VIDEO_V4L2 && I2C |
| 381 | ---help--- |
| 382 | Support for the Philips SAA7127/9 digital video encoders. |
| 383 | |
| 384 | To compile this driver as a module, choose M here: the |
| 385 | module will be called saa7127. |
| 386 | |
| 387 | config VIDEO_SAA7185 |
| 388 | tristate "Philips SAA7185 video encoder" |
| 389 | depends on VIDEO_V4L2 && I2C |
| 390 | ---help--- |
| 391 | Support for the Philips SAA7185 video encoder. |
| 392 | |
| 393 | To compile this driver as a module, choose M here: the |
| 394 | module will be called saa7185. |
| 395 | |
| 396 | config VIDEO_ADV7170 |
| 397 | tristate "Analog Devices ADV7170 video encoder" |
| 398 | depends on VIDEO_V4L2 && I2C |
| 399 | ---help--- |
| 400 | Support for the Analog Devices ADV7170 video encoder driver |
| 401 | |
| 402 | To compile this driver as a module, choose M here: the |
| 403 | module will be called adv7170. |
| 404 | |
| 405 | config VIDEO_ADV7175 |
| 406 | tristate "Analog Devices ADV7175 video encoder" |
| 407 | depends on VIDEO_V4L2 && I2C |
| 408 | ---help--- |
| 409 | Support for the Analog Devices ADV7175 video encoder driver |
| 410 | |
| 411 | To compile this driver as a module, choose M here: the |
| 412 | module will be called adv7175. |
| 413 | |
| 414 | config VIDEO_ADV7343 |
| 415 | tristate "ADV7343 video encoder" |
| 416 | depends on I2C |
| 417 | help |
| 418 | Support for Analog Devices I2C bus based ADV7343 encoder. |
| 419 | |
| 420 | To compile this driver as a module, choose M here: the |
| 421 | module will be called adv7343. |
| 422 | |
| 423 | config VIDEO_ADV7393 |
| 424 | tristate "ADV7393 video encoder" |
| 425 | depends on I2C |
| 426 | help |
| 427 | Support for Analog Devices I2C bus based ADV7393 encoder. |
| 428 | |
| 429 | To compile this driver as a module, choose M here: the |
| 430 | module will be called adv7393. |
| 431 | |
Hans Verkuil | 5a544cc | 2013-08-23 09:12:36 -0300 | [diff] [blame] | 432 | config VIDEO_ADV7511 |
| 433 | tristate "Analog Devices ADV7511 encoder" |
| 434 | depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API |
| 435 | ---help--- |
| 436 | Support for the Analog Devices ADV7511 video encoder. |
| 437 | |
| 438 | This is a Analog Devices HDMI transmitter. |
| 439 | |
| 440 | To compile this driver as a module, choose M here: the |
| 441 | module will be called adv7511. |
| 442 | |
Hans Verkuil | 117a55b | 2012-07-18 05:46:46 -0300 | [diff] [blame] | 443 | config VIDEO_AD9389B |
| 444 | tristate "Analog Devices AD9389B encoder" |
| 445 | depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API |
| 446 | ---help--- |
| 447 | Support for the Analog Devices AD9389B video encoder. |
| 448 | |
| 449 | This is a Analog Devices HDMI transmitter. |
| 450 | |
| 451 | To compile this driver as a module, choose M here: the |
| 452 | module will be called ad9389b. |
| 453 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 454 | config VIDEO_AK881X |
| 455 | tristate "AK8813/AK8814 video encoders" |
| 456 | depends on I2C |
| 457 | help |
| 458 | Video output driver for AKM AK8813 and AK8814 TV encoders |
| 459 | |
Hans Verkuil | 1473519 | 2013-06-03 13:26:17 -0300 | [diff] [blame] | 460 | config VIDEO_THS8200 |
| 461 | tristate "Texas Instruments THS8200 video encoder" |
| 462 | depends on VIDEO_V4L2 && I2C |
| 463 | ---help--- |
| 464 | Support for the Texas Instruments THS8200 video encoder. |
| 465 | |
| 466 | To compile this driver as a module, choose M here: the |
| 467 | module will be called ths8200. |
| 468 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 469 | comment "Camera sensor devices" |
| 470 | |
| 471 | config VIDEO_APTINA_PLL |
| 472 | tristate |
| 473 | |
| 474 | config VIDEO_SMIAPP_PLL |
| 475 | tristate |
| 476 | |
Hans Verkuil | ec367c3 | 2013-03-09 07:09:18 -0300 | [diff] [blame] | 477 | config VIDEO_OV7640 |
| 478 | tristate "OmniVision OV7640 sensor support" |
| 479 | depends on I2C && VIDEO_V4L2 |
| 480 | depends on MEDIA_CAMERA_SUPPORT |
| 481 | ---help--- |
| 482 | This is a Video4Linux2 sensor-level driver for the OmniVision |
| 483 | OV7640 camera. |
| 484 | |
| 485 | To compile this driver as a module, choose M here: the |
| 486 | module will be called ov7640. |
| 487 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 488 | config VIDEO_OV7670 |
| 489 | tristate "OmniVision OV7670 sensor support" |
| 490 | depends on I2C && VIDEO_V4L2 |
| 491 | depends on MEDIA_CAMERA_SUPPORT |
| 492 | ---help--- |
| 493 | This is a Video4Linux2 sensor-level driver for the OmniVision |
| 494 | OV7670 VGA camera. It currently only works with the M88ALP01 |
| 495 | controller. |
| 496 | |
Sylwester Nawrocki | 84a15de | 2012-12-26 15:50:03 -0300 | [diff] [blame] | 497 | config VIDEO_OV9650 |
| 498 | tristate "OmniVision OV9650/OV9652 sensor support" |
| 499 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
| 500 | ---help--- |
| 501 | This is a V4L2 sensor-level driver for the Omnivision |
| 502 | OV9650 and OV9652 camera sensors. |
| 503 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 504 | config VIDEO_VS6624 |
| 505 | tristate "ST VS6624 sensor support" |
| 506 | depends on VIDEO_V4L2 && I2C |
| 507 | depends on MEDIA_CAMERA_SUPPORT |
| 508 | ---help--- |
| 509 | This is a Video4Linux2 sensor-level driver for the ST VS6624 |
| 510 | camera. |
| 511 | |
| 512 | To compile this driver as a module, choose M here: the |
| 513 | module will be called vs6624. |
| 514 | |
| 515 | config VIDEO_MT9M032 |
| 516 | tristate "MT9M032 camera sensor support" |
| 517 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
| 518 | depends on MEDIA_CAMERA_SUPPORT |
| 519 | select VIDEO_APTINA_PLL |
| 520 | ---help--- |
| 521 | This driver supports MT9M032 camera sensors from Aptina, monochrome |
| 522 | models only. |
| 523 | |
| 524 | config VIDEO_MT9P031 |
| 525 | tristate "Aptina MT9P031 support" |
| 526 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
| 527 | depends on MEDIA_CAMERA_SUPPORT |
| 528 | select VIDEO_APTINA_PLL |
| 529 | ---help--- |
| 530 | This is a Video4Linux2 sensor-level driver for the Aptina |
| 531 | (Micron) mt9p031 5 Mpixel camera. |
| 532 | |
| 533 | config VIDEO_MT9T001 |
| 534 | tristate "Aptina MT9T001 support" |
| 535 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
| 536 | depends on MEDIA_CAMERA_SUPPORT |
| 537 | ---help--- |
| 538 | This is a Video4Linux2 sensor-level driver for the Aptina |
| 539 | (Micron) mt0t001 3 Mpixel camera. |
| 540 | |
| 541 | config VIDEO_MT9V011 |
| 542 | tristate "Micron mt9v011 sensor support" |
| 543 | depends on I2C && VIDEO_V4L2 |
| 544 | depends on MEDIA_CAMERA_SUPPORT |
| 545 | ---help--- |
| 546 | This is a Video4Linux2 sensor-level driver for the Micron |
| 547 | mt0v011 1.3 Mpixel camera. It currently only works with the |
| 548 | em28xx driver. |
| 549 | |
| 550 | config VIDEO_MT9V032 |
| 551 | tristate "Micron MT9V032 sensor support" |
| 552 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
| 553 | depends on MEDIA_CAMERA_SUPPORT |
| 554 | ---help--- |
| 555 | This is a Video4Linux2 sensor-level driver for the Micron |
| 556 | MT9V032 752x480 CMOS sensor. |
| 557 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 558 | config VIDEO_SR030PC30 |
| 559 | tristate "Siliconfile SR030PC30 sensor support" |
| 560 | depends on I2C && VIDEO_V4L2 |
| 561 | depends on MEDIA_CAMERA_SUPPORT |
| 562 | ---help--- |
| 563 | This driver supports SR030PC30 VGA camera from Siliconfile |
| 564 | |
| 565 | config VIDEO_NOON010PC30 |
| 566 | tristate "Siliconfile NOON010PC30 sensor support" |
Hans Verkuil | 2cca7d4 | 2012-09-03 10:16:34 -0300 | [diff] [blame] | 567 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 568 | depends on MEDIA_CAMERA_SUPPORT |
| 569 | ---help--- |
| 570 | This driver supports NOON010PC30 CIF camera from Siliconfile |
| 571 | |
| 572 | source "drivers/media/i2c/m5mols/Kconfig" |
| 573 | |
| 574 | config VIDEO_S5K6AA |
| 575 | tristate "Samsung S5K6AAFX sensor support" |
| 576 | depends on MEDIA_CAMERA_SUPPORT |
| 577 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
| 578 | ---help--- |
| 579 | This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M |
| 580 | camera sensor with an embedded SoC image signal processor. |
| 581 | |
Sangwook Lee | 8b99312 | 2012-09-13 07:02:14 -0300 | [diff] [blame] | 582 | config VIDEO_S5K4ECGX |
| 583 | tristate "Samsung S5K4ECGX sensor support" |
| 584 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
| 585 | ---help--- |
| 586 | This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M |
| 587 | camera sensor with an embedded SoC image signal processor. |
| 588 | |
Andrzej Hajda | 7d459937 | 2013-12-05 08:38:39 -0300 | [diff] [blame] | 589 | config VIDEO_S5K5BAF |
| 590 | tristate "Samsung S5K5BAF sensor support" |
| 591 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
| 592 | ---help--- |
| 593 | This is a V4L2 sensor-level driver for Samsung S5K5BAF 2M |
| 594 | camera sensor with an embedded SoC image signal processor. |
| 595 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 596 | source "drivers/media/i2c/smiapp/Kconfig" |
| 597 | |
Andrzej Hajda | cac47f1 | 2012-11-22 11:39:18 -0300 | [diff] [blame] | 598 | config VIDEO_S5C73M3 |
| 599 | tristate "Samsung S5C73M3 sensor support" |
| 600 | depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
| 601 | ---help--- |
Gianluca Gennari | 4494f0f | 2013-04-25 10:46:38 -0300 | [diff] [blame] | 602 | This is a V4L2 sensor-level driver for Samsung S5C73M3 |
| 603 | 8 Mpixel camera. |
Andrzej Hajda | cac47f1 | 2012-11-22 11:39:18 -0300 | [diff] [blame] | 604 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 605 | comment "Flash devices" |
| 606 | |
| 607 | config VIDEO_ADP1653 |
| 608 | tristate "ADP1653 flash support" |
| 609 | depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER |
| 610 | depends on MEDIA_CAMERA_SUPPORT |
| 611 | ---help--- |
| 612 | This is a driver for the ADP1653 flash controller. It is used for |
| 613 | example in Nokia N900. |
| 614 | |
| 615 | config VIDEO_AS3645A |
| 616 | tristate "AS3645A flash driver support" |
| 617 | depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER |
| 618 | depends on MEDIA_CAMERA_SUPPORT |
| 619 | ---help--- |
| 620 | This is a driver for the AS3645A and LM3555 flash controllers. It has |
| 621 | build in control for flash, torch and indicator LEDs. |
| 622 | |
Daniel Jeong | 7f6b11a | 2013-10-16 04:12:19 -0300 | [diff] [blame] | 623 | config VIDEO_LM3560 |
| 624 | tristate "LM3560 dual flash driver support" |
| 625 | depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER |
| 626 | depends on MEDIA_CAMERA_SUPPORT |
| 627 | select REGMAP_I2C |
| 628 | ---help--- |
| 629 | This is a driver for the lm3560 dual flash controllers. It controls |
| 630 | flash, torch LEDs. |
| 631 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 632 | comment "Video improvement chips" |
| 633 | |
| 634 | config VIDEO_UPD64031A |
| 635 | tristate "NEC Electronics uPD64031A Ghost Reduction" |
| 636 | depends on VIDEO_V4L2 && I2C |
| 637 | ---help--- |
| 638 | Support for the NEC Electronics uPD64031A Ghost Reduction |
| 639 | video chip. It is most often found in NTSC TV cards made for |
| 640 | Japan and is used to reduce the 'ghosting' effect that can |
| 641 | be present in analog TV broadcasts. |
| 642 | |
| 643 | To compile this driver as a module, choose M here: the |
| 644 | module will be called upd64031a. |
| 645 | |
| 646 | config VIDEO_UPD64083 |
| 647 | tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation" |
| 648 | depends on VIDEO_V4L2 && I2C |
| 649 | ---help--- |
| 650 | Support for the NEC Electronics uPD64083 3-Dimensional Y/C |
| 651 | separation video chip. It is used to improve the quality of |
| 652 | the colors of a composite signal. |
| 653 | |
| 654 | To compile this driver as a module, choose M here: the |
| 655 | module will be called upd64083. |
| 656 | |
Hans Verkuil | 6052ba3 | 2013-12-14 08:28:31 -0300 | [diff] [blame] | 657 | comment "Audio/Video compression chips" |
| 658 | |
| 659 | config VIDEO_SAA6752HS |
| 660 | tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder" |
| 661 | depends on VIDEO_V4L2 && I2C |
| 662 | ---help--- |
| 663 | Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3 |
| 664 | audio encoder with multiplexer. |
| 665 | |
| 666 | To compile this driver as a module, choose M here: the |
| 667 | module will be called saa6752hs. |
| 668 | |
Masanari Iida | 8c88126 | 2013-09-29 20:54:15 +0900 | [diff] [blame] | 669 | comment "Miscellaneous helper chips" |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 670 | |
| 671 | config VIDEO_THS7303 |
Lad, Prabhakar | 88da018 | 2013-02-18 07:56:41 -0300 | [diff] [blame] | 672 | tristate "THS7303/53 Video Amplifier" |
| 673 | depends on VIDEO_V4L2 && I2C |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 674 | help |
Lad, Prabhakar | 88da018 | 2013-02-18 07:56:41 -0300 | [diff] [blame] | 675 | Support for TI THS7303/53 video amplifier |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 676 | |
| 677 | To compile this driver as a module, choose M here: the |
| 678 | module will be called ths7303. |
| 679 | |
| 680 | config VIDEO_M52790 |
| 681 | tristate "Mitsubishi M52790 A/V switch" |
| 682 | depends on VIDEO_V4L2 && I2C |
| 683 | ---help--- |
| 684 | Support for the Mitsubishi M52790 A/V switch. |
| 685 | |
| 686 | To compile this driver as a module, choose M here: the |
| 687 | module will be called m52790. |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 688 | endmenu |
Mauro Carvalho Chehab | e9d2f05 | 2012-08-21 08:16:28 -0300 | [diff] [blame] | 689 | |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 690 | menu "Sensors used on soc_camera driver" |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 691 | |
Mauro Carvalho Chehab | 2a2d1cf | 2012-08-14 17:15:52 -0300 | [diff] [blame] | 692 | if SOC_CAMERA |
| 693 | source "drivers/media/i2c/soc_camera/Kconfig" |
| 694 | endif |
| 695 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 696 | endmenu |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 697 | |
Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 698 | endif |