Kconfig 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. #
  2. # Platform drivers
  3. # All drivers here are currently for webcam support
  4. menuconfig V4L_PLATFORM_DRIVERS
  5. bool "V4L platform devices"
  6. depends on MEDIA_CAMERA_SUPPORT
  7. default n
  8. ---help---
  9. Say Y here to enable support for platform-specific V4L drivers.
  10. if V4L_PLATFORM_DRIVERS
  11. source "drivers/media/platform/marvell-ccic/Kconfig"
  12. config VIDEO_VIA_CAMERA
  13. tristate "VIAFB camera controller support"
  14. depends on FB_VIA
  15. select VIDEOBUF_DMA_SG
  16. select VIDEO_OV7670
  17. help
  18. Driver support for the integrated camera controller in VIA
  19. Chrome9 chipsets. Currently only tested on OLPC xo-1.5 systems
  20. with ov7670 sensors.
  21. #
  22. # Platform multimedia device configuration
  23. #
  24. source "drivers/media/platform/davinci/Kconfig"
  25. source "drivers/media/platform/omap/Kconfig"
  26. source "drivers/media/platform/blackfin/Kconfig"
  27. config VIDEO_SH_VOU
  28. tristate "SuperH VOU video output driver"
  29. depends on MEDIA_CAMERA_SUPPORT
  30. depends on VIDEO_DEV && I2C && HAS_DMA
  31. depends on ARCH_SHMOBILE || COMPILE_TEST
  32. select VIDEOBUF_DMA_CONTIG
  33. help
  34. Support for the Video Output Unit (VOU) on SuperH SoCs.
  35. config VIDEO_VIU
  36. tristate "Freescale VIU Video Driver"
  37. depends on VIDEO_V4L2 && PPC_MPC512x
  38. select VIDEOBUF_DMA_CONTIG
  39. default y
  40. ---help---
  41. Support for Freescale VIU video driver. This device captures
  42. video data, or overlays video on DIU frame buffer.
  43. Say Y here if you want to enable VIU device on MPC5121e Rev2+.
  44. In doubt, say N.
  45. config VIDEO_TIMBERDALE
  46. tristate "Support for timberdale Video In/LogiWIN"
  47. depends on VIDEO_V4L2 && I2C
  48. depends on (MFD_TIMBERDALE && TIMB_DMA) || COMPILE_TEST
  49. select VIDEO_ADV7180
  50. select VIDEOBUF_DMA_CONTIG
  51. ---help---
  52. Add support for the Video In peripherial of the timberdale FPGA.
  53. config VIDEO_VINO
  54. tristate "SGI Vino Video For Linux"
  55. depends on I2C && SGI_IP22 && VIDEO_V4L2
  56. select VIDEO_SAA7191 if MEDIA_SUBDRV_AUTOSELECT
  57. help
  58. Say Y here to build in support for the Vino video input system found
  59. on SGI Indy machines.
  60. config VIDEO_M32R_AR
  61. tristate "AR devices"
  62. depends on VIDEO_V4L2
  63. depends on M32R || COMPILE_TEST
  64. ---help---
  65. This is a video4linux driver for the Renesas AR (Artificial Retina)
  66. camera module.
  67. config VIDEO_M32R_AR_M64278
  68. tristate "AR device with color module M64278(VGA)"
  69. depends on PLAT_M32700UT
  70. select VIDEO_M32R_AR
  71. ---help---
  72. This is a video4linux driver for the Renesas AR (Artificial
  73. Retina) with M64278E-800 camera module.
  74. This module supports VGA(640x480 pixels) resolutions.
  75. To compile this driver as a module, choose M here: the
  76. module will be called arv.
  77. config VIDEO_OMAP3
  78. tristate "OMAP 3 Camera support"
  79. depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3
  80. depends on HAS_DMA
  81. select ARM_DMA_USE_IOMMU
  82. select OMAP_IOMMU
  83. select VIDEOBUF2_DMA_CONTIG
  84. ---help---
  85. Driver for an OMAP 3 camera controller.
  86. config VIDEO_OMAP3_DEBUG
  87. bool "OMAP 3 Camera debug messages"
  88. depends on VIDEO_OMAP3
  89. ---help---
  90. Enable debug messages on OMAP 3 camera controller driver.
  91. config VIDEO_S3C_CAMIF
  92. tristate "Samsung S3C24XX/S3C64XX SoC Camera Interface driver"
  93. depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
  94. depends on PM_RUNTIME
  95. depends on ARCH_S3C64XX || PLAT_S3C24XX || COMPILE_TEST
  96. depends on HAS_DMA
  97. select VIDEOBUF2_DMA_CONTIG
  98. ---help---
  99. This is a v4l2 driver for s3c24xx and s3c64xx SoC series camera
  100. host interface (CAMIF).
  101. To compile this driver as a module, choose M here: the module
  102. will be called s3c-camif.
  103. source "drivers/media/platform/soc_camera/Kconfig"
  104. source "drivers/media/platform/exynos4-is/Kconfig"
  105. source "drivers/media/platform/s5p-tv/Kconfig"
  106. endif # V4L_PLATFORM_DRIVERS
  107. menuconfig V4L_MEM2MEM_DRIVERS
  108. bool "Memory-to-memory multimedia devices"
  109. depends on VIDEO_V4L2
  110. depends on MEDIA_CAMERA_SUPPORT
  111. default n
  112. ---help---
  113. Say Y here to enable selecting drivers for V4L devices that
  114. use system memory for both source and destination buffers, as opposed
  115. to capture and output drivers, which use memory buffers for just
  116. one of those.
  117. if V4L_MEM2MEM_DRIVERS
  118. config VIDEO_CODA
  119. tristate "Chips&Media Coda multi-standard codec IP"
  120. depends on VIDEO_DEV && VIDEO_V4L2 && ARCH_MXC
  121. depends on HAS_DMA
  122. select SRAM
  123. select VIDEOBUF2_DMA_CONTIG
  124. select V4L2_MEM2MEM_DEV
  125. select GENERIC_ALLOCATOR
  126. ---help---
  127. Coda is a range of video codec IPs that supports
  128. H.264, MPEG-4, and other video formats.
  129. config VIDEO_MEM2MEM_DEINTERLACE
  130. tristate "Deinterlace support"
  131. depends on VIDEO_DEV && VIDEO_V4L2 && DMA_ENGINE
  132. depends on HAS_DMA
  133. select VIDEOBUF2_DMA_CONTIG
  134. select V4L2_MEM2MEM_DEV
  135. help
  136. Generic deinterlacing V4L2 driver.
  137. config VIDEO_SAMSUNG_S5P_G2D
  138. tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver"
  139. depends on VIDEO_DEV && VIDEO_V4L2
  140. depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
  141. depends on HAS_DMA
  142. select VIDEOBUF2_DMA_CONTIG
  143. select V4L2_MEM2MEM_DEV
  144. default n
  145. ---help---
  146. This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
  147. 2d graphics accelerator.
  148. config VIDEO_SAMSUNG_S5P_JPEG
  149. tristate "Samsung S5P/Exynos3250/Exynos4 JPEG codec driver"
  150. depends on VIDEO_DEV && VIDEO_V4L2
  151. depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
  152. depends on HAS_DMA
  153. select VIDEOBUF2_DMA_CONTIG
  154. select V4L2_MEM2MEM_DEV
  155. ---help---
  156. This is a v4l2 driver for Samsung S5P, EXYNOS3250
  157. and EXYNOS4 JPEG codec
  158. config VIDEO_SAMSUNG_S5P_MFC
  159. tristate "Samsung S5P MFC Video Codec"
  160. depends on VIDEO_DEV && VIDEO_V4L2
  161. depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
  162. depends on HAS_DMA
  163. select VIDEOBUF2_DMA_CONTIG
  164. default n
  165. help
  166. MFC 5.1 and 6.x driver for V4L2
  167. config VIDEO_MX2_EMMAPRP
  168. tristate "MX2 eMMa-PrP support"
  169. depends on VIDEO_DEV && VIDEO_V4L2
  170. depends on SOC_IMX27 || COMPILE_TEST
  171. depends on HAS_DMA
  172. select VIDEOBUF2_DMA_CONTIG
  173. select V4L2_MEM2MEM_DEV
  174. help
  175. MX2X chips have a PrP that can be used to process buffers from
  176. memory to memory. Operations include resizing and format
  177. conversion.
  178. config VIDEO_SAMSUNG_EXYNOS_GSC
  179. tristate "Samsung Exynos G-Scaler driver"
  180. depends on VIDEO_DEV && VIDEO_V4L2
  181. depends on ARCH_EXYNOS5 || COMPILE_TEST
  182. depends on HAS_DMA
  183. select VIDEOBUF2_DMA_CONTIG
  184. select V4L2_MEM2MEM_DEV
  185. help
  186. This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler.
  187. config VIDEO_SH_VEU
  188. tristate "SuperH VEU mem2mem video processing driver"
  189. depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
  190. depends on HAS_DMA
  191. select VIDEOBUF2_DMA_CONTIG
  192. select V4L2_MEM2MEM_DEV
  193. help
  194. Support for the Video Engine Unit (VEU) on SuperH and
  195. SH-Mobile SoCs.
  196. config VIDEO_RENESAS_VSP1
  197. tristate "Renesas VSP1 Video Processing Engine"
  198. depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && HAS_DMA
  199. depends on ARCH_SHMOBILE || COMPILE_TEST
  200. select VIDEOBUF2_DMA_CONTIG
  201. ---help---
  202. This is a V4L2 driver for the Renesas VSP1 video processing engine.
  203. To compile this driver as a module, choose M here: the module
  204. will be called vsp1.
  205. config VIDEO_TI_VPE
  206. tristate "TI VPE (Video Processing Engine) driver"
  207. depends on VIDEO_DEV && VIDEO_V4L2
  208. depends on SOC_DRA7XX || COMPILE_TEST
  209. depends on HAS_DMA
  210. select VIDEOBUF2_DMA_CONTIG
  211. select V4L2_MEM2MEM_DEV
  212. default n
  213. ---help---
  214. Support for the TI VPE(Video Processing Engine) block
  215. found on DRA7XX SoC.
  216. config VIDEO_TI_VPE_DEBUG
  217. bool "VPE debug messages"
  218. depends on VIDEO_TI_VPE
  219. ---help---
  220. Enable debug messages on VPE driver.
  221. endif # V4L_MEM2MEM_DRIVERS
  222. menuconfig V4L_TEST_DRIVERS
  223. bool "Media test drivers"
  224. depends on MEDIA_CAMERA_SUPPORT
  225. if V4L_TEST_DRIVERS
  226. source "drivers/media/platform/vivid/Kconfig"
  227. config VIDEO_MEM2MEM_TESTDEV
  228. tristate "Virtual test device for mem2mem framework"
  229. depends on VIDEO_DEV && VIDEO_V4L2
  230. select VIDEOBUF2_VMALLOC
  231. select V4L2_MEM2MEM_DEV
  232. default n
  233. ---help---
  234. This is a virtual test device for the memory-to-memory driver
  235. framework.
  236. endif #V4L_TEST_DRIVERS