Merge tag 'cris-for-linus' of git://jni.nu/cris
[firefly-linux-kernel-4.4.55.git] / drivers / media / video / davinci / Kconfig
1 config DISPLAY_DAVINCI_DM646X_EVM
2         tristate "DM646x EVM Video Display"
3         depends on VIDEO_DEV && MACH_DAVINCI_DM6467_EVM
4         select VIDEOBUF_DMA_CONTIG
5         select VIDEO_DAVINCI_VPIF
6         select VIDEO_ADV7343
7         select VIDEO_THS7303
8         help
9           Support for DM6467 based display device.
10
11           To compile this driver as a module, choose M here: the
12           module will be called vpif_display.
13
14 config CAPTURE_DAVINCI_DM646X_EVM
15         tristate "DM646x EVM Video Capture"
16         depends on VIDEO_DEV && MACH_DAVINCI_DM6467_EVM
17         select VIDEOBUF_DMA_CONTIG
18         select VIDEO_DAVINCI_VPIF
19         help
20           Support for DM6467 based capture device.
21
22           To compile this driver as a module, choose M here: the
23           module will be called vpif_capture.
24
25 config VIDEO_DAVINCI_VPIF
26         tristate "DaVinci VPIF Driver"
27         depends on DISPLAY_DAVINCI_DM646X_EVM
28         help
29           Support for DaVinci VPIF Driver.
30
31           To compile this driver as a module, choose M here: the
32           module will be called vpif.
33
34 config VIDEO_VPSS_SYSTEM
35         tristate "VPSS System module driver"
36         depends on ARCH_DAVINCI
37         help
38           Support for vpss system module for video driver
39
40 config VIDEO_VPFE_CAPTURE
41         tristate "VPFE Video Capture Driver"
42         depends on VIDEO_V4L2 && (ARCH_DAVINCI || ARCH_OMAP3)
43         depends on I2C
44         select VIDEOBUF_DMA_CONTIG
45         help
46           Support for DMx/AMx VPFE based frame grabber. This is the
47           common V4L2 module for following DMx/AMx SoCs from Texas
48           Instruments:- DM6446, DM365, DM355 & AM3517/05.
49
50           To compile this driver as a module, choose M here: the
51           module will be called vpfe-capture.
52
53 config VIDEO_DM6446_CCDC
54         tristate "DM6446 CCDC HW module"
55         depends on VIDEO_VPFE_CAPTURE
56         select VIDEO_VPSS_SYSTEM
57         default y
58         help
59            Enables DaVinci CCD hw module. DaVinci CCDC hw interfaces
60            with decoder modules such as TVP5146 over BT656 or
61            sensor module such as MT9T001 over a raw interface. This
62            module configures the interface and CCDC/ISIF to do
63            video frame capture from slave decoders.
64
65            To compile this driver as a module, choose M here: the
66            module will be called vpfe.
67
68 config VIDEO_DM355_CCDC
69         tristate "DM355 CCDC HW module"
70         depends on ARCH_DAVINCI_DM355 && VIDEO_VPFE_CAPTURE
71         select VIDEO_VPSS_SYSTEM
72         default y
73         help
74            Enables DM355 CCD hw module. DM355 CCDC hw interfaces
75            with decoder modules such as TVP5146 over BT656 or
76            sensor module such as MT9T001 over a raw interface. This
77            module configures the interface and CCDC/ISIF to do
78            video frame capture from a slave decoders
79
80            To compile this driver as a module, choose M here: the
81            module will be called vpfe.
82
83 config VIDEO_ISIF
84         tristate "ISIF HW module"
85         depends on ARCH_DAVINCI_DM365 && VIDEO_VPFE_CAPTURE
86         select VIDEO_VPSS_SYSTEM
87         default y
88         help
89            Enables ISIF hw module. This is the hardware module for
90            configuring ISIF in VPFE to capture Raw Bayer RGB data  from
91            a image sensor or YUV data from a YUV source.
92
93            To compile this driver as a module, choose M here: the
94            module will be called vpfe.
95
96 config VIDEO_DM644X_VPBE
97         tristate "DM644X VPBE HW module"
98         depends on ARCH_DAVINCI_DM644x
99         select VIDEO_VPSS_SYSTEM
100         select VIDEOBUF_DMA_CONTIG
101         help
102             Enables VPBE modules used for display on a DM644x
103             SoC.
104
105             To compile this driver as a module, choose M here: the
106             module will be called vpbe.
107
108
109 config VIDEO_VPBE_DISPLAY
110         tristate "VPBE V4L2 Display driver"
111         depends on ARCH_DAVINCI_DM644x
112         select VIDEO_DM644X_VPBE
113         help
114             Enables VPBE V4L2 Display driver on a DM644x device
115
116             To compile this driver as a module, choose M here: the
117             module will be called vpbe_display.