Kconfig 3.1 KB

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