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