aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r--drivers/media/video/Kconfig93
1 files changed, 93 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 1d758525d236..e6186b338a12 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -265,6 +265,15 @@ config VIDEO_SAA6588
265 265
266comment "Video decoders" 266comment "Video decoders"
267 267
268config VIDEO_ADV7180
269 tristate "Analog Devices ADV7180 decoder"
270 depends on VIDEO_V4L2 && I2C
271 ---help---
272 Support for the Analog Devices ADV7180 video decoder.
273
274 To compile this driver as a module, choose M here: the
275 module will be called adv7180.
276
268config VIDEO_BT819 277config VIDEO_BT819
269 tristate "BT819A VideoStream decoder" 278 tristate "BT819A VideoStream decoder"
270 depends on VIDEO_V4L2 && I2C 279 depends on VIDEO_V4L2 && I2C
@@ -493,6 +502,39 @@ config VIDEO_UPD64083
493 502
494endmenu # encoder / decoder chips 503endmenu # encoder / decoder chips
495 504
505config DISPLAY_DAVINCI_DM646X_EVM
506 tristate "DM646x EVM Video Display"
507 depends on VIDEO_DEV && MACH_DAVINCI_DM6467_EVM
508 select VIDEOBUF_DMA_CONTIG
509 select VIDEO_DAVINCI_VPIF
510 select VIDEO_ADV7343
511 select VIDEO_THS7303
512 help
513 Support for DM6467 based display device.
514
515 To compile this driver as a module, choose M here: the
516 module will be called vpif_display.
517
518config CAPTURE_DAVINCI_DM646X_EVM
519 tristate "DM646x EVM Video Capture"
520 depends on VIDEO_DEV && MACH_DAVINCI_DM6467_EVM
521 select VIDEOBUF_DMA_CONTIG
522 select VIDEO_DAVINCI_VPIF
523 help
524 Support for DM6467 based capture device.
525
526 To compile this driver as a module, choose M here: the
527 module will be called vpif_capture.
528
529config VIDEO_DAVINCI_VPIF
530 tristate "DaVinci VPIF Driver"
531 depends on DISPLAY_DAVINCI_DM646X_EVM
532 help
533 Support for DaVinci VPIF Driver.
534
535 To compile this driver as a module, choose M here: the
536 module will be called vpif.
537
496config VIDEO_VIVI 538config VIDEO_VIVI
497 tristate "Virtual Video Driver" 539 tristate "Virtual Video Driver"
498 depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64 540 depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64
@@ -505,6 +547,55 @@ config VIDEO_VIVI
505 Say Y here if you want to test video apps or debug V4L devices. 547 Say Y here if you want to test video apps or debug V4L devices.
506 In doubt, say N. 548 In doubt, say N.
507 549
550config VIDEO_VPSS_SYSTEM
551 tristate "VPSS System module driver"
552 depends on ARCH_DAVINCI
553 help
554 Support for vpss system module for video driver
555 default y
556
557config VIDEO_VPFE_CAPTURE
558 tristate "VPFE Video Capture Driver"
559 depends on VIDEO_V4L2 && ARCH_DAVINCI
560 select VIDEOBUF_DMA_CONTIG
561 help
562 Support for DMXXXX VPFE based frame grabber. This is the
563 common V4L2 module for following DMXXX SoCs from Texas
564 Instruments:- DM6446 & DM355.
565
566 To compile this driver as a module, choose M here: the
567 module will be called vpfe-capture.
568
569config VIDEO_DM6446_CCDC
570 tristate "DM6446 CCDC HW module"
571 depends on ARCH_DAVINCI_DM644x && VIDEO_VPFE_CAPTURE
572 select VIDEO_VPSS_SYSTEM
573 default y
574 help
575 Enables DaVinci CCD hw module. DaVinci CCDC hw interfaces
576 with decoder modules such as TVP5146 over BT656 or
577 sensor module such as MT9T001 over a raw interface. This
578 module configures the interface and CCDC/ISIF to do
579 video frame capture from slave decoders.
580
581 To compile this driver as a module, choose M here: the
582 module will be called vpfe.
583
584config VIDEO_DM355_CCDC
585 tristate "DM355 CCDC HW module"
586 depends on ARCH_DAVINCI_DM355 && VIDEO_VPFE_CAPTURE
587 select VIDEO_VPSS_SYSTEM
588 default y
589 help
590 Enables DM355 CCD hw module. DM355 CCDC hw interfaces
591 with decoder modules such as TVP5146 over BT656 or
592 sensor module such as MT9T001 over a raw interface. This
593 module configures the interface and CCDC/ISIF to do
594 video frame capture from a slave decoders
595
596 To compile this driver as a module, choose M here: the
597 module will be called vpfe.
598
508source "drivers/media/video/bt8xx/Kconfig" 599source "drivers/media/video/bt8xx/Kconfig"
509 600
510config VIDEO_PMS 601config VIDEO_PMS
@@ -690,6 +781,8 @@ source "drivers/media/video/ivtv/Kconfig"
690 781
691source "drivers/media/video/cx18/Kconfig" 782source "drivers/media/video/cx18/Kconfig"
692 783
784source "drivers/media/video/saa7164/Kconfig"
785
693config VIDEO_M32R_AR 786config VIDEO_M32R_AR
694 tristate "AR devices" 787 tristate "AR devices"
695 depends on M32R && VIDEO_V4L1 788 depends on M32R && VIDEO_V4L1