diff options
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 48 |
1 files changed, 42 insertions, 6 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 057fd7e160c4..19cf3b8f67c4 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -184,7 +184,7 @@ config VIDEO_MSP3400 | |||
184 | 184 | ||
185 | config VIDEO_CS5345 | 185 | config VIDEO_CS5345 |
186 | tristate "Cirrus Logic CS5345 audio ADC" | 186 | tristate "Cirrus Logic CS5345 audio ADC" |
187 | depends on VIDEO_V4L2 && I2C && EXPERIMENTAL | 187 | depends on VIDEO_V4L2 && I2C |
188 | ---help--- | 188 | ---help--- |
189 | Support for the Cirrus Logic CS5345 24-bit, 192 kHz | 189 | Support for the Cirrus Logic CS5345 24-bit, 192 kHz |
190 | stereo A/D converter. | 190 | stereo A/D converter. |
@@ -204,7 +204,7 @@ config VIDEO_CS53L32A | |||
204 | 204 | ||
205 | config VIDEO_M52790 | 205 | config VIDEO_M52790 |
206 | tristate "Mitsubishi M52790 A/V switch" | 206 | tristate "Mitsubishi M52790 A/V switch" |
207 | depends on VIDEO_V4L2 && I2C && EXPERIMENTAL | 207 | depends on VIDEO_V4L2 && I2C |
208 | ---help--- | 208 | ---help--- |
209 | Support for the Mitsubishi M52790 A/V switch. | 209 | Support for the Mitsubishi M52790 A/V switch. |
210 | 210 | ||
@@ -242,7 +242,7 @@ config VIDEO_WM8739 | |||
242 | 242 | ||
243 | config VIDEO_VP27SMPX | 243 | config VIDEO_VP27SMPX |
244 | tristate "Panasonic VP27s internal MPX" | 244 | tristate "Panasonic VP27s internal MPX" |
245 | depends on VIDEO_V4L2 && I2C && EXPERIMENTAL | 245 | depends on VIDEO_V4L2 && I2C |
246 | ---help--- | 246 | ---help--- |
247 | Support for the internal MPX of the Panasonic VP27s tuner. | 247 | Support for the internal MPX of the Panasonic VP27s tuner. |
248 | 248 | ||
@@ -361,6 +361,17 @@ config VIDEO_SAA7191 | |||
361 | To compile this driver as a module, choose M here: the | 361 | To compile this driver as a module, choose M here: the |
362 | module will be called saa7191. | 362 | module will be called saa7191. |
363 | 363 | ||
364 | config VIDEO_TVP514X | ||
365 | tristate "Texas Instruments TVP514x video decoder" | ||
366 | depends on VIDEO_V4L2 && I2C | ||
367 | ---help--- | ||
368 | This is a Video4Linux2 sensor-level driver for the TI TVP5146/47 | ||
369 | decoder. It is currently working with the TI OMAP3 camera | ||
370 | controller. | ||
371 | |||
372 | To compile this driver as a module, choose M here: the | ||
373 | module will be called tvp514x. | ||
374 | |||
364 | config VIDEO_TVP5150 | 375 | config VIDEO_TVP5150 |
365 | tristate "Texas Instruments TVP5150 video decoder" | 376 | tristate "Texas Instruments TVP5150 video decoder" |
366 | depends on VIDEO_V4L2 && I2C | 377 | depends on VIDEO_V4L2 && I2C |
@@ -387,7 +398,7 @@ comment "MPEG video encoders" | |||
387 | 398 | ||
388 | config VIDEO_CX2341X | 399 | config VIDEO_CX2341X |
389 | tristate "Conexant CX2341x MPEG encoders" | 400 | tristate "Conexant CX2341x MPEG encoders" |
390 | depends on VIDEO_V4L2 && EXPERIMENTAL && VIDEO_V4L2_COMMON | 401 | depends on VIDEO_V4L2 && VIDEO_V4L2_COMMON |
391 | ---help--- | 402 | ---help--- |
392 | Support for the Conexant CX23416 MPEG encoders | 403 | Support for the Conexant CX23416 MPEG encoders |
393 | and CX23415 MPEG encoder/decoders. | 404 | and CX23415 MPEG encoder/decoders. |
@@ -725,10 +736,16 @@ config MT9M001_PCA9536_SWITCH | |||
725 | extender to switch between 8 and 10 bit datawidth modes | 736 | extender to switch between 8 and 10 bit datawidth modes |
726 | 737 | ||
727 | config SOC_CAMERA_MT9M111 | 738 | config SOC_CAMERA_MT9M111 |
728 | tristate "mt9m111 support" | 739 | tristate "mt9m111 and mt9m112 support" |
740 | depends on SOC_CAMERA && I2C | ||
741 | help | ||
742 | This driver supports MT9M111 and MT9M112 cameras from Micron | ||
743 | |||
744 | config SOC_CAMERA_MT9T031 | ||
745 | tristate "mt9t031 support" | ||
729 | depends on SOC_CAMERA && I2C | 746 | depends on SOC_CAMERA && I2C |
730 | help | 747 | help |
731 | This driver supports MT9M111 cameras from Micron | 748 | This driver supports MT9T031 cameras from Micron. |
732 | 749 | ||
733 | config SOC_CAMERA_MT9V022 | 750 | config SOC_CAMERA_MT9V022 |
734 | tristate "mt9v022 support" | 751 | tristate "mt9v022 support" |
@@ -744,12 +761,24 @@ config MT9V022_PCA9536_SWITCH | |||
744 | Select this if your MT9V022 camera uses a PCA9536 I2C GPIO | 761 | Select this if your MT9V022 camera uses a PCA9536 I2C GPIO |
745 | extender to switch between 8 and 10 bit datawidth modes | 762 | extender to switch between 8 and 10 bit datawidth modes |
746 | 763 | ||
764 | config SOC_CAMERA_TW9910 | ||
765 | tristate "tw9910 support" | ||
766 | depends on SOC_CAMERA && I2C | ||
767 | help | ||
768 | This is a tw9910 video driver | ||
769 | |||
747 | config SOC_CAMERA_PLATFORM | 770 | config SOC_CAMERA_PLATFORM |
748 | tristate "platform camera support" | 771 | tristate "platform camera support" |
749 | depends on SOC_CAMERA | 772 | depends on SOC_CAMERA |
750 | help | 773 | help |
751 | This is a generic SoC camera platform driver, useful for testing | 774 | This is a generic SoC camera platform driver, useful for testing |
752 | 775 | ||
776 | config SOC_CAMERA_OV772X | ||
777 | tristate "ov772x camera support" | ||
778 | depends on SOC_CAMERA && I2C | ||
779 | help | ||
780 | This is a ov772x camera driver | ||
781 | |||
753 | config VIDEO_PXA27x | 782 | config VIDEO_PXA27x |
754 | tristate "PXA27x Quick Capture Interface driver" | 783 | tristate "PXA27x Quick Capture Interface driver" |
755 | depends on VIDEO_DEV && PXA27x && SOC_CAMERA | 784 | depends on VIDEO_DEV && PXA27x && SOC_CAMERA |
@@ -764,6 +793,13 @@ config VIDEO_SH_MOBILE_CEU | |||
764 | ---help--- | 793 | ---help--- |
765 | This is a v4l2 driver for the SuperH Mobile CEU Interface | 794 | This is a v4l2 driver for the SuperH Mobile CEU Interface |
766 | 795 | ||
796 | config VIDEO_OMAP2 | ||
797 | tristate "OMAP2 Camera Capture Interface driver" | ||
798 | depends on VIDEO_DEV && ARCH_OMAP2 | ||
799 | select VIDEOBUF_DMA_SG | ||
800 | ---help--- | ||
801 | This is a v4l2 driver for the TI OMAP2 camera capture interface | ||
802 | |||
767 | # | 803 | # |
768 | # USB Multimedia device configuration | 804 | # USB Multimedia device configuration |
769 | # | 805 | # |