Kconfig 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  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 && DMADEVICES
  48. depends on MFD_TIMBERDALE || COMPILE_TEST
  49. select DMA_ENGINE
  50. select TIMB_DMA
  51. select VIDEO_ADV7180
  52. select VIDEOBUF_DMA_CONTIG
  53. ---help---
  54. Add support for the Video In peripherial of the timberdale FPGA.
  55. config VIDEO_VINO
  56. tristate "SGI Vino Video For Linux"
  57. depends on I2C && SGI_IP22 && VIDEO_V4L2
  58. select VIDEO_SAA7191 if MEDIA_SUBDRV_AUTOSELECT
  59. help
  60. Say Y here to build in support for the Vino video input system found
  61. on SGI Indy machines.
  62. config VIDEO_M32R_AR
  63. tristate "AR devices"
  64. depends on VIDEO_V4L2
  65. depends on M32R || COMPILE_TEST
  66. ---help---
  67. This is a video4linux driver for the Renesas AR (Artificial Retina)
  68. camera module.
  69. config VIDEO_M32R_AR_M64278
  70. tristate "AR device with color module M64278(VGA)"
  71. depends on PLAT_M32700UT
  72. select VIDEO_M32R_AR
  73. ---help---
  74. This is a video4linux driver for the Renesas AR (Artificial
  75. Retina) with M64278E-800 camera module.
  76. This module supports VGA(640x480 pixels) resolutions.
  77. To compile this driver as a module, choose M here: the
  78. module will be called arv.
  79. config VIDEO_OMAP3
  80. tristate "OMAP 3 Camera support"
  81. depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3
  82. depends on HAS_DMA
  83. select ARM_DMA_USE_IOMMU
  84. select OMAP_IOMMU
  85. select VIDEOBUF2_DMA_CONTIG
  86. ---help---
  87. Driver for an OMAP 3 camera controller.
  88. config VIDEO_OMAP3_DEBUG
  89. bool "OMAP 3 Camera debug messages"
  90. depends on VIDEO_OMAP3
  91. ---help---
  92. Enable debug messages on OMAP 3 camera controller driver.
  93. config VIDEO_S3C_CAMIF
  94. tristate "Samsung S3C24XX/S3C64XX SoC Camera Interface driver"
  95. depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
  96. depends on PM_RUNTIME
  97. depends on ARCH_S3C64XX || PLAT_S3C24XX || COMPILE_TEST
  98. depends on HAS_DMA
  99. select VIDEOBUF2_DMA_CONTIG
  100. ---help---
  101. This is a v4l2 driver for s3c24xx and s3c64xx SoC series camera
  102. host interface (CAMIF).
  103. To compile this driver as a module, choose M here: the module
  104. will be called s3c-camif.
  105. source "drivers/media/platform/soc_camera/Kconfig"
  106. source "drivers/media/platform/exynos4-is/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. depends on MEDIA_CAMERA_SUPPORT
  113. default n
  114. ---help---
  115. Say Y here to enable selecting drivers for V4L devices that
  116. use system memory for both source and destination buffers, as opposed
  117. to capture and output drivers, which use memory buffers for just
  118. one of those.
  119. if V4L_MEM2MEM_DRIVERS
  120. config VIDEO_CODA
  121. tristate "Chips&Media Coda multi-standard codec IP"
  122. depends on VIDEO_DEV && VIDEO_V4L2 && ARCH_MXC
  123. depends on HAS_DMA
  124. select SRAM
  125. select VIDEOBUF2_DMA_CONTIG
  126. select V4L2_MEM2MEM_DEV
  127. select GENERIC_ALLOCATOR
  128. ---help---
  129. Coda is a range of video codec IPs that supports
  130. H.264, MPEG-4, and other video formats.
  131. config VIDEO_MEM2MEM_DEINTERLACE
  132. tristate "Deinterlace support"
  133. depends on VIDEO_DEV && VIDEO_V4L2 && DMA_ENGINE
  134. depends on HAS_DMA
  135. select VIDEOBUF2_DMA_CONTIG
  136. select V4L2_MEM2MEM_DEV
  137. help
  138. Generic deinterlacing V4L2 driver.
  139. config VIDEO_SAMSUNG_S5P_G2D
  140. tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver"
  141. depends on VIDEO_DEV && VIDEO_V4L2
  142. depends on PLAT_S5P || ARCH_EXYNOS || COMPILE_TEST
  143. depends on HAS_DMA
  144. select VIDEOBUF2_DMA_CONTIG
  145. select V4L2_MEM2MEM_DEV
  146. default n
  147. ---help---
  148. This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
  149. 2d graphics accelerator.
  150. config VIDEO_SAMSUNG_S5P_JPEG
  151. tristate "Samsung S5P/Exynos3250/Exynos4 JPEG codec driver"
  152. depends on VIDEO_DEV && VIDEO_V4L2
  153. depends on PLAT_S5P || ARCH_EXYNOS || COMPILE_TEST
  154. depends on HAS_DMA
  155. select VIDEOBUF2_DMA_CONTIG
  156. select V4L2_MEM2MEM_DEV
  157. ---help---
  158. This is a v4l2 driver for Samsung S5P, EXYNOS3250
  159. and EXYNOS4 JPEG codec
  160. config VIDEO_SAMSUNG_S5P_MFC
  161. tristate "Samsung S5P MFC Video Codec"
  162. depends on VIDEO_DEV && VIDEO_V4L2
  163. depends on PLAT_S5P || ARCH_EXYNOS || COMPILE_TEST
  164. depends on HAS_DMA
  165. select VIDEOBUF2_DMA_CONTIG
  166. default n
  167. help
  168. MFC 5.1 and 6.x driver for V4L2
  169. config VIDEO_MX2_EMMAPRP
  170. tristate "MX2 eMMa-PrP support"
  171. depends on VIDEO_DEV && VIDEO_V4L2
  172. depends on SOC_IMX27 || COMPILE_TEST
  173. depends on HAS_DMA
  174. select VIDEOBUF2_DMA_CONTIG
  175. select V4L2_MEM2MEM_DEV
  176. help
  177. MX2X chips have a PrP that can be used to process buffers from
  178. memory to memory. Operations include resizing and format
  179. conversion.
  180. config VIDEO_SAMSUNG_EXYNOS_GSC
  181. tristate "Samsung Exynos G-Scaler driver"
  182. depends on VIDEO_DEV && VIDEO_V4L2
  183. depends on ARCH_EXYNOS5 || COMPILE_TEST
  184. depends on HAS_DMA
  185. select VIDEOBUF2_DMA_CONTIG
  186. select V4L2_MEM2MEM_DEV
  187. help
  188. This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler.
  189. config VIDEO_SH_VEU
  190. tristate "SuperH VEU mem2mem video processing driver"
  191. depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
  192. depends on HAS_DMA
  193. select VIDEOBUF2_DMA_CONTIG
  194. select V4L2_MEM2MEM_DEV
  195. help
  196. Support for the Video Engine Unit (VEU) on SuperH and
  197. SH-Mobile SoCs.
  198. config VIDEO_RENESAS_VSP1
  199. tristate "Renesas VSP1 Video Processing Engine"
  200. depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && HAS_DMA
  201. depends on ARCH_SHMOBILE || COMPILE_TEST
  202. select VIDEOBUF2_DMA_CONTIG
  203. ---help---
  204. This is a V4L2 driver for the Renesas VSP1 video processing engine.
  205. To compile this driver as a module, choose M here: the module
  206. will be called vsp1.
  207. config VIDEO_TI_VPE
  208. tristate "TI VPE (Video Processing Engine) driver"
  209. depends on VIDEO_DEV && VIDEO_V4L2
  210. depends on SOC_DRA7XX || COMPILE_TEST
  211. depends on HAS_DMA
  212. select VIDEOBUF2_DMA_CONTIG
  213. select V4L2_MEM2MEM_DEV
  214. default n
  215. ---help---
  216. Support for the TI VPE(Video Processing Engine) block
  217. found on DRA7XX SoC.
  218. config VIDEO_TI_VPE_DEBUG
  219. bool "VPE debug messages"
  220. depends on VIDEO_TI_VPE
  221. ---help---
  222. Enable debug messages on VPE driver.
  223. endif # V4L_MEM2MEM_DRIVERS
  224. menuconfig V4L_TEST_DRIVERS
  225. bool "Media test drivers"
  226. depends on MEDIA_CAMERA_SUPPORT
  227. if V4L_TEST_DRIVERS
  228. source "drivers/media/platform/vivid/Kconfig"
  229. config VIDEO_MEM2MEM_TESTDEV
  230. tristate "Virtual test device for mem2mem framework"
  231. depends on VIDEO_DEV && VIDEO_V4L2
  232. select VIDEOBUF2_VMALLOC
  233. select V4L2_MEM2MEM_DEV
  234. default n
  235. ---help---
  236. This is a virtual test device for the memory-to-memory driver
  237. framework.
  238. endif #V4L_TEST_DRIVERS