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 I2C
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 I2C
22	select VIDEOBUF2_DMA_CONTIG
23	select V4L2_FWNODE
24	help
25	  Enables Davinci VPIF module used for capture devices.
26	  This module is used for capture on TI DM6467/DA850/OMAPL138
27	  SoCs.
28
29	  To compile this driver as a module, choose M here. There will
30	  be two modules called vpif.ko and vpif_capture.ko
31
32config VIDEO_DM6446_CCDC
33	tristate "TI DM6446 CCDC video capture driver"
34	depends on VIDEO_V4L2
35	depends on ARCH_DAVINCI || COMPILE_TEST
36	depends on I2C
37	select VIDEOBUF_DMA_CONTIG
38	help
39	   Enables DaVinci CCD hw module. DaVinci CCDC hw interfaces
40	   with decoder modules such as TVP5146 over BT656 or
41	   sensor module such as MT9T001 over a raw interface. This
42	   module configures the interface and CCDC/ISIF to do
43	   video frame capture from slave decoders.
44
45	   To compile this driver as a module, choose M here. There will
46	   be three modules called vpfe_capture.ko, vpss.ko and dm644x_ccdc.ko
47
48config VIDEO_DM355_CCDC
49	tristate "TI DM355 CCDC video capture driver"
50	depends on VIDEO_V4L2
51	depends on ARCH_DAVINCI || COMPILE_TEST
52	depends on I2C
53	select VIDEOBUF_DMA_CONTIG
54	help
55	   Enables DM355 CCD hw module. DM355 CCDC hw interfaces
56	   with decoder modules such as TVP5146 over BT656 or
57	   sensor module such as MT9T001 over a raw interface. This
58	   module configures the interface and CCDC/ISIF to do
59	   video frame capture from a slave decoders
60
61	   To compile this driver as a module, choose M here. There will
62	   be three modules called vpfe_capture.ko, vpss.ko and dm355_ccdc.ko
63
64config VIDEO_DM365_ISIF
65	tristate "TI DM365 ISIF video capture driver"
66	depends on VIDEO_V4L2
67	depends on ARCH_DAVINCI || COMPILE_TEST
68	depends on I2C
69	select VIDEOBUF_DMA_CONTIG
70	help
71	   Enables ISIF hw module. This is the hardware module for
72	   configuring ISIF in VPFE to capture Raw Bayer RGB data from
73	   a image sensor or YUV data from a YUV source.
74
75	   To compile this driver as a module, choose M here. There will
76	   be three modules called vpfe_capture.ko, vpss.ko and isif.ko
77
78config VIDEO_DAVINCI_VPBE_DISPLAY
79	tristate "TI DaVinci VPBE V4L2-Display driver"
80	depends on VIDEO_V4L2
81	depends on ARCH_DAVINCI || COMPILE_TEST
82	depends on I2C
83	select VIDEOBUF2_DMA_CONTIG
84	help
85	    Enables Davinci VPBE module used for display devices.
86	    This module is used for display on TI DM644x/DM365/DM355
87	    based display devices.
88
89	    To compile this driver as a module, choose M here. There will
90	    be five modules created called vpss.ko, vpbe.ko, vpbe_osd.ko,
91	    vpbe_venc.ko and vpbe_display.ko
92