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