1 config VIDEO_DAVINCI_VPIF_DISPLAY
2 tristate "TI DaVinci VPIF V4L2-Display driver"
4 depends on ARCH_DAVINCI || COMPILE_TEST
6 select VIDEOBUF2_DMA_CONTIG
7 select VIDEO_ADV7343 if MEDIA_SUBDRV_AUTOSELECT
8 select VIDEO_THS7303 if MEDIA_SUBDRV_AUTOSELECT
10 Enables Davinci VPIF module used for display devices.
11 This module is used for display on TI DM6467/DA850/OMAPL138
14 To compile this driver as a module, choose M here. There will
15 be two modules called vpif.ko and vpif_display.ko
17 config VIDEO_DAVINCI_VPIF_CAPTURE
18 tristate "TI DaVinci VPIF video capture driver"
20 depends on ARCH_DAVINCI || COMPILE_TEST
22 select VIDEOBUF2_DMA_CONTIG
24 Enables Davinci VPIF module used for capture devices.
25 This module is used for capture on TI DM6467/DA850/OMAPL138
28 To compile this driver as a module, choose M here. There will
29 be two modules called vpif.ko and vpif_capture.ko
31 config VIDEO_DM6446_CCDC
32 tristate "TI DM6446 CCDC video capture driver"
34 depends on ARCH_DAVINCI || COMPILE_TEST
36 select VIDEOBUF_DMA_CONTIG
38 Enables DaVinci CCD hw module. DaVinci CCDC hw interfaces
39 with decoder modules such as TVP5146 over BT656 or
40 sensor module such as MT9T001 over a raw interface. This
41 module configures the interface and CCDC/ISIF to do
42 video frame capture from slave decoders.
44 To compile this driver as a module, choose M here. There will
45 be three modules called vpfe_capture.ko, vpss.ko and dm644x_ccdc.ko
47 config VIDEO_DM355_CCDC
48 tristate "TI DM355 CCDC video capture driver"
50 depends on ARCH_DAVINCI || COMPILE_TEST
52 select VIDEOBUF_DMA_CONTIG
54 Enables DM355 CCD hw module. DM355 CCDC hw interfaces
55 with decoder modules such as TVP5146 over BT656 or
56 sensor module such as MT9T001 over a raw interface. This
57 module configures the interface and CCDC/ISIF to do
58 video frame capture from a slave decoders
60 To compile this driver as a module, choose M here. There will
61 be three modules called vpfe_capture.ko, vpss.ko and dm355_ccdc.ko
63 config VIDEO_DM365_ISIF
64 tristate "TI DM365 ISIF video capture driver"
65 depends on VIDEO_V4L2 && ARCH_DAVINCI
67 select VIDEOBUF_DMA_CONTIG
69 Enables ISIF hw module. This is the hardware module for
70 configuring ISIF in VPFE to capture Raw Bayer RGB data from
71 a image sensor or YUV data from a YUV source.
73 To compile this driver as a module, choose M here. There will
74 be three modules called vpfe_capture.ko, vpss.ko and isif.ko
76 config VIDEO_DAVINCI_VPBE_DISPLAY
77 tristate "TI DaVinci VPBE V4L2-Display driver"
78 depends on VIDEO_V4L2 && ARCH_DAVINCI
80 select VIDEOBUF2_DMA_CONTIG
82 Enables Davinci VPBE module used for display devices.
83 This module is used for display on TI DM644x/DM365/DM355
84 based display devices.
86 To compile this driver as a module, choose M here. There will
87 be five modules created called vpss.ko, vpbe.ko, vpbe_osd.ko,
88 vpbe_venc.ko and vpbe_display.ko