Kconfig 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  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 && ARCH_SHMOBILE
  31. select VIDEOBUF_DMA_CONTIG
  32. help
  33. Support for the Video Output Unit (VOU) on SuperH SoCs.
  34. config VIDEO_VIU
  35. tristate "Freescale VIU Video Driver"
  36. depends on VIDEO_V4L2 && PPC_MPC512x
  37. select VIDEOBUF_DMA_CONTIG
  38. default y
  39. ---help---
  40. Support for Freescale VIU video driver. This device captures
  41. video data, or overlays video on DIU frame buffer.
  42. Say Y here if you want to enable VIU device on MPC5121e Rev2+.
  43. In doubt, say N.
  44. config VIDEO_TIMBERDALE
  45. tristate "Support for timberdale Video In/LogiWIN"
  46. depends on VIDEO_V4L2 && I2C && DMADEVICES
  47. select DMA_ENGINE
  48. select TIMB_DMA
  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 M32R && VIDEO_V4L2
  63. ---help---
  64. This is a video4linux driver for the Renesas AR (Artificial Retina)
  65. camera module.
  66. config VIDEO_M32R_AR_M64278
  67. tristate "AR device with color module M64278(VGA)"
  68. depends on PLAT_M32700UT
  69. select VIDEO_M32R_AR
  70. ---help---
  71. This is a video4linux driver for the Renesas AR (Artificial
  72. Retina) with M64278E-800 camera module.
  73. This module supports VGA(640x480 pixels) resolutions.
  74. To compile this driver as a module, choose M here: the
  75. module will be called arv.
  76. config VIDEO_OMAP2
  77. tristate "OMAP2 Camera Capture Interface driver"
  78. depends on VIDEO_DEV && ARCH_OMAP2
  79. select VIDEOBUF_DMA_SG
  80. ---help---
  81. This is a v4l2 driver for the TI OMAP2 camera capture interface
  82. config VIDEO_OMAP3
  83. tristate "OMAP 3 Camera support (EXPERIMENTAL)"
  84. depends on OMAP_IOVMM && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3 && EXPERIMENTAL
  85. ---help---
  86. Driver for an OMAP 3 camera controller.
  87. config VIDEO_OMAP3_DEBUG
  88. bool "OMAP 3 Camera debug messages"
  89. depends on VIDEO_OMAP3
  90. ---help---
  91. Enable debug messages on OMAP 3 camera controller driver.
  92. source "drivers/media/platform/soc_camera/Kconfig"
  93. source "drivers/media/platform/s5p-fimc/Kconfig"
  94. source "drivers/media/platform/s5p-tv/Kconfig"
  95. endif # V4L_PLATFORM_DRIVERS
  96. menuconfig V4L_MEM2MEM_DRIVERS
  97. bool "Memory-to-memory multimedia devices"
  98. depends on VIDEO_V4L2
  99. depends on MEDIA_CAMERA_SUPPORT
  100. default n
  101. ---help---
  102. Say Y here to enable selecting drivers for V4L devices that
  103. use system memory for both source and destination buffers, as opposed
  104. to capture and output drivers, which use memory buffers for just
  105. one of those.
  106. if V4L_MEM2MEM_DRIVERS
  107. config VIDEO_CODA
  108. tristate "Chips&Media Coda multi-standard codec IP"
  109. depends on VIDEO_DEV && VIDEO_V4L2
  110. select VIDEOBUF2_DMA_CONTIG
  111. select V4L2_MEM2MEM_DEV
  112. ---help---
  113. Coda is a range of video codec IPs that supports
  114. H.264, MPEG-4, and other video formats.
  115. config VIDEO_MEM2MEM_DEINTERLACE
  116. tristate "Deinterlace support"
  117. depends on VIDEO_DEV && VIDEO_V4L2 && DMA_ENGINE
  118. select VIDEOBUF2_DMA_CONTIG
  119. select V4L2_MEM2MEM_DEV
  120. help
  121. Generic deinterlacing V4L2 driver.
  122. config VIDEO_SAMSUNG_S5P_G2D
  123. tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver"
  124. depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P
  125. select VIDEOBUF2_DMA_CONTIG
  126. select V4L2_MEM2MEM_DEV
  127. default n
  128. ---help---
  129. This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
  130. 2d graphics accelerator.
  131. config VIDEO_SAMSUNG_S5P_JPEG
  132. tristate "Samsung S5P/Exynos4 JPEG codec driver (EXPERIMENTAL)"
  133. depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P && EXPERIMENTAL
  134. select VIDEOBUF2_DMA_CONTIG
  135. select V4L2_MEM2MEM_DEV
  136. ---help---
  137. This is a v4l2 driver for Samsung S5P and EXYNOS4 JPEG codec
  138. config VIDEO_SAMSUNG_S5P_MFC
  139. tristate "Samsung S5P MFC 5.1 Video Codec"
  140. depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P
  141. select VIDEOBUF2_DMA_CONTIG
  142. default n
  143. help
  144. MFC 5.1 driver for V4L2.
  145. config VIDEO_MX2_EMMAPRP
  146. tristate "MX2 eMMa-PrP support"
  147. depends on VIDEO_DEV && VIDEO_V4L2 && SOC_IMX27
  148. select VIDEOBUF2_DMA_CONTIG
  149. select V4L2_MEM2MEM_DEV
  150. help
  151. MX2X chips have a PrP that can be used to process buffers from
  152. memory to memory. Operations include resizing and format
  153. conversion.
  154. config VIDEO_SAMSUNG_EXYNOS_GSC
  155. tristate "Samsung Exynos G-Scaler driver"
  156. depends on VIDEO_DEV && VIDEO_V4L2 && ARCH_EXYNOS5
  157. depends on BROKEN
  158. select VIDEOBUF2_DMA_CONTIG
  159. select V4L2_MEM2MEM_DEV
  160. help
  161. This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler.
  162. endif # V4L_MEM2MEM_DRIVERS
  163. menuconfig V4L_TEST_DRIVERS
  164. bool "Media test drivers"
  165. depends on MEDIA_CAMERA_SUPPORT
  166. if V4L_TEST_DRIVERS
  167. config VIDEO_VIVI
  168. tristate "Virtual Video Driver"
  169. depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64
  170. depends on FRAMEBUFFER_CONSOLE || STI_CONSOLE
  171. select FONT_8x16
  172. select VIDEOBUF2_VMALLOC
  173. default n
  174. ---help---
  175. Enables a virtual video driver. This device shows a color bar
  176. and a timestamp, as a real device would generate by using V4L2
  177. api.
  178. Say Y here if you want to test video apps or debug V4L devices.
  179. In doubt, say N.
  180. config VIDEO_MEM2MEM_TESTDEV
  181. tristate "Virtual test device for mem2mem framework"
  182. depends on VIDEO_DEV && VIDEO_V4L2
  183. select VIDEOBUF2_VMALLOC
  184. select V4L2_MEM2MEM_DEV
  185. default n
  186. ---help---
  187. This is a virtual test device for the memory-to-memory driver
  188. framework.
  189. endif #V4L_TEST_DRIVERS