xref: /linux/drivers/media/platform/ti/davinci/Kconfig (revision 2da68a77)
1# SPDX-License-Identifier: GPL-2.0-only
2config VIDEO_DAVINCI_VPIF_DISPLAY
3	tristate "TI DaVinci VPIF V4L2-Display driver"
4	depends on V4L_PLATFORM_DRIVERS
5	depends on VIDEO_DEV
6	depends on ARCH_DAVINCI || COMPILE_TEST
7	depends on I2C
8	select VIDEOBUF2_DMA_CONTIG
9	select VIDEO_ADV7343 if MEDIA_SUBDRV_AUTOSELECT
10	select VIDEO_THS7303 if MEDIA_SUBDRV_AUTOSELECT
11	help
12	  Enables Davinci VPIF module used for display devices.
13	  This module is used for display on TI DM6467/DA850/OMAPL138
14	  SoCs.
15
16	  To compile this driver as a module, choose M here. There will
17	  be two modules called vpif.ko and vpif_display.ko
18
19config VIDEO_DAVINCI_VPIF_CAPTURE
20	tristate "TI DaVinci VPIF video capture driver"
21	depends on V4L_PLATFORM_DRIVERS
22	depends on VIDEO_DEV
23	depends on ARCH_DAVINCI || COMPILE_TEST
24	depends on I2C
25	select VIDEOBUF2_DMA_CONTIG
26	select V4L2_FWNODE
27	help
28	  Enables Davinci VPIF module used for capture devices.
29	  This module is used for capture on TI DM6467/DA850/OMAPL138
30	  SoCs.
31
32	  To compile this driver as a module, choose M here. There will
33	  be two modules called vpif.ko and vpif_capture.ko
34
35config VIDEO_DAVINCI_VPBE_DISPLAY
36	tristate "TI DaVinci VPBE V4L2-Display driver"
37	depends on V4L_PLATFORM_DRIVERS
38	depends on VIDEO_DEV
39	depends on ARCH_DAVINCI || COMPILE_TEST
40	depends on I2C
41	select VIDEOBUF2_DMA_CONTIG
42	help
43	    Enables Davinci VPBE module used for display devices.
44	    This module is used for display on TI DM644x/DM365/DM355
45	    based display devices.
46
47	    To compile this driver as a module, choose M here. There will
48	    be five modules created called vpss.ko, vpbe.ko, vpbe_osd.ko,
49	    vpbe_venc.ko and vpbe_display.ko
50