Kconfig 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. config DISPLAY_DAVINCI_DM646X_EVM
  2. tristate "DM646x EVM Video Display"
  3. depends on VIDEO_DEV && MACH_DAVINCI_DM6467_EVM
  4. select VIDEOBUF_DMA_CONTIG
  5. select VIDEO_DAVINCI_VPIF
  6. select VIDEO_ADV7343
  7. select VIDEO_THS7303
  8. help
  9. Support for DM6467 based display device.
  10. To compile this driver as a module, choose M here: the
  11. module will be called vpif_display.
  12. config CAPTURE_DAVINCI_DM646X_EVM
  13. tristate "DM646x EVM Video Capture"
  14. depends on VIDEO_DEV && MACH_DAVINCI_DM6467_EVM
  15. select VIDEOBUF_DMA_CONTIG
  16. select VIDEO_DAVINCI_VPIF
  17. help
  18. Support for DM6467 based capture device.
  19. To compile this driver as a module, choose M here: the
  20. module will be called vpif_capture.
  21. config VIDEO_DAVINCI_VPIF
  22. tristate "DaVinci VPIF Driver"
  23. depends on DISPLAY_DAVINCI_DM646X_EVM
  24. help
  25. Support for DaVinci VPIF Driver.
  26. To compile this driver as a module, choose M here: the
  27. module will be called vpif.
  28. config VIDEO_VPSS_SYSTEM
  29. tristate "VPSS System module driver"
  30. depends on ARCH_DAVINCI
  31. help
  32. Support for vpss system module for video driver
  33. config VIDEO_VPFE_CAPTURE
  34. tristate "VPFE Video Capture Driver"
  35. depends on VIDEO_V4L2 && (ARCH_DAVINCI || ARCH_OMAP3)
  36. select VIDEOBUF_DMA_CONTIG
  37. help
  38. Support for DMx/AMx VPFE based frame grabber. This is the
  39. common V4L2 module for following DMx/AMx SoCs from Texas
  40. Instruments:- DM6446, DM365, DM355 & AM3517/05.
  41. To compile this driver as a module, choose M here: the
  42. module will be called vpfe-capture.
  43. config VIDEO_DM6446_CCDC
  44. tristate "DM6446 CCDC HW module"
  45. depends on VIDEO_VPFE_CAPTURE
  46. select VIDEO_VPSS_SYSTEM
  47. default y
  48. help
  49. Enables DaVinci CCD hw module. DaVinci CCDC hw interfaces
  50. with decoder modules such as TVP5146 over BT656 or
  51. sensor module such as MT9T001 over a raw interface. This
  52. module configures the interface and CCDC/ISIF to do
  53. video frame capture from slave decoders.
  54. To compile this driver as a module, choose M here: the
  55. module will be called vpfe.
  56. config VIDEO_DM355_CCDC
  57. tristate "DM355 CCDC HW module"
  58. depends on ARCH_DAVINCI_DM355 && VIDEO_VPFE_CAPTURE
  59. select VIDEO_VPSS_SYSTEM
  60. default y
  61. help
  62. Enables DM355 CCD hw module. DM355 CCDC hw interfaces
  63. with decoder modules such as TVP5146 over BT656 or
  64. sensor module such as MT9T001 over a raw interface. This
  65. module configures the interface and CCDC/ISIF to do
  66. video frame capture from a slave decoders
  67. To compile this driver as a module, choose M here: the
  68. module will be called vpfe.
  69. config VIDEO_ISIF
  70. tristate "ISIF HW module"
  71. depends on ARCH_DAVINCI_DM365 && VIDEO_VPFE_CAPTURE
  72. select VIDEO_VPSS_SYSTEM
  73. default y
  74. help
  75. Enables ISIF hw module. This is the hardware module for
  76. configuring ISIF in VPFE to capture Raw Bayer RGB data from
  77. a image sensor or YUV data from a YUV source.
  78. To compile this driver as a module, choose M here: the
  79. module will be called vpfe.
  80. config VIDEO_DM644X_VPBE
  81. tristate "DM644X VPBE HW module"
  82. depends on ARCH_DAVINCI_DM644x
  83. select VIDEO_VPSS_SYSTEM
  84. select VIDEOBUF_DMA_CONTIG
  85. help
  86. Enables VPBE modules used for display on a DM644x
  87. SoC.
  88. To compile this driver as a module, choose M here: the
  89. module will be called vpbe.
  90. config VIDEO_VPBE_DISPLAY
  91. tristate "VPBE V4L2 Display driver"
  92. depends on ARCH_DAVINCI_DM644x
  93. select VIDEO_DM644X_VPBE
  94. help
  95. Enables VPBE V4L2 Display driver on a DM644x device
  96. To compile this driver as a module, choose M here: the
  97. module will be called vpbe_display.