Kconfig (38fd2c202a3d82bc12430bce5789fa2c2a406f71) | Kconfig (6052ba35207429b4878ccf803766d815d0edd3d4) |
---|---|
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 --- 541 unchanged lines hidden (view full) --- 550config VIDEO_MT9V032 551 tristate "Micron MT9V032 sensor support" 552 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 553 depends on MEDIA_CAMERA_SUPPORT 554 ---help--- 555 This is a Video4Linux2 sensor-level driver for the Micron 556 MT9V032 752x480 CMOS sensor. 557 | 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 --- 541 unchanged lines hidden (view full) --- 550config VIDEO_MT9V032 551 tristate "Micron MT9V032 sensor support" 552 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 553 depends on MEDIA_CAMERA_SUPPORT 554 ---help--- 555 This is a Video4Linux2 sensor-level driver for the Micron 556 MT9V032 752x480 CMOS sensor. 557 |
558config VIDEO_TCM825X 559 tristate "TCM825x camera sensor support" 560 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_INT_DEVICE 561 depends on MEDIA_CAMERA_SUPPORT 562 ---help--- 563 This is a driver for the Toshiba TCM825x VGA camera sensor. 564 It is used for example in Nokia N800. 565 | |
566config VIDEO_SR030PC30 567 tristate "Siliconfile SR030PC30 sensor support" 568 depends on I2C && VIDEO_V4L2 569 depends on MEDIA_CAMERA_SUPPORT 570 ---help--- 571 This driver supports SR030PC30 VGA camera from Siliconfile 572 573config VIDEO_NOON010PC30 --- 15 unchanged lines hidden (view full) --- 589 590config VIDEO_S5K4ECGX 591 tristate "Samsung S5K4ECGX sensor support" 592 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 593 ---help--- 594 This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M 595 camera sensor with an embedded SoC image signal processor. 596 | 558config VIDEO_SR030PC30 559 tristate "Siliconfile SR030PC30 sensor support" 560 depends on I2C && VIDEO_V4L2 561 depends on MEDIA_CAMERA_SUPPORT 562 ---help--- 563 This driver supports SR030PC30 VGA camera from Siliconfile 564 565config VIDEO_NOON010PC30 --- 15 unchanged lines hidden (view full) --- 581 582config VIDEO_S5K4ECGX 583 tristate "Samsung S5K4ECGX sensor support" 584 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 585 ---help--- 586 This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M 587 camera sensor with an embedded SoC image signal processor. 588 |
589config VIDEO_S5K5BAF 590 tristate "Samsung S5K5BAF sensor support" 591 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 592 ---help--- 593 This is a V4L2 sensor-level driver for Samsung S5K5BAF 2M 594 camera sensor with an embedded SoC image signal processor. 595 |
|
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. --- 45 unchanged lines hidden (view full) --- 650 ---help--- 651 Support for the NEC Electronics uPD64083 3-Dimensional Y/C 652 separation video chip. It is used to improve the quality of 653 the colors of a composite signal. 654 655 To compile this driver as a module, choose M here: the 656 module will be called upd64083. 657 | 596source "drivers/media/i2c/smiapp/Kconfig" 597 598config VIDEO_S5C73M3 599 tristate "Samsung S5C73M3 sensor support" 600 depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 601 ---help--- 602 This is a V4L2 sensor-level driver for Samsung S5C73M3 603 8 Mpixel camera. --- 45 unchanged lines hidden (view full) --- 649 ---help--- 650 Support for the NEC Electronics uPD64083 3-Dimensional Y/C 651 separation video chip. It is used to improve the quality of 652 the colors of a composite signal. 653 654 To compile this driver as a module, choose M here: the 655 module will be called upd64083. 656 |
657comment "Audio/Video compression chips" 658 659config VIDEO_SAA6752HS 660 tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder" 661 depends on VIDEO_V4L2 && I2C 662 ---help--- 663 Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3 664 audio encoder with multiplexer. 665 666 To compile this driver as a module, choose M here: the 667 module will be called saa6752hs. 668 |
|
658comment "Miscellaneous helper chips" 659 660config VIDEO_THS7303 661 tristate "THS7303/53 Video Amplifier" 662 depends on VIDEO_V4L2 && I2C 663 help 664 Support for TI THS7303/53 video amplifier 665 --- 22 unchanged lines hidden --- | 669comment "Miscellaneous helper chips" 670 671config VIDEO_THS7303 672 tristate "THS7303/53 Video Amplifier" 673 depends on VIDEO_V4L2 && I2C 674 help 675 Support for TI THS7303/53 video amplifier 676 --- 22 unchanged lines hidden --- |