Kconfig 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. #
  2. # Platform drivers
  3. # Most 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 VIDEOBUF2_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_M32R_AR
  46. tristate "AR devices"
  47. depends on VIDEO_V4L2
  48. depends on M32R || COMPILE_TEST
  49. ---help---
  50. This is a video4linux driver for the Renesas AR (Artificial Retina)
  51. camera module.
  52. config VIDEO_M32R_AR_M64278
  53. tristate "AR device with color module M64278(VGA)"
  54. depends on PLAT_M32700UT
  55. select VIDEO_M32R_AR
  56. ---help---
  57. This is a video4linux driver for the Renesas AR (Artificial
  58. Retina) with M64278E-800 camera module.
  59. This module supports VGA(640x480 pixels) resolutions.
  60. To compile this driver as a module, choose M here: the
  61. module will be called arv.
  62. config VIDEO_OMAP3
  63. tristate "OMAP 3 Camera support"
  64. depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3
  65. depends on HAS_DMA && OF
  66. depends on OMAP_IOMMU
  67. select ARM_DMA_USE_IOMMU
  68. select VIDEOBUF2_DMA_CONTIG
  69. select MFD_SYSCON
  70. ---help---
  71. Driver for an OMAP 3 camera controller.
  72. config VIDEO_OMAP3_DEBUG
  73. bool "OMAP 3 Camera debug messages"
  74. depends on VIDEO_OMAP3
  75. ---help---
  76. Enable debug messages on OMAP 3 camera controller driver.
  77. config VIDEO_PXA27x
  78. tristate "PXA27x Quick Capture Interface driver"
  79. depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
  80. depends on PXA27x || COMPILE_TEST
  81. select VIDEOBUF2_DMA_SG
  82. select SG_SPLIT
  83. ---help---
  84. This is a v4l2 driver for the PXA27x Quick Capture Interface
  85. config VIDEO_S3C_CAMIF
  86. tristate "Samsung S3C24XX/S3C64XX SoC Camera Interface driver"
  87. depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
  88. depends on PM
  89. depends on ARCH_S3C64XX || PLAT_S3C24XX || COMPILE_TEST
  90. depends on HAS_DMA
  91. select VIDEOBUF2_DMA_CONTIG
  92. ---help---
  93. This is a v4l2 driver for s3c24xx and s3c64xx SoC series camera
  94. host interface (CAMIF).
  95. To compile this driver as a module, choose M here: the module
  96. will be called s3c-camif.
  97. source "drivers/media/platform/soc_camera/Kconfig"
  98. source "drivers/media/platform/exynos4-is/Kconfig"
  99. source "drivers/media/platform/am437x/Kconfig"
  100. source "drivers/media/platform/xilinx/Kconfig"
  101. source "drivers/media/platform/rcar-vin/Kconfig"
  102. source "drivers/media/platform/atmel/Kconfig"
  103. config VIDEO_TI_CAL
  104. tristate "TI CAL (Camera Adaptation Layer) driver"
  105. depends on VIDEO_DEV && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  106. depends on SOC_DRA7XX || COMPILE_TEST
  107. depends on HAS_DMA
  108. select VIDEOBUF2_DMA_CONTIG
  109. default n
  110. ---help---
  111. Support for the TI CAL (Camera Adaptation Layer) block
  112. found on DRA72X SoC.
  113. In TI Technical Reference Manual this module is referred as
  114. Camera Interface Subsystem (CAMSS).
  115. endif # V4L_PLATFORM_DRIVERS
  116. menuconfig V4L_MEM2MEM_DRIVERS
  117. bool "Memory-to-memory multimedia devices"
  118. depends on VIDEO_V4L2
  119. depends on MEDIA_CAMERA_SUPPORT
  120. default n
  121. ---help---
  122. Say Y here to enable selecting drivers for V4L devices that
  123. use system memory for both source and destination buffers, as opposed
  124. to capture and output drivers, which use memory buffers for just
  125. one of those.
  126. if V4L_MEM2MEM_DRIVERS
  127. config VIDEO_CODA
  128. tristate "Chips&Media Coda multi-standard codec IP"
  129. depends on VIDEO_DEV && VIDEO_V4L2 && ARCH_MXC
  130. depends on HAS_DMA
  131. select SRAM
  132. select VIDEOBUF2_DMA_CONTIG
  133. select VIDEOBUF2_VMALLOC
  134. select V4L2_MEM2MEM_DEV
  135. select GENERIC_ALLOCATOR
  136. ---help---
  137. Coda is a range of video codec IPs that supports
  138. H.264, MPEG-4, and other video formats.
  139. config VIDEO_MEDIATEK_VPU
  140. tristate "Mediatek Video Processor Unit"
  141. depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
  142. depends on ARCH_MEDIATEK || COMPILE_TEST
  143. ---help---
  144. This driver provides downloading VPU firmware and
  145. communicating with VPU. This driver for hw video
  146. codec embedded in Mediatek's MT8173 SOCs. It is able
  147. to handle video decoding/encoding in a range of formats.
  148. To compile this driver as a module, choose M here: the
  149. module will be called mtk-vpu.
  150. config VIDEO_MEDIATEK_VCODEC
  151. tristate "Mediatek Video Codec driver"
  152. depends on MTK_IOMMU || COMPILE_TEST
  153. depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
  154. depends on ARCH_MEDIATEK || COMPILE_TEST
  155. select VIDEOBUF2_DMA_CONTIG
  156. select V4L2_MEM2MEM_DEV
  157. select VIDEO_MEDIATEK_VPU
  158. default n
  159. ---help---
  160. Mediatek video codec driver provides HW capability to
  161. encode and decode in a range of video formats
  162. This driver rely on VPU driver to communicate with VPU.
  163. To compile this driver as a module, choose M here: the
  164. module will be called mtk-vcodec
  165. config VIDEO_MEM2MEM_DEINTERLACE
  166. tristate "Deinterlace support"
  167. depends on VIDEO_DEV && VIDEO_V4L2 && DMA_ENGINE
  168. depends on HAS_DMA
  169. select VIDEOBUF2_DMA_CONTIG
  170. select V4L2_MEM2MEM_DEV
  171. help
  172. Generic deinterlacing V4L2 driver.
  173. config VIDEO_SAMSUNG_S5P_G2D
  174. tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver"
  175. depends on VIDEO_DEV && VIDEO_V4L2
  176. depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
  177. depends on HAS_DMA
  178. select VIDEOBUF2_DMA_CONTIG
  179. select V4L2_MEM2MEM_DEV
  180. default n
  181. ---help---
  182. This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
  183. 2d graphics accelerator.
  184. config VIDEO_SAMSUNG_S5P_JPEG
  185. tristate "Samsung S5P/Exynos3250/Exynos4 JPEG codec driver"
  186. depends on VIDEO_DEV && VIDEO_V4L2
  187. depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
  188. depends on HAS_DMA
  189. select VIDEOBUF2_DMA_CONTIG
  190. select V4L2_MEM2MEM_DEV
  191. ---help---
  192. This is a v4l2 driver for Samsung S5P, EXYNOS3250
  193. and EXYNOS4 JPEG codec
  194. config VIDEO_SAMSUNG_S5P_MFC
  195. tristate "Samsung S5P MFC Video Codec"
  196. depends on VIDEO_DEV && VIDEO_V4L2
  197. depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
  198. depends on HAS_DMA
  199. select VIDEOBUF2_DMA_CONTIG
  200. default n
  201. help
  202. MFC 5.1 and 6.x driver for V4L2
  203. config VIDEO_MX2_EMMAPRP
  204. tristate "MX2 eMMa-PrP support"
  205. depends on VIDEO_DEV && VIDEO_V4L2
  206. depends on SOC_IMX27 || COMPILE_TEST
  207. depends on HAS_DMA
  208. select VIDEOBUF2_DMA_CONTIG
  209. select V4L2_MEM2MEM_DEV
  210. help
  211. MX2X chips have a PrP that can be used to process buffers from
  212. memory to memory. Operations include resizing and format
  213. conversion.
  214. config VIDEO_SAMSUNG_EXYNOS_GSC
  215. tristate "Samsung Exynos G-Scaler driver"
  216. depends on VIDEO_DEV && VIDEO_V4L2
  217. depends on ARCH_EXYNOS5 || COMPILE_TEST
  218. depends on HAS_DMA
  219. select VIDEOBUF2_DMA_CONTIG
  220. select V4L2_MEM2MEM_DEV
  221. help
  222. This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler.
  223. config VIDEO_STI_BDISP
  224. tristate "STMicroelectronics BDISP 2D blitter driver"
  225. depends on VIDEO_DEV && VIDEO_V4L2
  226. depends on HAS_DMA
  227. depends on ARCH_STI || COMPILE_TEST
  228. select VIDEOBUF2_DMA_CONTIG
  229. select V4L2_MEM2MEM_DEV
  230. help
  231. This v4l2 mem2mem driver is a 2D blitter for STMicroelectronics SoC.
  232. config VIDEO_STI_HVA
  233. tristate "STMicroelectronics HVA multi-format video encoder V4L2 driver"
  234. depends on VIDEO_DEV && VIDEO_V4L2
  235. depends on HAS_DMA
  236. depends on ARCH_STI || COMPILE_TEST
  237. select VIDEOBUF2_DMA_CONTIG
  238. select V4L2_MEM2MEM_DEV
  239. help
  240. This V4L2 driver enables HVA (Hardware Video Accelerator) multi-format
  241. video encoder of STMicroelectronics SoC, allowing hardware encoding of
  242. raw uncompressed formats in various compressed video bitstreams format.
  243. To compile this driver as a module, choose M here:
  244. the module will be called st-hva.
  245. config VIDEO_SH_VEU
  246. tristate "SuperH VEU mem2mem video processing driver"
  247. depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
  248. select VIDEOBUF2_DMA_CONTIG
  249. select V4L2_MEM2MEM_DEV
  250. help
  251. Support for the Video Engine Unit (VEU) on SuperH and
  252. SH-Mobile SoCs.
  253. config VIDEO_RENESAS_JPU
  254. tristate "Renesas JPEG Processing Unit"
  255. depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
  256. depends on ARCH_RENESAS || COMPILE_TEST
  257. select VIDEOBUF2_DMA_CONTIG
  258. select V4L2_MEM2MEM_DEV
  259. ---help---
  260. This is a V4L2 driver for the Renesas JPEG Processing Unit.
  261. To compile this driver as a module, choose M here: the module
  262. will be called rcar_jpu.
  263. config VIDEO_RENESAS_FCP
  264. tristate "Renesas Frame Compression Processor"
  265. depends on ARCH_RENESAS || COMPILE_TEST
  266. depends on OF
  267. ---help---
  268. This is a driver for the Renesas Frame Compression Processor (FCP).
  269. The FCP is a companion module of video processing modules in the
  270. Renesas R-Car Gen3 SoCs. It handles memory access for the codec,
  271. VSP and FDP modules.
  272. To compile this driver as a module, choose M here: the module
  273. will be called rcar-fcp.
  274. config VIDEO_RENESAS_VSP1
  275. tristate "Renesas VSP1 Video Processing Engine"
  276. depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && HAS_DMA
  277. depends on (ARCH_RENESAS && OF) || COMPILE_TEST
  278. depends on (!ARM64 && !VIDEO_RENESAS_FCP) || VIDEO_RENESAS_FCP
  279. select VIDEOBUF2_DMA_CONTIG
  280. ---help---
  281. This is a V4L2 driver for the Renesas VSP1 video processing engine.
  282. To compile this driver as a module, choose M here: the module
  283. will be called vsp1.
  284. config VIDEO_TI_VPE
  285. tristate "TI VPE (Video Processing Engine) driver"
  286. depends on VIDEO_DEV && VIDEO_V4L2
  287. depends on SOC_DRA7XX || COMPILE_TEST
  288. depends on HAS_DMA
  289. select VIDEOBUF2_DMA_CONTIG
  290. select V4L2_MEM2MEM_DEV
  291. default n
  292. ---help---
  293. Support for the TI VPE(Video Processing Engine) block
  294. found on DRA7XX SoC.
  295. config VIDEO_TI_VPE_DEBUG
  296. bool "VPE debug messages"
  297. depends on VIDEO_TI_VPE
  298. ---help---
  299. Enable debug messages on VPE driver.
  300. endif # V4L_MEM2MEM_DRIVERS
  301. menuconfig V4L_TEST_DRIVERS
  302. bool "Media test drivers"
  303. depends on MEDIA_CAMERA_SUPPORT
  304. if V4L_TEST_DRIVERS
  305. source "drivers/media/platform/vivid/Kconfig"
  306. config VIDEO_VIM2M
  307. tristate "Virtual Memory-to-Memory Driver"
  308. depends on VIDEO_DEV && VIDEO_V4L2
  309. select VIDEOBUF2_VMALLOC
  310. select V4L2_MEM2MEM_DEV
  311. default n
  312. ---help---
  313. This is a virtual test device for the memory-to-memory driver
  314. framework.
  315. endif #V4L_TEST_DRIVERS
  316. menuconfig DVB_PLATFORM_DRIVERS
  317. bool "DVB platform devices"
  318. depends on MEDIA_DIGITAL_TV_SUPPORT
  319. default n
  320. ---help---
  321. Say Y here to enable support for platform-specific Digital TV drivers.
  322. if DVB_PLATFORM_DRIVERS
  323. source "drivers/media/platform/sti/c8sectpfe/Kconfig"
  324. endif #DVB_PLATFORM_DRIVERS