Kconfig 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. if MEDIA_CAMERA_SUPPORT
  2. config VIDEO_VIVI
  3. tristate "Virtual Video Driver"
  4. depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64
  5. depends on FRAMEBUFFER_CONSOLE || STI_CONSOLE
  6. select FONT_8x16
  7. select VIDEOBUF2_VMALLOC
  8. default n
  9. ---help---
  10. Enables a virtual video driver. This device shows a color bar
  11. and a timestamp, as a real device would generate by using V4L2
  12. api.
  13. Say Y here if you want to test video apps or debug V4L devices.
  14. In doubt, say N.
  15. #
  16. # Platform drivers
  17. # All drivers here are currently for webcam support
  18. menuconfig V4L_PLATFORM_DRIVERS
  19. bool "V4L platform devices"
  20. depends on MEDIA_CAMERA_SUPPORT
  21. default n
  22. ---help---
  23. Say Y here to enable support for platform-specific V4L drivers.
  24. if V4L_PLATFORM_DRIVERS
  25. source "drivers/media/platform/marvell-ccic/Kconfig"
  26. config VIDEO_VIA_CAMERA
  27. tristate "VIAFB camera controller support"
  28. depends on FB_VIA
  29. select VIDEOBUF_DMA_SG
  30. select VIDEO_OV7670
  31. help
  32. Driver support for the integrated camera controller in VIA
  33. Chrome9 chipsets. Currently only tested on OLPC xo-1.5 systems
  34. with ov7670 sensors.
  35. #
  36. # Platform multimedia device configuration
  37. #
  38. source "drivers/media/platform/davinci/Kconfig"
  39. source "drivers/media/platform/omap/Kconfig"
  40. source "drivers/media/platform/blackfin/Kconfig"
  41. config VIDEO_SH_VOU
  42. tristate "SuperH VOU video output driver"
  43. depends on VIDEO_DEV && ARCH_SHMOBILE
  44. select VIDEOBUF_DMA_CONTIG
  45. help
  46. Support for the Video Output Unit (VOU) on SuperH SoCs.
  47. config VIDEO_VIU
  48. tristate "Freescale VIU Video Driver"
  49. depends on VIDEO_V4L2 && PPC_MPC512x
  50. select VIDEOBUF_DMA_CONTIG
  51. default y
  52. ---help---
  53. Support for Freescale VIU video driver. This device captures
  54. video data, or overlays video on DIU frame buffer.
  55. Say Y here if you want to enable VIU device on MPC5121e Rev2+.
  56. In doubt, say N.
  57. config VIDEO_TIMBERDALE
  58. tristate "Support for timberdale Video In/LogiWIN"
  59. depends on VIDEO_V4L2 && I2C && DMADEVICES
  60. select DMA_ENGINE
  61. select TIMB_DMA
  62. select VIDEO_ADV7180
  63. select VIDEOBUF_DMA_CONTIG
  64. ---help---
  65. Add support for the Video In peripherial of the timberdale FPGA.
  66. config VIDEO_VINO
  67. tristate "SGI Vino Video For Linux"
  68. depends on I2C && SGI_IP22 && VIDEO_V4L2
  69. select VIDEO_SAA7191 if VIDEO_HELPER_CHIPS_AUTO
  70. help
  71. Say Y here to build in support for the Vino video input system found
  72. on SGI Indy machines.
  73. config VIDEO_M32R_AR
  74. tristate "AR devices"
  75. depends on M32R && VIDEO_V4L2
  76. ---help---
  77. This is a video4linux driver for the Renesas AR (Artificial Retina)
  78. camera module.
  79. config VIDEO_M32R_AR_M64278
  80. tristate "AR device with color module M64278(VGA)"
  81. depends on PLAT_M32700UT
  82. select VIDEO_M32R_AR
  83. ---help---
  84. This is a video4linux driver for the Renesas AR (Artificial
  85. Retina) with M64278E-800 camera module.
  86. This module supports VGA(640x480 pixels) resolutions.
  87. To compile this driver as a module, choose M here: the
  88. module will be called arv.
  89. config VIDEO_OMAP2
  90. tristate "OMAP2 Camera Capture Interface driver"
  91. depends on VIDEO_DEV && ARCH_OMAP2
  92. select VIDEOBUF_DMA_SG
  93. ---help---
  94. This is a v4l2 driver for the TI OMAP2 camera capture interface
  95. config VIDEO_OMAP3
  96. tristate "OMAP 3 Camera support (EXPERIMENTAL)"
  97. depends on OMAP_IOVMM && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3 && EXPERIMENTAL
  98. ---help---
  99. Driver for an OMAP 3 camera controller.
  100. config VIDEO_OMAP3_DEBUG
  101. bool "OMAP 3 Camera debug messages"
  102. depends on VIDEO_OMAP3
  103. ---help---
  104. Enable debug messages on OMAP 3 camera controller driver.
  105. source "drivers/media/platform/soc_camera/Kconfig"
  106. source "drivers/media/platform/s5p-fimc/Kconfig"
  107. source "drivers/media/platform/s5p-tv/Kconfig"
  108. endif # V4L_PLATFORM_DRIVERS
  109. menuconfig V4L_MEM2MEM_DRIVERS
  110. bool "Memory-to-memory multimedia devices"
  111. depends on VIDEO_V4L2
  112. default n
  113. ---help---
  114. Say Y here to enable selecting drivers for V4L devices that
  115. use system memory for both source and destination buffers, as opposed
  116. to capture and output drivers, which use memory buffers for just
  117. one of those.
  118. if V4L_MEM2MEM_DRIVERS
  119. config VIDEO_MEM2MEM_TESTDEV
  120. tristate "Virtual test device for mem2mem framework"
  121. depends on VIDEO_DEV && VIDEO_V4L2
  122. select VIDEOBUF2_VMALLOC
  123. select V4L2_MEM2MEM_DEV
  124. default n
  125. ---help---
  126. This is a virtual test device for the memory-to-memory driver
  127. framework.
  128. config VIDEO_CODA
  129. tristate "Chips&Media Coda multi-standard codec IP"
  130. depends on VIDEO_DEV && VIDEO_V4L2
  131. select VIDEOBUF2_DMA_CONTIG
  132. select V4L2_MEM2MEM_DEV
  133. ---help---
  134. Coda is a range of video codec IPs that supports
  135. H.264, MPEG-4, and other video formats.
  136. config VIDEO_MEM2MEM_DEINTERLACE
  137. tristate "Deinterlace support"
  138. depends on VIDEO_DEV && VIDEO_V4L2 && DMA_ENGINE
  139. select VIDEOBUF2_DMA_CONTIG
  140. select V4L2_MEM2MEM_DEV
  141. help
  142. Generic deinterlacing V4L2 driver.
  143. config VIDEO_SAMSUNG_S5P_G2D
  144. tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver"
  145. depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P
  146. select VIDEOBUF2_DMA_CONTIG
  147. select V4L2_MEM2MEM_DEV
  148. default n
  149. ---help---
  150. This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
  151. 2d graphics accelerator.
  152. config VIDEO_SAMSUNG_S5P_JPEG
  153. tristate "Samsung S5P/Exynos4 JPEG codec driver (EXPERIMENTAL)"
  154. depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P && EXPERIMENTAL
  155. select VIDEOBUF2_DMA_CONTIG
  156. select V4L2_MEM2MEM_DEV
  157. ---help---
  158. This is a v4l2 driver for Samsung S5P and EXYNOS4 JPEG codec
  159. config VIDEO_SAMSUNG_S5P_MFC
  160. tristate "Samsung S5P MFC 5.1 Video Codec"
  161. depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P
  162. select VIDEOBUF2_DMA_CONTIG
  163. default n
  164. help
  165. MFC 5.1 driver for V4L2.
  166. config VIDEO_MX2_EMMAPRP
  167. tristate "MX2 eMMa-PrP support"
  168. depends on VIDEO_DEV && VIDEO_V4L2 && SOC_IMX27
  169. select VIDEOBUF2_DMA_CONTIG
  170. select V4L2_MEM2MEM_DEV
  171. help
  172. MX2X chips have a PrP that can be used to process buffers from
  173. memory to memory. Operations include resizing and format
  174. conversion.
  175. endif # V4L_MEM2MEM_DRIVERS
  176. endif # MEDIA_CAMERA_SUPPORT