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 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_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 96config 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 106config VIDEO_TLV320AIC23B 107 tristate "Texas Instruments TLV320AIC23B audio codec" 108 depends on VIDEO_V4L2 && I2C 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 115config 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 124config 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 134config 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 144config VIDEO_VP27SMPX 145 tristate "Panasonic VP27's internal MPX" 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 153config 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 162comment "RDS decoders" 163 164config 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 176comment "Video decoders" 177 178config VIDEO_ADV7180 179 tristate "Analog Devices ADV7180 decoder" 180 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API 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 187config 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 197config 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 209config VIDEO_ADV7842 210 tristate "Analog Devices ADV7842 decoder" 211 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API 212 select HDMI 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 222config 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 231config 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 240config 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 249config 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 261config 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 270config 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 279config 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 288config 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 299config 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 308config 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 317config 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 326config VIDEO_TW9903 327 tristate "Techwell TW9903 video decoder" 328 depends on VIDEO_V4L2 && I2C 329 ---help--- 330 Support for the Techwell tw9903 multi-standard video decoder 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 336config 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 346config 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 355comment "Video and audio decoders" 356 357config 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 366source "drivers/media/i2c/cx25840/Kconfig" 367 368comment "Video encoders" 369 370config 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 379config 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 388config 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 397config 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 406config 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 415config 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 424config VIDEO_ADV7511 425 tristate "Analog Devices ADV7511 encoder" 426 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API 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 435config 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 446config 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 452config 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 461comment "Camera sensor devices" 462 463config VIDEO_APTINA_PLL 464 tristate 465 466config VIDEO_SMIAPP_PLL 467 tristate 468 469config 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 480config 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 491config 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 500config 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 507config 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 518config 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 527config 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 536config 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 544config 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 553config VIDEO_MT9V032 554 tristate "Micron MT9V032 sensor support" 555 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 556 depends on MEDIA_CAMERA_SUPPORT 557 select REGMAP_I2C 558 ---help--- 559 This is a Video4Linux2 sensor-level driver for the Micron 560 MT9V032 752x480 CMOS sensor. 561 562config 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 569config VIDEO_NOON010PC30 570 tristate "Siliconfile NOON010PC30 sensor support" 571 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 572 depends on MEDIA_CAMERA_SUPPORT 573 ---help--- 574 This driver supports NOON010PC30 CIF camera from Siliconfile 575 576source "drivers/media/i2c/m5mols/Kconfig" 577 578config 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 586config 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 594config 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 601config 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 608source "drivers/media/i2c/smiapp/Kconfig" 609 610config VIDEO_S5C73M3 611 tristate "Samsung S5C73M3 sensor support" 612 depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 613 ---help--- 614 This is a V4L2 sensor-level driver for Samsung S5C73M3 615 8 Mpixel camera. 616 617comment "Flash devices" 618 619config 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 627config 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 635config 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 644config 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 653comment "Video improvement chips" 654 655config 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 667config 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 678comment "Audio/Video compression chips" 679 680config VIDEO_SAA6752HS 681 tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder" 682 depends on VIDEO_V4L2 && I2C 683 select CRC32 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 691comment "Miscellaneous helper chips" 692 693config VIDEO_THS7303 694 tristate "THS7303/53 Video Amplifier" 695 depends on VIDEO_V4L2 && I2C 696 help 697 Support for TI THS7303/53 video amplifier 698 699 To compile this driver as a module, choose M here: the 700 module will be called ths7303. 701 702config 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. 710endmenu 711 712menu "Sensors used on soc_camera driver" 713 714if SOC_CAMERA 715 source "drivers/media/i2c/soc_camera/Kconfig" 716endif 717 718endmenu 719 720endif 721