brintos

brintos / linux-shallow public Read only

0
0
Text · 1.1 KiB · 542a602 Raw
34 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config VIDEO_DAVINCI_VPIF_DISPLAY3	tristate "TI DaVinci VPIF V4L2-Display driver"4	depends on V4L_PLATFORM_DRIVERS5	depends on VIDEO_DEV6	depends on ARCH_DAVINCI || COMPILE_TEST7	depends on I2C8	select VIDEOBUF2_DMA_CONTIG9	select VIDEO_ADV7343 if MEDIA_SUBDRV_AUTOSELECT10	select VIDEO_THS7303 if MEDIA_SUBDRV_AUTOSELECT11	help12	  Enables Davinci VPIF module used for display devices.13	  This module is used for display on TI DM6467/DA850/OMAPL13814	  SoCs.15 16	  To compile this driver as a module, choose M here. There will17	  be two modules called vpif.ko and vpif_display.ko18 19config VIDEO_DAVINCI_VPIF_CAPTURE20	tristate "TI DaVinci VPIF video capture driver"21	depends on V4L_PLATFORM_DRIVERS22	depends on VIDEO_DEV23	depends on ARCH_DAVINCI || COMPILE_TEST24	depends on I2C25	select VIDEOBUF2_DMA_CONTIG26	select V4L2_FWNODE27	help28	  Enables Davinci VPIF module used for capture devices.29	  This module is used for capture on TI DM6467/DA850/OMAPL13830	  SoCs.31 32	  To compile this driver as a module, choose M here. There will33	  be two modules called vpif.ko and vpif_capture.ko34