Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1config VIDEO_DAVINCI_VPIF_DISPLAY
2 tristate "TI DaVinci VPIF V4L2-Display driver"
3 depends on VIDEO_V4L2
4 depends on ARCH_DAVINCI || COMPILE_TEST
5 depends on HAS_DMA
6 select VIDEOBUF2_DMA_CONTIG
7 select VIDEO_ADV7343 if MEDIA_SUBDRV_AUTOSELECT
8 select VIDEO_THS7303 if MEDIA_SUBDRV_AUTOSELECT
9 help
10 Enables Davinci VPIF module used for display devices.
11 This module is used for display on TI DM6467/DA850/OMAPL138
12 SoCs.
13
14 To compile this driver as a module, choose M here. There will
15 be two modules called vpif.ko and vpif_display.ko
16
17config VIDEO_DAVINCI_VPIF_CAPTURE
18 tristate "TI DaVinci VPIF video capture driver"
19 depends on VIDEO_V4L2
20 depends on ARCH_DAVINCI || COMPILE_TEST
21 depends on HAS_DMA
22 select VIDEOBUF2_DMA_CONTIG
23 help
24 Enables Davinci VPIF module used for capture devices.
25 This module is used for capture on TI DM6467/DA850/OMAPL138
26 SoCs.
27
28 To compile this driver as a module, choose M here. There will
29 be two modules called vpif.ko and vpif_capture.ko
30
31config VIDEO_DM6446_CCDC
32 tristate "TI DM6446 CCDC video capture driver"
33 depends on VIDEO_V4L2
34 depends on ARCH_DAVINCI || COMPILE_TEST
35 depends on HAS_DMA
36 select VIDEOBUF_DMA_CONTIG
37 help
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.
43
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
46
47config VIDEO_DM355_CCDC
48 tristate "TI DM355 CCDC video capture driver"
49 depends on VIDEO_V4L2
50 depends on ARCH_DAVINCI || COMPILE_TEST
51 depends on HAS_DMA
52 select VIDEOBUF_DMA_CONTIG
53 help
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
59
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
62
63config VIDEO_DM365_ISIF
64 tristate "TI DM365 ISIF video capture driver"
65 depends on VIDEO_V4L2 && ARCH_DAVINCI
66 depends on HAS_DMA
67 select VIDEOBUF_DMA_CONTIG
68 help
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.
72
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
75
76config VIDEO_DAVINCI_VPBE_DISPLAY
77 tristate "TI DaVinci VPBE V4L2-Display driver"
78 depends on VIDEO_V4L2 && ARCH_DAVINCI
79 depends on HAS_DMA
80 select VIDEOBUF2_DMA_CONTIG
81 help
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.
85
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