# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_VIDEO_DAVINCI_VPIF_DISPLAY[0m tristate "TI DaVinci VPIF V4L2-Display driver" depends on [31mCONFIG_VIDEO_V4L2[0m depends on [31mCONFIG_ARCH_DAVINCI[0m || [31mCONFIG_COMPILE_TEST[0m depends on [31mCONFIG_I2C[0m select [31mCONFIG_VIDEOBUF2_DMA_CONTIG[0m select [31mCONFIG_VIDEO_ADV7343[0m if [31mCONFIG_MEDIA_SUBDRV_AUTOSELECT[0m select [31mCONFIG_VIDEO_THS7303[0m if [31mCONFIG_MEDIA_SUBDRV_AUTOSELECT[0m help Enables Davinci VPIF module used for display devices. This module is used for display on TI DM6467/DA850/OMAPL138 SoCs. To compile this driver as a module, choose [31mCONFIG_M[0m here. There will be two modules called vpif.ko and vpif_display.ko config [31mCONFIG_VIDEO_DAVINCI_VPIF_CAPTURE[0m tristate "TI DaVinci VPIF video capture driver" depends on [31mCONFIG_VIDEO_V4L2[0m depends on [31mCONFIG_ARCH_DAVINCI[0m || [31mCONFIG_COMPILE_TEST[0m depends on [31mCONFIG_I2C[0m select [31mCONFIG_VIDEOBUF2_DMA_CONTIG[0m select [31mCONFIG_V4L2_FWNODE[0m help Enables Davinci VPIF module used for capture devices. This module is used for capture on TI DM6467/DA850/OMAPL138 SoCs. To compile this driver as a module, choose [31mCONFIG_M[0m here. There will be two modules called vpif.ko and vpif_capture.ko config [31mCONFIG_VIDEO_DM6446_CCDC[0m tristate "TI DM6446 CCDC video capture driver" depends on [31mCONFIG_VIDEO_V4L2[0m depends on [31mCONFIG_ARCH_DAVINCI[0m || [31mCONFIG_COMPILE_TEST[0m depends on [31mCONFIG_I2C[0m select [31mCONFIG_VIDEOBUF_DMA_CONTIG[0m help Enables DaVinci CCD hw module. DaVinci CCDC hw interfaces with decoder modules such as TVP5146 over BT656 or sensor module such as MT9T001 over a raw interface. This module configures the interface and CCDC/ISIF to do video frame capture from slave decoders. To compile this driver as a module, choose [31mCONFIG_M[0m here. There will be three modules called vpfe_capture.ko, vpss.ko and dm644x_ccdc.ko config [31mCONFIG_VIDEO_DM355_CCDC[0m tristate "TI DM355 CCDC video capture driver" depends on [31mCONFIG_VIDEO_V4L2[0m depends on [31mCONFIG_ARCH_DAVINCI[0m || [31mCONFIG_COMPILE_TEST[0m depends on [31mCONFIG_I2C[0m select [31mCONFIG_VIDEOBUF_DMA_CONTIG[0m help Enables DM355 CCD hw module. DM355 CCDC hw interfaces with decoder modules such as TVP5146 over BT656 or sensor module such as MT9T001 over a raw interface. This module configures the interface and CCDC/ISIF to do video frame capture from a slave decoders To compile this driver as a module, choose [31mCONFIG_M[0m here. There will be three modules called vpfe_capture.ko, vpss.ko and dm355_ccdc.ko config [31mCONFIG_VIDEO_DM365_ISIF[0m tristate "TI DM365 ISIF video capture driver" depends on [31mCONFIG_VIDEO_V4L2[0m depends on [31mCONFIG_ARCH_DAVINCI[0m || [31mCONFIG_COMPILE_TEST[0m depends on [31mCONFIG_I2C[0m select [31mCONFIG_VIDEOBUF_DMA_CONTIG[0m help Enables ISIF hw module. This is the hardware module for configuring ISIF in VPFE to capture Raw Bayer RGB data from a image sensor or YUV data from a YUV source. To compile this driver as a module, choose [31mCONFIG_M[0m here. There will be three modules called vpfe_capture.ko, vpss.ko and isif.ko config [31mCONFIG_VIDEO_DAVINCI_VPBE_DISPLAY[0m tristate "TI DaVinci VPBE V4L2-Display driver" depends on [31mCONFIG_VIDEO_V4L2[0m depends on [31mCONFIG_ARCH_DAVINCI[0m || [31mCONFIG_COMPILE_TEST[0m depends on [31mCONFIG_I2C[0m select [31mCONFIG_VIDEOBUF2_DMA_CONTIG[0m help Enables Davinci VPBE module used for display devices. This module is used for display on TI DM644x/DM365/DM355 based display devices. To compile this driver as a module, choose [31mCONFIG_M[0m here. There will be five modules created called vpss.ko, vpbe.ko, vpbe_osd.ko, vpbe_venc.ko and vpbe_display.ko |