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_OV7640 470 tristate "OmniVision OV7640 sensor support" 471 depends on I2C && VIDEO_V4L2 472 depends on MEDIA_CAMERA_SUPPORT 473 ---help--- 474 This is a Video4Linux2 sensor-level driver for the OmniVision 475 OV7640 camera. 476 477 To compile this driver as a module, choose M here: the 478 module will be called ov7640. 479 480config VIDEO_OV7670 481 tristate "OmniVision OV7670 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 OV7670 VGA camera. It currently only works with the M88ALP01 487 controller. 488 489config VIDEO_OV9650 490 tristate "OmniVision OV9650/OV9652 sensor support" 491 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 492 ---help--- 493 This is a V4L2 sensor-level driver for the Omnivision 494 OV9650 and OV9652 camera sensors. 495 496config VIDEO_VS6624 497 tristate "ST VS6624 sensor support" 498 depends on VIDEO_V4L2 && I2C 499 depends on MEDIA_CAMERA_SUPPORT 500 ---help--- 501 This is a Video4Linux2 sensor-level driver for the ST VS6624 502 camera. 503 504 To compile this driver as a module, choose M here: the 505 module will be called vs6624. 506 507config VIDEO_MT9M032 508 tristate "MT9M032 camera sensor support" 509 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 510 depends on MEDIA_CAMERA_SUPPORT 511 select VIDEO_APTINA_PLL 512 ---help--- 513 This driver supports MT9M032 camera sensors from Aptina, monochrome 514 models only. 515 516config VIDEO_MT9P031 517 tristate "Aptina MT9P031 support" 518 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 519 depends on MEDIA_CAMERA_SUPPORT 520 select VIDEO_APTINA_PLL 521 ---help--- 522 This is a Video4Linux2 sensor-level driver for the Aptina 523 (Micron) mt9p031 5 Mpixel camera. 524 525config VIDEO_MT9T001 526 tristate "Aptina MT9T001 support" 527 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 528 depends on MEDIA_CAMERA_SUPPORT 529 ---help--- 530 This is a Video4Linux2 sensor-level driver for the Aptina 531 (Micron) mt0t001 3 Mpixel camera. 532 533config VIDEO_MT9V011 534 tristate "Micron mt9v011 sensor support" 535 depends on I2C && VIDEO_V4L2 536 depends on MEDIA_CAMERA_SUPPORT 537 ---help--- 538 This is a Video4Linux2 sensor-level driver for the Micron 539 mt0v011 1.3 Mpixel camera. It currently only works with the 540 em28xx driver. 541 542config VIDEO_MT9V032 543 tristate "Micron MT9V032 sensor support" 544 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 545 depends on MEDIA_CAMERA_SUPPORT 546 select REGMAP_I2C 547 ---help--- 548 This is a Video4Linux2 sensor-level driver for the Micron 549 MT9V032 752x480 CMOS sensor. 550 551config VIDEO_SR030PC30 552 tristate "Siliconfile SR030PC30 sensor support" 553 depends on I2C && VIDEO_V4L2 554 depends on MEDIA_CAMERA_SUPPORT 555 ---help--- 556 This driver supports SR030PC30 VGA camera from Siliconfile 557 558config VIDEO_NOON010PC30 559 tristate "Siliconfile NOON010PC30 sensor support" 560 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 561 depends on MEDIA_CAMERA_SUPPORT 562 ---help--- 563 This driver supports NOON010PC30 CIF camera from Siliconfile 564 565source "drivers/media/i2c/m5mols/Kconfig" 566 567config VIDEO_S5K6AA 568 tristate "Samsung S5K6AAFX sensor support" 569 depends on MEDIA_CAMERA_SUPPORT 570 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 571 ---help--- 572 This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M 573 camera sensor with an embedded SoC image signal processor. 574 575config VIDEO_S5K6A3 576 tristate "Samsung S5K6A3 sensor support" 577 depends on MEDIA_CAMERA_SUPPORT 578 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 579 ---help--- 580 This is a V4L2 sensor-level driver for Samsung S5K6A3 raw 581 camera sensor. 582 583config VIDEO_S5K4ECGX 584 tristate "Samsung S5K4ECGX sensor support" 585 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 586 ---help--- 587 This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M 588 camera sensor with an embedded SoC image signal processor. 589 590config VIDEO_S5K5BAF 591 tristate "Samsung S5K5BAF sensor support" 592 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 593 ---help--- 594 This is a V4L2 sensor-level driver for Samsung S5K5BAF 2M 595 camera sensor with an embedded SoC image signal processor. 596 597source "drivers/media/i2c/smiapp/Kconfig" 598 599config VIDEO_S5C73M3 600 tristate "Samsung S5C73M3 sensor support" 601 depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 602 ---help--- 603 This is a V4L2 sensor-level driver for Samsung S5C73M3 604 8 Mpixel camera. 605 606comment "Flash devices" 607 608config VIDEO_ADP1653 609 tristate "ADP1653 flash support" 610 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER 611 depends on MEDIA_CAMERA_SUPPORT 612 ---help--- 613 This is a driver for the ADP1653 flash controller. It is used for 614 example in Nokia N900. 615 616config VIDEO_AS3645A 617 tristate "AS3645A flash driver support" 618 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER 619 depends on MEDIA_CAMERA_SUPPORT 620 ---help--- 621 This is a driver for the AS3645A and LM3555 flash controllers. It has 622 build in control for flash, torch and indicator LEDs. 623 624config VIDEO_LM3560 625 tristate "LM3560 dual flash driver support" 626 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER 627 depends on MEDIA_CAMERA_SUPPORT 628 select REGMAP_I2C 629 ---help--- 630 This is a driver for the lm3560 dual flash controllers. It controls 631 flash, torch LEDs. 632 633config VIDEO_LM3646 634 tristate "LM3646 dual flash driver support" 635 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER 636 depends on MEDIA_CAMERA_SUPPORT 637 select REGMAP_I2C 638 ---help--- 639 This is a driver for the lm3646 dual flash controllers. It controls 640 flash, torch LEDs. 641 642comment "Video improvement chips" 643 644config VIDEO_UPD64031A 645 tristate "NEC Electronics uPD64031A Ghost Reduction" 646 depends on VIDEO_V4L2 && I2C 647 ---help--- 648 Support for the NEC Electronics uPD64031A Ghost Reduction 649 video chip. It is most often found in NTSC TV cards made for 650 Japan and is used to reduce the 'ghosting' effect that can 651 be present in analog TV broadcasts. 652 653 To compile this driver as a module, choose M here: the 654 module will be called upd64031a. 655 656config VIDEO_UPD64083 657 tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation" 658 depends on VIDEO_V4L2 && I2C 659 ---help--- 660 Support for the NEC Electronics uPD64083 3-Dimensional Y/C 661 separation video chip. It is used to improve the quality of 662 the colors of a composite signal. 663 664 To compile this driver as a module, choose M here: the 665 module will be called upd64083. 666 667comment "Audio/Video compression chips" 668 669config VIDEO_SAA6752HS 670 tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder" 671 depends on VIDEO_V4L2 && I2C 672 select CRC32 673 ---help--- 674 Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3 675 audio encoder with multiplexer. 676 677 To compile this driver as a module, choose M here: the 678 module will be called saa6752hs. 679 680comment "Miscellaneous helper chips" 681 682config VIDEO_THS7303 683 tristate "THS7303/53 Video Amplifier" 684 depends on VIDEO_V4L2 && I2C 685 help 686 Support for TI THS7303/53 video amplifier 687 688 To compile this driver as a module, choose M here: the 689 module will be called ths7303. 690 691config VIDEO_M52790 692 tristate "Mitsubishi M52790 A/V switch" 693 depends on VIDEO_V4L2 && I2C 694 ---help--- 695 Support for the Mitsubishi M52790 A/V switch. 696 697 To compile this driver as a module, choose M here: the 698 module will be called m52790. 699endmenu 700 701menu "Sensors used on soc_camera driver" 702 703if SOC_CAMERA 704 source "drivers/media/i2c/soc_camera/Kconfig" 705endif 706 707endmenu 708 709endif 710