1 config VIDEO_DAVINCI_VPIF_DISPLAY
2 tristate "TI DaVinci VPIF V4L2-Display driver"
4 depends on ARCH_DAVINCI || COMPILE_TEST
7 select VIDEOBUF2_DMA_CONTIG
8 select VIDEO_ADV7343 if MEDIA_SUBDRV_AUTOSELECT
9 select VIDEO_THS7303 if MEDIA_SUBDRV_AUTOSELECT
11 Enables Davinci VPIF module used for display devices.
12 This module is used for display on TI DM6467/DA850/OMAPL138
15 To compile this driver as a module, choose M here. There will
16 be two modules called vpif.ko and vpif_display.ko
18 config VIDEO_DAVINCI_VPIF_CAPTURE
19 tristate "TI DaVinci VPIF video capture driver"
21 depends on ARCH_DAVINCI || COMPILE_TEST
24 select VIDEOBUF2_DMA_CONTIG
26 Enables Davinci VPIF module used for capture devices.
27 This module is used for capture on TI DM6467/DA850/OMAPL138
30 To compile this driver as a module, choose M here. There will
31 be two modules called vpif.ko and vpif_capture.ko
33 config VIDEO_DM6446_CCDC
34 tristate "TI DM6446 CCDC video capture driver"
36 depends on ARCH_DAVINCI || COMPILE_TEST
39 select VIDEOBUF_DMA_CONTIG
41 Enables DaVinci CCD hw module. DaVinci CCDC hw interfaces
42 with decoder modules such as TVP5146 over BT656 or
43 sensor module such as MT9T001 over a raw interface. This
44 module configures the interface and CCDC/ISIF to do
45 video frame capture from slave decoders.
47 To compile this driver as a module, choose M here. There will
48 be three modules called vpfe_capture.ko, vpss.ko and dm644x_ccdc.ko
50 config VIDEO_DM355_CCDC
51 tristate "TI DM355 CCDC video capture driver"
53 depends on ARCH_DAVINCI || COMPILE_TEST
56 select VIDEOBUF_DMA_CONTIG
58 Enables DM355 CCD hw module. DM355 CCDC hw interfaces
59 with decoder modules such as TVP5146 over BT656 or
60 sensor module such as MT9T001 over a raw interface. This
61 module configures the interface and CCDC/ISIF to do
62 video frame capture from a slave decoders
64 To compile this driver as a module, choose M here. There will
65 be three modules called vpfe_capture.ko, vpss.ko and dm355_ccdc.ko
67 config VIDEO_DM365_ISIF
68 tristate "TI DM365 ISIF video capture driver"
69 depends on VIDEO_V4L2 && ARCH_DAVINCI
72 select VIDEOBUF_DMA_CONTIG
74 Enables ISIF hw module. This is the hardware module for
75 configuring ISIF in VPFE to capture Raw Bayer RGB data from
76 a image sensor or YUV data from a YUV source.
78 To compile this driver as a module, choose M here. There will
79 be three modules called vpfe_capture.ko, vpss.ko and isif.ko
81 config VIDEO_DAVINCI_VPBE_DISPLAY
82 tristate "TI DaVinci VPBE V4L2-Display driver"
83 depends on VIDEO_V4L2 && ARCH_DAVINCI
86 select VIDEOBUF2_DMA_CONTIG
88 Enables Davinci VPBE module used for display devices.
89 This module is used for display on TI DM644x/DM365/DM355
90 based display devices.
92 To compile this driver as a module, choose M here. There will
93 be five modules created called vpss.ko, vpbe.ko, vpbe_osd.ko,
94 vpbe_venc.ko and vpbe_display.ko