Kconfig 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  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_OMAP3
  90. tristate "OMAP 3 Camera support (EXPERIMENTAL)"
  91. depends on OMAP_IOVMM && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3 && EXPERIMENTAL
  92. ---help---
  93. Driver for an OMAP 3 camera controller.
  94. config VIDEO_OMAP3_DEBUG
  95. bool "OMAP 3 Camera debug messages"
  96. depends on VIDEO_OMAP3
  97. ---help---
  98. Enable debug messages on OMAP 3 camera controller driver.
  99. config SOC_CAMERA
  100. tristate "SoC camera support"
  101. depends on VIDEO_V4L2 && HAS_DMA && I2C
  102. select VIDEOBUF_GEN
  103. select VIDEOBUF2_CORE
  104. help
  105. SoC Camera is a common API to several cameras, not connecting
  106. over a bus like PCI or USB. For example some i2c camera connected
  107. directly to the data bus of an SoC.
  108. config SOC_CAMERA_PLATFORM
  109. tristate "platform camera support"
  110. depends on SOC_CAMERA
  111. help
  112. This is a generic SoC camera platform driver, useful for testing
  113. config MX1_VIDEO
  114. bool
  115. config VIDEO_MX1
  116. tristate "i.MX1/i.MXL CMOS Sensor Interface driver"
  117. depends on VIDEO_DEV && ARCH_MX1 && SOC_CAMERA
  118. select FIQ
  119. select VIDEOBUF_DMA_CONTIG
  120. select MX1_VIDEO
  121. ---help---
  122. This is a v4l2 driver for the i.MX1/i.MXL CMOS Sensor Interface
  123. config MX3_VIDEO
  124. bool
  125. config VIDEO_MX3
  126. tristate "i.MX3x Camera Sensor Interface driver"
  127. depends on VIDEO_DEV && MX3_IPU && SOC_CAMERA
  128. select VIDEOBUF2_DMA_CONTIG
  129. select MX3_VIDEO
  130. ---help---
  131. This is a v4l2 driver for the i.MX3x Camera Sensor Interface
  132. config VIDEO_PXA27x
  133. tristate "PXA27x Quick Capture Interface driver"
  134. depends on VIDEO_DEV && PXA27x && SOC_CAMERA
  135. select VIDEOBUF_DMA_SG
  136. ---help---
  137. This is a v4l2 driver for the PXA27x Quick Capture Interface
  138. config VIDEO_SH_MOBILE_CSI2
  139. tristate "SuperH Mobile MIPI CSI-2 Interface driver"
  140. depends on VIDEO_DEV && SOC_CAMERA && HAVE_CLK
  141. ---help---
  142. This is a v4l2 driver for the SuperH MIPI CSI-2 Interface
  143. config VIDEO_SH_MOBILE_CEU
  144. tristate "SuperH Mobile CEU Interface driver"
  145. depends on VIDEO_DEV && SOC_CAMERA && HAS_DMA && HAVE_CLK
  146. select VIDEOBUF2_DMA_CONTIG
  147. ---help---
  148. This is a v4l2 driver for the SuperH Mobile CEU Interface
  149. config VIDEO_OMAP1
  150. tristate "OMAP1 Camera Interface driver"
  151. depends on VIDEO_DEV && ARCH_OMAP1 && SOC_CAMERA
  152. select VIDEOBUF_DMA_CONTIG
  153. select VIDEOBUF_DMA_SG
  154. ---help---
  155. This is a v4l2 driver for the TI OMAP1 camera interface
  156. config VIDEO_OMAP2
  157. tristate "OMAP2 Camera Capture Interface driver"
  158. depends on VIDEO_DEV && ARCH_OMAP2
  159. select VIDEOBUF_DMA_SG
  160. ---help---
  161. This is a v4l2 driver for the TI OMAP2 camera capture interface
  162. config VIDEO_MX2_HOSTSUPPORT
  163. bool
  164. config VIDEO_MX2
  165. tristate "i.MX27/i.MX25 Camera Sensor Interface driver"
  166. depends on VIDEO_DEV && SOC_CAMERA && (MACH_MX27 || (ARCH_MX25 && BROKEN))
  167. select VIDEOBUF2_DMA_CONTIG
  168. select VIDEO_MX2_HOSTSUPPORT
  169. ---help---
  170. This is a v4l2 driver for the i.MX27 and the i.MX25 Camera Sensor
  171. Interface
  172. config VIDEO_ATMEL_ISI
  173. tristate "ATMEL Image Sensor Interface (ISI) support"
  174. depends on VIDEO_DEV && SOC_CAMERA && ARCH_AT91
  175. select VIDEOBUF2_DMA_CONTIG
  176. ---help---
  177. This module makes the ATMEL Image Sensor Interface available
  178. as a v4l2 device.
  179. source "drivers/media/platform/s5p-fimc/Kconfig"
  180. source "drivers/media/platform/s5p-tv/Kconfig"
  181. endif # V4L_PLATFORM_DRIVERS
  182. menuconfig V4L_MEM2MEM_DRIVERS
  183. bool "Memory-to-memory multimedia devices"
  184. depends on VIDEO_V4L2
  185. default n
  186. ---help---
  187. Say Y here to enable selecting drivers for V4L devices that
  188. use system memory for both source and destination buffers, as opposed
  189. to capture and output drivers, which use memory buffers for just
  190. one of those.
  191. if V4L_MEM2MEM_DRIVERS
  192. config VIDEO_MEM2MEM_TESTDEV
  193. tristate "Virtual test device for mem2mem framework"
  194. depends on VIDEO_DEV && VIDEO_V4L2
  195. select VIDEOBUF2_VMALLOC
  196. select V4L2_MEM2MEM_DEV
  197. default n
  198. ---help---
  199. This is a virtual test device for the memory-to-memory driver
  200. framework.
  201. config VIDEO_CODA
  202. tristate "Chips&Media Coda multi-standard codec IP"
  203. depends on VIDEO_DEV && VIDEO_V4L2
  204. select VIDEOBUF2_DMA_CONTIG
  205. select V4L2_MEM2MEM_DEV
  206. ---help---
  207. Coda is a range of video codec IPs that supports
  208. H.264, MPEG-4, and other video formats.
  209. config VIDEO_MEM2MEM_DEINTERLACE
  210. tristate "Deinterlace support"
  211. depends on VIDEO_DEV && VIDEO_V4L2 && DMA_ENGINE
  212. select VIDEOBUF2_DMA_CONTIG
  213. select V4L2_MEM2MEM_DEV
  214. help
  215. Generic deinterlacing V4L2 driver.
  216. config VIDEO_SAMSUNG_S5P_G2D
  217. tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver"
  218. depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P
  219. select VIDEOBUF2_DMA_CONTIG
  220. select V4L2_MEM2MEM_DEV
  221. default n
  222. ---help---
  223. This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
  224. 2d graphics accelerator.
  225. config VIDEO_SAMSUNG_S5P_JPEG
  226. tristate "Samsung S5P/Exynos4 JPEG codec driver (EXPERIMENTAL)"
  227. depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P && EXPERIMENTAL
  228. select VIDEOBUF2_DMA_CONTIG
  229. select V4L2_MEM2MEM_DEV
  230. ---help---
  231. This is a v4l2 driver for Samsung S5P and EXYNOS4 JPEG codec
  232. config VIDEO_SAMSUNG_S5P_MFC
  233. tristate "Samsung S5P MFC 5.1 Video Codec"
  234. depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P
  235. select VIDEOBUF2_DMA_CONTIG
  236. default n
  237. help
  238. MFC 5.1 driver for V4L2.
  239. config VIDEO_MX2_EMMAPRP
  240. tristate "MX2 eMMa-PrP support"
  241. depends on VIDEO_DEV && VIDEO_V4L2 && SOC_IMX27
  242. select VIDEOBUF2_DMA_CONTIG
  243. select V4L2_MEM2MEM_DEV
  244. help
  245. MX2X chips have a PrP that can be used to process buffers from
  246. memory to memory. Operations include resizing and format
  247. conversion.
  248. endif # V4L_MEM2MEM_DRIVERS
  249. endif # MEDIA_CAMERA_SUPPORT