1# 2# Multimedia Video device configuration 3# 4 5if VIDEO_V4L2 6 7config VIDEO_IR_I2C 8 tristate "I2C module for IR" if !MEDIA_SUBDRV_AUTOSELECT 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 24menu "Encoders, decoders, sensors and other helper chips" 25 visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST 26 27comment "Audio decoders, processors and mixers" 28 29config 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 41config 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 50config 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 59config 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 68config 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 77config 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 86config VIDEO_CS3308 87 tristate "Cirrus Logic CS3308 audio ADC" 88 depends on VIDEO_V4L2 && I2C 89 ---help--- 90 Support for the Cirrus Logic CS3308 High Performance 8-Channel 91 Analog Volume Control 92 93 To compile this driver as a module, choose M here: the 94 module will be called cs3308. 95 96config VIDEO_CS5345 97 tristate "Cirrus Logic CS5345 audio ADC" 98 depends on VIDEO_V4L2 && I2C 99 ---help--- 100 Support for the Cirrus Logic CS5345 24-bit, 192 kHz 101 stereo A/D converter. 102 103 To compile this driver as a module, choose M here: the 104 module will be called cs5345. 105 106config VIDEO_CS53L32A 107 tristate "Cirrus Logic CS53L32A audio ADC" 108 depends on VIDEO_V4L2 && I2C 109 ---help--- 110 Support for the Cirrus Logic CS53L32A low voltage 111 stereo A/D converter. 112 113 To compile this driver as a module, choose M here: the 114 module will be called cs53l32a. 115 116config VIDEO_TLV320AIC23B 117 tristate "Texas Instruments TLV320AIC23B audio codec" 118 depends on VIDEO_V4L2 && I2C 119 ---help--- 120 Support for the Texas Instruments TLV320AIC23B audio codec. 121 122 To compile this driver as a module, choose M here: the 123 module will be called tlv320aic23b. 124 125config VIDEO_UDA1342 126 tristate "Philips UDA1342 audio codec" 127 depends on VIDEO_V4L2 && I2C 128 ---help--- 129 Support for the Philips UDA1342 audio codec. 130 131 To compile this driver as a module, choose M here: the 132 module will be called uda1342. 133 134config VIDEO_WM8775 135 tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer" 136 depends on VIDEO_V4L2 && I2C 137 ---help--- 138 Support for the Wolfson Microelectronics WM8775 high 139 performance stereo A/D Converter with a 4 channel input mixer. 140 141 To compile this driver as a module, choose M here: the 142 module will be called wm8775. 143 144config VIDEO_WM8739 145 tristate "Wolfson Microelectronics WM8739 stereo audio ADC" 146 depends on VIDEO_V4L2 && I2C 147 ---help--- 148 Support for the Wolfson Microelectronics WM8739 149 stereo A/D Converter. 150 151 To compile this driver as a module, choose M here: the 152 module will be called wm8739. 153 154config VIDEO_VP27SMPX 155 tristate "Panasonic VP27's internal MPX" 156 depends on VIDEO_V4L2 && I2C 157 ---help--- 158 Support for the internal MPX of the Panasonic VP27s tuner. 159 160 To compile this driver as a module, choose M here: the 161 module will be called vp27smpx. 162 163config VIDEO_SONY_BTF_MPX 164 tristate "Sony BTF's internal MPX" 165 depends on VIDEO_V4L2 && I2C 166 help 167 Support for the internal MPX of the Sony BTF-PG472Z tuner. 168 169 To compile this driver as a module, choose M here: the 170 module will be called sony-btf-mpx. 171 172comment "RDS decoders" 173 174config VIDEO_SAA6588 175 tristate "SAA6588 Radio Chip RDS decoder support" 176 depends on VIDEO_V4L2 && I2C 177 178 help 179 Support for this Radio Data System (RDS) decoder. This allows 180 seeing radio station identification transmitted using this 181 standard. 182 183 To compile this driver as a module, choose M here: the 184 module will be called saa6588. 185 186comment "Video decoders" 187 188config VIDEO_ADV7180 189 tristate "Analog Devices ADV7180 decoder" 190 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API 191 ---help--- 192 Support for the Analog Devices ADV7180 video decoder. 193 194 To compile this driver as a module, choose M here: the 195 module will be called adv7180. 196 197config VIDEO_ADV7183 198 tristate "Analog Devices ADV7183 decoder" 199 depends on VIDEO_V4L2 && I2C 200 ---help--- 201 V4l2 subdevice driver for the Analog Devices 202 ADV7183 video decoder. 203 204 To compile this driver as a module, choose M here: the 205 module will be called adv7183. 206 207config VIDEO_ADV7604 208 tristate "Analog Devices ADV7604 decoder" 209 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API 210 depends on GPIOLIB || COMPILE_TEST 211 select HDMI 212 ---help--- 213 Support for the Analog Devices ADV7604 video decoder. 214 215 This is a Analog Devices Component/Graphics Digitizer 216 with 4:1 Multiplexed HDMI Receiver. 217 218 To compile this driver as a module, choose M here: the 219 module will be called adv7604. 220 221config VIDEO_ADV7842 222 tristate "Analog Devices ADV7842 decoder" 223 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API 224 select HDMI 225 ---help--- 226 Support for the Analog Devices ADV7842 video decoder. 227 228 This is a Analog Devices Component/Graphics/SD Digitizer 229 with 2:1 Multiplexed HDMI Receiver. 230 231 To compile this driver as a module, choose M here: the 232 module will be called adv7842. 233 234config VIDEO_BT819 235 tristate "BT819A VideoStream decoder" 236 depends on VIDEO_V4L2 && I2C 237 ---help--- 238 Support for BT819A video decoder. 239 240 To compile this driver as a module, choose M here: the 241 module will be called bt819. 242 243config VIDEO_BT856 244 tristate "BT856 VideoStream decoder" 245 depends on VIDEO_V4L2 && I2C 246 ---help--- 247 Support for BT856 video decoder. 248 249 To compile this driver as a module, choose M here: the 250 module will be called bt856. 251 252config VIDEO_BT866 253 tristate "BT866 VideoStream decoder" 254 depends on VIDEO_V4L2 && I2C 255 ---help--- 256 Support for BT866 video decoder. 257 258 To compile this driver as a module, choose M here: the 259 module will be called bt866. 260 261config VIDEO_KS0127 262 tristate "KS0127 video decoder" 263 depends on VIDEO_V4L2 && I2C 264 ---help--- 265 Support for KS0127 video decoder. 266 267 This chip is used on AverMedia AVS6EYES Zoran-based MJPEG 268 cards. 269 270 To compile this driver as a module, choose M here: the 271 module will be called ks0127. 272 273config VIDEO_ML86V7667 274 tristate "OKI ML86V7667 video decoder" 275 depends on VIDEO_V4L2 && I2C 276 ---help--- 277 Support for the OKI Semiconductor ML86V7667 video decoder. 278 279 To compile this driver as a module, choose M here: the 280 module will be called ml86v7667. 281 282config VIDEO_SAA7110 283 tristate "Philips SAA7110 video decoder" 284 depends on VIDEO_V4L2 && I2C 285 ---help--- 286 Support for the Philips SAA7110 video decoders. 287 288 To compile this driver as a module, choose M here: the 289 module will be called saa7110. 290 291config VIDEO_SAA711X 292 tristate "Philips SAA7111/3/4/5 video decoders" 293 depends on VIDEO_V4L2 && I2C 294 ---help--- 295 Support for the Philips SAA7111/3/4/5 video decoders. 296 297 To compile this driver as a module, choose M here: the 298 module will be called saa7115. 299 300config VIDEO_TC358743 301 tristate "Toshiba TC358743 decoder" 302 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API 303 select HDMI 304 ---help--- 305 Support for the Toshiba TC358743 HDMI to MIPI CSI-2 bridge. 306 307 To compile this driver as a module, choose M here: the 308 module will be called tc358743. 309 310config VIDEO_TVP514X 311 tristate "Texas Instruments TVP514x video decoder" 312 depends on VIDEO_V4L2 && I2C 313 ---help--- 314 This is a Video4Linux2 sensor-level driver for the TI TVP5146/47 315 decoder. It is currently working with the TI OMAP3 camera 316 controller. 317 318 To compile this driver as a module, choose M here: the 319 module will be called tvp514x. 320 321config VIDEO_TVP5150 322 tristate "Texas Instruments TVP5150 video decoder" 323 depends on VIDEO_V4L2 && I2C 324 ---help--- 325 Support for the Texas Instruments TVP5150 video decoder. 326 327 To compile this driver as a module, choose M here: the 328 module will be called tvp5150. 329 330config VIDEO_TVP7002 331 tristate "Texas Instruments TVP7002 video decoder" 332 depends on VIDEO_V4L2 && I2C 333 ---help--- 334 Support for the Texas Instruments TVP7002 video decoder. 335 336 To compile this driver as a module, choose M here: the 337 module will be called tvp7002. 338 339config VIDEO_TW2804 340 tristate "Techwell TW2804 multiple video decoder" 341 depends on VIDEO_V4L2 && I2C 342 ---help--- 343 Support for the Techwell tw2804 multiple video decoder. 344 345 To compile this driver as a module, choose M here: the 346 module will be called tw2804. 347 348config VIDEO_TW9903 349 tristate "Techwell TW9903 video decoder" 350 depends on VIDEO_V4L2 && I2C 351 ---help--- 352 Support for the Techwell tw9903 multi-standard video decoder 353 with high quality down scaler. 354 355 To compile this driver as a module, choose M here: the 356 module will be called tw9903. 357 358config VIDEO_TW9906 359 tristate "Techwell TW9906 video decoder" 360 depends on VIDEO_V4L2 && I2C 361 ---help--- 362 Support for the Techwell tw9906 enhanced multi-standard comb filter 363 video decoder with YCbCr input support. 364 365 To compile this driver as a module, choose M here: the 366 module will be called tw9906. 367 368config VIDEO_VPX3220 369 tristate "vpx3220a, vpx3216b & vpx3214c video decoders" 370 depends on VIDEO_V4L2 && I2C 371 ---help--- 372 Support for VPX322x video decoders. 373 374 To compile this driver as a module, choose M here: the 375 module will be called vpx3220. 376 377comment "Video and audio decoders" 378 379config VIDEO_SAA717X 380 tristate "Philips SAA7171/3/4 audio/video decoders" 381 depends on VIDEO_V4L2 && I2C 382 ---help--- 383 Support for the Philips SAA7171/3/4 audio/video decoders. 384 385 To compile this driver as a module, choose M here: the 386 module will be called saa717x. 387 388source "drivers/media/i2c/cx25840/Kconfig" 389 390comment "Video encoders" 391 392config VIDEO_SAA7127 393 tristate "Philips SAA7127/9 digital video encoders" 394 depends on VIDEO_V4L2 && I2C 395 ---help--- 396 Support for the Philips SAA7127/9 digital video encoders. 397 398 To compile this driver as a module, choose M here: the 399 module will be called saa7127. 400 401config VIDEO_SAA7185 402 tristate "Philips SAA7185 video encoder" 403 depends on VIDEO_V4L2 && I2C 404 ---help--- 405 Support for the Philips SAA7185 video encoder. 406 407 To compile this driver as a module, choose M here: the 408 module will be called saa7185. 409 410config VIDEO_ADV7170 411 tristate "Analog Devices ADV7170 video encoder" 412 depends on VIDEO_V4L2 && I2C 413 ---help--- 414 Support for the Analog Devices ADV7170 video encoder driver 415 416 To compile this driver as a module, choose M here: the 417 module will be called adv7170. 418 419config VIDEO_ADV7175 420 tristate "Analog Devices ADV7175 video encoder" 421 depends on VIDEO_V4L2 && I2C 422 ---help--- 423 Support for the Analog Devices ADV7175 video encoder driver 424 425 To compile this driver as a module, choose M here: the 426 module will be called adv7175. 427 428config VIDEO_ADV7343 429 tristate "ADV7343 video encoder" 430 depends on I2C 431 help 432 Support for Analog Devices I2C bus based ADV7343 encoder. 433 434 To compile this driver as a module, choose M here: the 435 module will be called adv7343. 436 437config VIDEO_ADV7393 438 tristate "ADV7393 video encoder" 439 depends on I2C 440 help 441 Support for Analog Devices I2C bus based ADV7393 encoder. 442 443 To compile this driver as a module, choose M here: the 444 module will be called adv7393. 445 446config VIDEO_ADV7511 447 tristate "Analog Devices ADV7511 encoder" 448 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API 449 select HDMI 450 ---help--- 451 Support for the Analog Devices ADV7511 video encoder. 452 453 This is a Analog Devices HDMI transmitter. 454 455 To compile this driver as a module, choose M here: the 456 module will be called adv7511. 457 458config VIDEO_AD9389B 459 tristate "Analog Devices AD9389B encoder" 460 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API 461 ---help--- 462 Support for the Analog Devices AD9389B video encoder. 463 464 This is a Analog Devices HDMI transmitter. 465 466 To compile this driver as a module, choose M here: the 467 module will be called ad9389b. 468 469config VIDEO_AK881X 470 tristate "AK8813/AK8814 video encoders" 471 depends on I2C 472 help 473 Video output driver for AKM AK8813 and AK8814 TV encoders 474 475config VIDEO_THS8200 476 tristate "Texas Instruments THS8200 video encoder" 477 depends on VIDEO_V4L2 && I2C 478 ---help--- 479 Support for the Texas Instruments THS8200 video encoder. 480 481 To compile this driver as a module, choose M here: the 482 module will be called ths8200. 483 484comment "Camera sensor devices" 485 486config VIDEO_APTINA_PLL 487 tristate 488 489config VIDEO_SMIAPP_PLL 490 tristate 491 492config VIDEO_OV2659 493 tristate "OmniVision OV2659 sensor support" 494 depends on VIDEO_V4L2 && I2C 495 depends on MEDIA_CAMERA_SUPPORT 496 ---help--- 497 This is a Video4Linux2 sensor-level driver for the OmniVision 498 OV2659 camera. 499 500 To compile this driver as a module, choose M here: the 501 module will be called ov2659. 502 503config VIDEO_OV7640 504 tristate "OmniVision OV7640 sensor support" 505 depends on I2C && VIDEO_V4L2 506 depends on MEDIA_CAMERA_SUPPORT 507 ---help--- 508 This is a Video4Linux2 sensor-level driver for the OmniVision 509 OV7640 camera. 510 511 To compile this driver as a module, choose M here: the 512 module will be called ov7640. 513 514config VIDEO_OV7670 515 tristate "OmniVision OV7670 sensor support" 516 depends on I2C && VIDEO_V4L2 517 depends on MEDIA_CAMERA_SUPPORT 518 ---help--- 519 This is a Video4Linux2 sensor-level driver for the OmniVision 520 OV7670 VGA camera. It currently only works with the M88ALP01 521 controller. 522 523config VIDEO_OV9650 524 tristate "OmniVision OV9650/OV9652 sensor support" 525 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 526 ---help--- 527 This is a V4L2 sensor-level driver for the Omnivision 528 OV9650 and OV9652 camera sensors. 529 530config VIDEO_VS6624 531 tristate "ST VS6624 sensor support" 532 depends on VIDEO_V4L2 && I2C 533 depends on MEDIA_CAMERA_SUPPORT 534 ---help--- 535 This is a Video4Linux2 sensor-level driver for the ST VS6624 536 camera. 537 538 To compile this driver as a module, choose M here: the 539 module will be called vs6624. 540 541config VIDEO_MT9M032 542 tristate "MT9M032 camera sensor support" 543 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 544 depends on MEDIA_CAMERA_SUPPORT 545 select VIDEO_APTINA_PLL 546 ---help--- 547 This driver supports MT9M032 camera sensors from Aptina, monochrome 548 models only. 549 550config VIDEO_MT9P031 551 tristate "Aptina MT9P031 support" 552 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 553 depends on MEDIA_CAMERA_SUPPORT 554 select VIDEO_APTINA_PLL 555 ---help--- 556 This is a Video4Linux2 sensor-level driver for the Aptina 557 (Micron) mt9p031 5 Mpixel camera. 558 559config VIDEO_MT9T001 560 tristate "Aptina MT9T001 support" 561 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 562 depends on MEDIA_CAMERA_SUPPORT 563 ---help--- 564 This is a Video4Linux2 sensor-level driver for the Aptina 565 (Micron) mt0t001 3 Mpixel camera. 566 567config VIDEO_MT9V011 568 tristate "Micron mt9v011 sensor support" 569 depends on I2C && VIDEO_V4L2 570 depends on MEDIA_CAMERA_SUPPORT 571 ---help--- 572 This is a Video4Linux2 sensor-level driver for the Micron 573 mt0v011 1.3 Mpixel camera. It currently only works with the 574 em28xx driver. 575 576config VIDEO_MT9V032 577 tristate "Micron MT9V032 sensor support" 578 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 579 depends on MEDIA_CAMERA_SUPPORT 580 select REGMAP_I2C 581 ---help--- 582 This is a Video4Linux2 sensor-level driver for the Micron 583 MT9V032 752x480 CMOS sensor. 584 585config VIDEO_SR030PC30 586 tristate "Siliconfile SR030PC30 sensor support" 587 depends on I2C && VIDEO_V4L2 588 depends on MEDIA_CAMERA_SUPPORT 589 ---help--- 590 This driver supports SR030PC30 VGA camera from Siliconfile 591 592config VIDEO_NOON010PC30 593 tristate "Siliconfile NOON010PC30 sensor support" 594 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 595 depends on MEDIA_CAMERA_SUPPORT 596 ---help--- 597 This driver supports NOON010PC30 CIF camera from Siliconfile 598 599source "drivers/media/i2c/m5mols/Kconfig" 600 601config VIDEO_S5K6AA 602 tristate "Samsung S5K6AAFX sensor support" 603 depends on MEDIA_CAMERA_SUPPORT 604 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 605 ---help--- 606 This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M 607 camera sensor with an embedded SoC image signal processor. 608 609config VIDEO_S5K6A3 610 tristate "Samsung S5K6A3 sensor support" 611 depends on MEDIA_CAMERA_SUPPORT 612 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 613 ---help--- 614 This is a V4L2 sensor-level driver for Samsung S5K6A3 raw 615 camera sensor. 616 617config VIDEO_S5K4ECGX 618 tristate "Samsung S5K4ECGX sensor support" 619 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 620 ---help--- 621 This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M 622 camera sensor with an embedded SoC image signal processor. 623 624config VIDEO_S5K5BAF 625 tristate "Samsung S5K5BAF sensor support" 626 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 627 ---help--- 628 This is a V4L2 sensor-level driver for Samsung S5K5BAF 2M 629 camera sensor with an embedded SoC image signal processor. 630 631source "drivers/media/i2c/smiapp/Kconfig" 632 633config VIDEO_S5C73M3 634 tristate "Samsung S5C73M3 sensor support" 635 depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 636 ---help--- 637 This is a V4L2 sensor-level driver for Samsung S5C73M3 638 8 Mpixel camera. 639 640comment "Flash devices" 641 642config VIDEO_ADP1653 643 tristate "ADP1653 flash support" 644 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER 645 depends on MEDIA_CAMERA_SUPPORT 646 ---help--- 647 This is a driver for the ADP1653 flash controller. It is used for 648 example in Nokia N900. 649 650config VIDEO_AS3645A 651 tristate "AS3645A flash driver support" 652 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER 653 depends on MEDIA_CAMERA_SUPPORT 654 ---help--- 655 This is a driver for the AS3645A and LM3555 flash controllers. It has 656 build in control for flash, torch and indicator LEDs. 657 658config VIDEO_LM3560 659 tristate "LM3560 dual flash driver support" 660 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER 661 depends on MEDIA_CAMERA_SUPPORT 662 select REGMAP_I2C 663 ---help--- 664 This is a driver for the lm3560 dual flash controllers. It controls 665 flash, torch LEDs. 666 667config VIDEO_LM3646 668 tristate "LM3646 dual flash driver support" 669 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER 670 depends on MEDIA_CAMERA_SUPPORT 671 select REGMAP_I2C 672 ---help--- 673 This is a driver for the lm3646 dual flash controllers. It controls 674 flash, torch LEDs. 675 676comment "Video improvement chips" 677 678config VIDEO_UPD64031A 679 tristate "NEC Electronics uPD64031A Ghost Reduction" 680 depends on VIDEO_V4L2 && I2C 681 ---help--- 682 Support for the NEC Electronics uPD64031A Ghost Reduction 683 video chip. It is most often found in NTSC TV cards made for 684 Japan and is used to reduce the 'ghosting' effect that can 685 be present in analog TV broadcasts. 686 687 To compile this driver as a module, choose M here: the 688 module will be called upd64031a. 689 690config VIDEO_UPD64083 691 tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation" 692 depends on VIDEO_V4L2 && I2C 693 ---help--- 694 Support for the NEC Electronics uPD64083 3-Dimensional Y/C 695 separation video chip. It is used to improve the quality of 696 the colors of a composite signal. 697 698 To compile this driver as a module, choose M here: the 699 module will be called upd64083. 700 701comment "Audio/Video compression chips" 702 703config VIDEO_SAA6752HS 704 tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder" 705 depends on VIDEO_V4L2 && I2C 706 select CRC32 707 ---help--- 708 Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3 709 audio encoder with multiplexer. 710 711 To compile this driver as a module, choose M here: the 712 module will be called saa6752hs. 713 714comment "Miscellaneous helper chips" 715 716config VIDEO_THS7303 717 tristate "THS7303/53 Video Amplifier" 718 depends on VIDEO_V4L2 && I2C 719 help 720 Support for TI THS7303/53 video amplifier 721 722 To compile this driver as a module, choose M here: the 723 module will be called ths7303. 724 725config VIDEO_M52790 726 tristate "Mitsubishi M52790 A/V switch" 727 depends on VIDEO_V4L2 && I2C 728 ---help--- 729 Support for the Mitsubishi M52790 A/V switch. 730 731 To compile this driver as a module, choose M here: the 732 module will be called m52790. 733endmenu 734 735menu "Sensors used on soc_camera driver" 736 737if SOC_CAMERA 738 source "drivers/media/i2c/soc_camera/Kconfig" 739endif 740 741endmenu 742 743endif 744