Kconfig 3.2 KB

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