Merge remote-tracking branch 'media_tree/vsp1' into generic-zpos-v8
[deliverable/linux.git] / drivers / media / platform / Kconfig
1 #
2 # Platform drivers
3 # Most drivers here are currently for webcam support
4
5 menuconfig V4L_PLATFORM_DRIVERS
6 bool "V4L platform devices"
7 depends on MEDIA_CAMERA_SUPPORT
8 default n
9 ---help---
10 Say Y here to enable support for platform-specific V4L drivers.
11
12 if V4L_PLATFORM_DRIVERS
13
14 source "drivers/media/platform/marvell-ccic/Kconfig"
15
16 config VIDEO_VIA_CAMERA
17 tristate "VIAFB camera controller support"
18 depends on FB_VIA
19 select VIDEOBUF_DMA_SG
20 select VIDEO_OV7670
21 help
22 Driver support for the integrated camera controller in VIA
23 Chrome9 chipsets. Currently only tested on OLPC xo-1.5 systems
24 with ov7670 sensors.
25
26 #
27 # Platform multimedia device configuration
28 #
29
30 source "drivers/media/platform/davinci/Kconfig"
31
32 source "drivers/media/platform/omap/Kconfig"
33
34 source "drivers/media/platform/blackfin/Kconfig"
35
36 config VIDEO_SH_VOU
37 tristate "SuperH VOU video output driver"
38 depends on MEDIA_CAMERA_SUPPORT
39 depends on VIDEO_DEV && I2C && HAS_DMA
40 depends on ARCH_SHMOBILE || COMPILE_TEST
41 select VIDEOBUF2_DMA_CONTIG
42 help
43 Support for the Video Output Unit (VOU) on SuperH SoCs.
44
45 config VIDEO_VIU
46 tristate "Freescale VIU Video Driver"
47 depends on VIDEO_V4L2 && PPC_MPC512x
48 select VIDEOBUF_DMA_CONTIG
49 default y
50 ---help---
51 Support for Freescale VIU video driver. This device captures
52 video data, or overlays video on DIU frame buffer.
53
54 Say Y here if you want to enable VIU device on MPC5121e Rev2+.
55 In doubt, say N.
56
57 config VIDEO_M32R_AR
58 tristate "AR devices"
59 depends on VIDEO_V4L2
60 depends on M32R || COMPILE_TEST
61 ---help---
62 This is a video4linux driver for the Renesas AR (Artificial Retina)
63 camera module.
64
65 config VIDEO_M32R_AR_M64278
66 tristate "AR device with color module M64278(VGA)"
67 depends on PLAT_M32700UT
68 select VIDEO_M32R_AR
69 ---help---
70 This is a video4linux driver for the Renesas AR (Artificial
71 Retina) with M64278E-800 camera module.
72 This module supports VGA(640x480 pixels) resolutions.
73
74 To compile this driver as a module, choose M here: the
75 module will be called arv.
76
77 config VIDEO_OMAP3
78 tristate "OMAP 3 Camera support"
79 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3
80 depends on HAS_DMA && OF
81 depends on OMAP_IOMMU
82 select ARM_DMA_USE_IOMMU
83 select VIDEOBUF2_DMA_CONTIG
84 select MFD_SYSCON
85 ---help---
86 Driver for an OMAP 3 camera controller.
87
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
94 config VIDEO_S3C_CAMIF
95 tristate "Samsung S3C24XX/S3C64XX SoC Camera Interface driver"
96 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
97 depends on PM
98 depends on ARCH_S3C64XX || PLAT_S3C24XX || COMPILE_TEST
99 depends on HAS_DMA
100 select VIDEOBUF2_DMA_CONTIG
101 ---help---
102 This is a v4l2 driver for s3c24xx and s3c64xx SoC series camera
103 host interface (CAMIF).
104
105 To compile this driver as a module, choose M here: the module
106 will be called s3c-camif.
107
108 source "drivers/media/platform/soc_camera/Kconfig"
109 source "drivers/media/platform/exynos4-is/Kconfig"
110 source "drivers/media/platform/s5p-tv/Kconfig"
111 source "drivers/media/platform/am437x/Kconfig"
112 source "drivers/media/platform/xilinx/Kconfig"
113 source "drivers/media/platform/rcar-vin/Kconfig"
114
115 config VIDEO_TI_CAL
116 tristate "TI CAL (Camera Adaptation Layer) driver"
117 depends on VIDEO_DEV && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
118 depends on SOC_DRA7XX || COMPILE_TEST
119 depends on HAS_DMA
120 select VIDEOBUF2_DMA_CONTIG
121 default n
122 ---help---
123 Support for the TI CAL (Camera Adaptation Layer) block
124 found on DRA72X SoC.
125 In TI Technical Reference Manual this module is referred as
126 Camera Interface Subsystem (CAMSS).
127
128 endif # V4L_PLATFORM_DRIVERS
129
130 menuconfig V4L_MEM2MEM_DRIVERS
131 bool "Memory-to-memory multimedia devices"
132 depends on VIDEO_V4L2
133 depends on MEDIA_CAMERA_SUPPORT
134 default n
135 ---help---
136 Say Y here to enable selecting drivers for V4L devices that
137 use system memory for both source and destination buffers, as opposed
138 to capture and output drivers, which use memory buffers for just
139 one of those.
140
141 if V4L_MEM2MEM_DRIVERS
142
143 config VIDEO_CODA
144 tristate "Chips&Media Coda multi-standard codec IP"
145 depends on VIDEO_DEV && VIDEO_V4L2 && ARCH_MXC
146 depends on HAS_DMA
147 select SRAM
148 select VIDEOBUF2_DMA_CONTIG
149 select VIDEOBUF2_VMALLOC
150 select V4L2_MEM2MEM_DEV
151 select GENERIC_ALLOCATOR
152 ---help---
153 Coda is a range of video codec IPs that supports
154 H.264, MPEG-4, and other video formats.
155
156 config VIDEO_MEM2MEM_DEINTERLACE
157 tristate "Deinterlace support"
158 depends on VIDEO_DEV && VIDEO_V4L2 && DMA_ENGINE
159 depends on HAS_DMA
160 select VIDEOBUF2_DMA_CONTIG
161 select V4L2_MEM2MEM_DEV
162 help
163 Generic deinterlacing V4L2 driver.
164
165 config VIDEO_SAMSUNG_S5P_G2D
166 tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver"
167 depends on VIDEO_DEV && VIDEO_V4L2
168 depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
169 depends on HAS_DMA
170 select VIDEOBUF2_DMA_CONTIG
171 select V4L2_MEM2MEM_DEV
172 default n
173 ---help---
174 This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
175 2d graphics accelerator.
176
177 config VIDEO_SAMSUNG_S5P_JPEG
178 tristate "Samsung S5P/Exynos3250/Exynos4 JPEG codec driver"
179 depends on VIDEO_DEV && VIDEO_V4L2
180 depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
181 depends on HAS_DMA
182 select VIDEOBUF2_DMA_CONTIG
183 select V4L2_MEM2MEM_DEV
184 ---help---
185 This is a v4l2 driver for Samsung S5P, EXYNOS3250
186 and EXYNOS4 JPEG codec
187
188 config VIDEO_SAMSUNG_S5P_MFC
189 tristate "Samsung S5P MFC Video Codec"
190 depends on VIDEO_DEV && VIDEO_V4L2
191 depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
192 depends on HAS_DMA
193 select VIDEOBUF2_DMA_CONTIG
194 default n
195 help
196 MFC 5.1 and 6.x driver for V4L2
197
198 config VIDEO_MX2_EMMAPRP
199 tristate "MX2 eMMa-PrP support"
200 depends on VIDEO_DEV && VIDEO_V4L2
201 depends on SOC_IMX27 || COMPILE_TEST
202 depends on HAS_DMA
203 select VIDEOBUF2_DMA_CONTIG
204 select V4L2_MEM2MEM_DEV
205 help
206 MX2X chips have a PrP that can be used to process buffers from
207 memory to memory. Operations include resizing and format
208 conversion.
209
210 config VIDEO_SAMSUNG_EXYNOS_GSC
211 tristate "Samsung Exynos G-Scaler driver"
212 depends on VIDEO_DEV && VIDEO_V4L2
213 depends on ARCH_EXYNOS5 || COMPILE_TEST
214 depends on HAS_DMA
215 select VIDEOBUF2_DMA_CONTIG
216 select V4L2_MEM2MEM_DEV
217 help
218 This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler.
219
220 config VIDEO_STI_BDISP
221 tristate "STMicroelectronics BDISP 2D blitter driver"
222 depends on VIDEO_DEV && VIDEO_V4L2
223 depends on HAS_DMA
224 depends on ARCH_STI || COMPILE_TEST
225 select VIDEOBUF2_DMA_CONTIG
226 select V4L2_MEM2MEM_DEV
227 help
228 This v4l2 mem2mem driver is a 2D blitter for STMicroelectronics SoC.
229
230 config VIDEO_SH_VEU
231 tristate "SuperH VEU mem2mem video processing driver"
232 depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
233 select VIDEOBUF2_DMA_CONTIG
234 select V4L2_MEM2MEM_DEV
235 help
236 Support for the Video Engine Unit (VEU) on SuperH and
237 SH-Mobile SoCs.
238
239 config VIDEO_RENESAS_JPU
240 tristate "Renesas JPEG Processing Unit"
241 depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
242 depends on ARCH_RENESAS || COMPILE_TEST
243 select VIDEOBUF2_DMA_CONTIG
244 select V4L2_MEM2MEM_DEV
245 ---help---
246 This is a V4L2 driver for the Renesas JPEG Processing Unit.
247
248 To compile this driver as a module, choose M here: the module
249 will be called rcar_jpu.
250
251 config VIDEO_RENESAS_FCP
252 tristate "Renesas Frame Compression Processor"
253 depends on ARCH_RENESAS || COMPILE_TEST
254 depends on OF
255 ---help---
256 This is a driver for the Renesas Frame Compression Processor (FCP).
257 The FCP is a companion module of video processing modules in the
258 Renesas R-Car Gen3 SoCs. It handles memory access for the codec,
259 VSP and FDP modules.
260
261 To compile this driver as a module, choose M here: the module
262 will be called rcar-fcp.
263
264 config VIDEO_RENESAS_VSP1
265 tristate "Renesas VSP1 Video Processing Engine"
266 depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && HAS_DMA
267 depends on (ARCH_RENESAS && OF) || COMPILE_TEST
268 depends on !ARM64 || VIDEO_RENESAS_FCP
269 select VIDEOBUF2_DMA_CONTIG
270 ---help---
271 This is a V4L2 driver for the Renesas VSP1 video processing engine.
272
273 To compile this driver as a module, choose M here: the module
274 will be called vsp1.
275
276 config VIDEO_TI_VPE
277 tristate "TI VPE (Video Processing Engine) driver"
278 depends on VIDEO_DEV && VIDEO_V4L2
279 depends on SOC_DRA7XX || COMPILE_TEST
280 depends on HAS_DMA
281 select VIDEOBUF2_DMA_CONTIG
282 select V4L2_MEM2MEM_DEV
283 default n
284 ---help---
285 Support for the TI VPE(Video Processing Engine) block
286 found on DRA7XX SoC.
287
288 config VIDEO_TI_VPE_DEBUG
289 bool "VPE debug messages"
290 depends on VIDEO_TI_VPE
291 ---help---
292 Enable debug messages on VPE driver.
293
294 endif # V4L_MEM2MEM_DRIVERS
295
296 menuconfig V4L_TEST_DRIVERS
297 bool "Media test drivers"
298 depends on MEDIA_CAMERA_SUPPORT
299
300 if V4L_TEST_DRIVERS
301
302 source "drivers/media/platform/vivid/Kconfig"
303
304 config VIDEO_VIM2M
305 tristate "Virtual Memory-to-Memory Driver"
306 depends on VIDEO_DEV && VIDEO_V4L2
307 select VIDEOBUF2_VMALLOC
308 select V4L2_MEM2MEM_DEV
309 default n
310 ---help---
311 This is a virtual test device for the memory-to-memory driver
312 framework.
313 endif #V4L_TEST_DRIVERS
314
315 menuconfig DVB_PLATFORM_DRIVERS
316 bool "DVB platform devices"
317 depends on MEDIA_DIGITAL_TV_SUPPORT
318 default n
319 ---help---
320 Say Y here to enable support for platform-specific Digital TV drivers.
321
322 if DVB_PLATFORM_DRIVERS
323 source "drivers/media/platform/sti/c8sectpfe/Kconfig"
324 endif #DVB_PLATFORM_DRIVERS
This page took 0.036389 seconds and 6 git commands to generate.