Kconfig 7.6 KB

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