• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# Platform drivers
3#	All drivers here are currently for webcam support
4
5menuconfig 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
12if V4L_PLATFORM_DRIVERS
13
14source "drivers/media/platform/marvell-ccic/Kconfig"
15
16config 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
30source "drivers/media/platform/davinci/Kconfig"
31
32source "drivers/media/platform/omap/Kconfig"
33
34source "drivers/media/platform/blackfin/Kconfig"
35
36config 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 VIDEOBUF_DMA_CONTIG
42	help
43	  Support for the Video Output Unit (VOU) on SuperH SoCs.
44
45config 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
57config VIDEO_TIMBERDALE
58	tristate "Support for timberdale Video In/LogiWIN"
59	depends on VIDEO_V4L2 && I2C
60	depends on (MFD_TIMBERDALE && TIMB_DMA) || COMPILE_TEST
61	select VIDEO_ADV7180
62	select VIDEOBUF_DMA_CONTIG
63	---help---
64	  Add support for the Video In peripherial of the timberdale FPGA.
65
66config VIDEO_VINO
67	tristate "SGI Vino Video For Linux"
68	depends on I2C && SGI_IP22 && VIDEO_V4L2
69	select VIDEO_SAA7191 if MEDIA_SUBDRV_AUTOSELECT
70	help
71	  Say Y here to build in support for the Vino video input system found
72	  on SGI Indy machines.
73
74config VIDEO_M32R_AR
75	tristate "AR devices"
76	depends on VIDEO_V4L2
77	depends on M32R || COMPILE_TEST
78	---help---
79	  This is a video4linux driver for the Renesas AR (Artificial Retina)
80	  camera module.
81
82config VIDEO_M32R_AR_M64278
83	tristate "AR device with color module M64278(VGA)"
84	depends on PLAT_M32700UT
85	select VIDEO_M32R_AR
86	---help---
87	  This is a video4linux driver for the Renesas AR (Artificial
88	  Retina) with M64278E-800 camera module.
89	  This module supports VGA(640x480 pixels) resolutions.
90
91	  To compile this driver as a module, choose M here: the
92	  module will be called arv.
93
94config VIDEO_OMAP3
95	tristate "OMAP 3 Camera support"
96	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3
97	depends on HAS_DMA
98	select ARM_DMA_USE_IOMMU
99	select OMAP_IOMMU
100	select VIDEOBUF2_DMA_CONTIG
101	---help---
102	  Driver for an OMAP 3 camera controller.
103
104config VIDEO_OMAP3_DEBUG
105	bool "OMAP 3 Camera debug messages"
106	depends on VIDEO_OMAP3
107	---help---
108	  Enable debug messages on OMAP 3 camera controller driver.
109
110config VIDEO_S3C_CAMIF
111	tristate "Samsung S3C24XX/S3C64XX SoC Camera Interface driver"
112	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
113	depends on PM_RUNTIME
114	depends on ARCH_S3C64XX || PLAT_S3C24XX || COMPILE_TEST
115	depends on HAS_DMA
116	select VIDEOBUF2_DMA_CONTIG
117	---help---
118	  This is a v4l2 driver for s3c24xx and s3c64xx SoC series camera
119	  host interface (CAMIF).
120
121	  To compile this driver as a module, choose M here: the module
122	  will be called s3c-camif.
123
124source "drivers/media/platform/soc_camera/Kconfig"
125source "drivers/media/platform/exynos4-is/Kconfig"
126source "drivers/media/platform/s5p-tv/Kconfig"
127
128endif # V4L_PLATFORM_DRIVERS
129
130menuconfig 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
141if V4L_MEM2MEM_DRIVERS
142
143config 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 V4L2_MEM2MEM_DEV
150	select GENERIC_ALLOCATOR
151	---help---
152	   Coda is a range of video codec IPs that supports
153	   H.264, MPEG-4, and other video formats.
154
155config VIDEO_MEM2MEM_DEINTERLACE
156	tristate "Deinterlace support"
157	depends on VIDEO_DEV && VIDEO_V4L2 && DMA_ENGINE
158	depends on HAS_DMA
159	select VIDEOBUF2_DMA_CONTIG
160	select V4L2_MEM2MEM_DEV
161	help
162	    Generic deinterlacing V4L2 driver.
163
164config VIDEO_SAMSUNG_S5P_G2D
165	tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver"
166	depends on VIDEO_DEV && VIDEO_V4L2
167	depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
168	depends on HAS_DMA
169	select VIDEOBUF2_DMA_CONTIG
170	select V4L2_MEM2MEM_DEV
171	default n
172	---help---
173	  This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
174	  2d graphics accelerator.
175
176config VIDEO_SAMSUNG_S5P_JPEG
177	tristate "Samsung S5P/Exynos3250/Exynos4 JPEG codec driver"
178	depends on VIDEO_DEV && VIDEO_V4L2
179	depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
180	depends on HAS_DMA
181	select VIDEOBUF2_DMA_CONTIG
182	select V4L2_MEM2MEM_DEV
183	---help---
184	  This is a v4l2 driver for Samsung S5P, EXYNOS3250
185	  and EXYNOS4 JPEG codec
186
187config VIDEO_SAMSUNG_S5P_MFC
188	tristate "Samsung S5P MFC Video Codec"
189	depends on VIDEO_DEV && VIDEO_V4L2
190	depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
191	depends on HAS_DMA
192	select VIDEOBUF2_DMA_CONTIG
193	default n
194	help
195	    MFC 5.1 and 6.x driver for V4L2
196
197config VIDEO_MX2_EMMAPRP
198	tristate "MX2 eMMa-PrP support"
199	depends on VIDEO_DEV && VIDEO_V4L2
200	depends on SOC_IMX27 || COMPILE_TEST
201	depends on HAS_DMA
202	select VIDEOBUF2_DMA_CONTIG
203	select V4L2_MEM2MEM_DEV
204	help
205	    MX2X chips have a PrP that can be used to process buffers from
206	    memory to memory. Operations include resizing and format
207	    conversion.
208
209config VIDEO_SAMSUNG_EXYNOS_GSC
210	tristate "Samsung Exynos G-Scaler driver"
211	depends on VIDEO_DEV && VIDEO_V4L2
212	depends on ARCH_EXYNOS5 || COMPILE_TEST
213	depends on HAS_DMA
214	select VIDEOBUF2_DMA_CONTIG
215	select V4L2_MEM2MEM_DEV
216	help
217	  This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler.
218
219config VIDEO_SH_VEU
220	tristate "SuperH VEU mem2mem video processing driver"
221	depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
222	depends on HAS_DMA
223	select VIDEOBUF2_DMA_CONTIG
224	select V4L2_MEM2MEM_DEV
225	help
226	    Support for the Video Engine Unit (VEU) on SuperH and
227	    SH-Mobile SoCs.
228
229config VIDEO_RENESAS_VSP1
230	tristate "Renesas VSP1 Video Processing Engine"
231	depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && HAS_DMA
232	depends on ARCH_SHMOBILE || COMPILE_TEST
233	select VIDEOBUF2_DMA_CONTIG
234	---help---
235	  This is a V4L2 driver for the Renesas VSP1 video processing engine.
236
237	  To compile this driver as a module, choose M here: the module
238	  will be called vsp1.
239
240config VIDEO_TI_VPE
241	tristate "TI VPE (Video Processing Engine) driver"
242	depends on VIDEO_DEV && VIDEO_V4L2
243	depends on SOC_DRA7XX || COMPILE_TEST
244	depends on HAS_DMA
245	select VIDEOBUF2_DMA_CONTIG
246	select V4L2_MEM2MEM_DEV
247	default n
248	---help---
249	  Support for the TI VPE(Video Processing Engine) block
250	  found on DRA7XX SoC.
251
252config VIDEO_TI_VPE_DEBUG
253	bool "VPE debug messages"
254	depends on VIDEO_TI_VPE
255	---help---
256	  Enable debug messages on VPE driver.
257
258endif # V4L_MEM2MEM_DRIVERS
259
260menuconfig V4L_TEST_DRIVERS
261	bool "Media test drivers"
262	depends on MEDIA_CAMERA_SUPPORT
263
264if V4L_TEST_DRIVERS
265
266source "drivers/media/platform/vivid/Kconfig"
267
268config VIDEO_MEM2MEM_TESTDEV
269	tristate "Virtual test device for mem2mem framework"
270	depends on VIDEO_DEV && VIDEO_V4L2
271	select VIDEOBUF2_VMALLOC
272	select V4L2_MEM2MEM_DEV
273	default n
274	---help---
275	  This is a virtual test device for the memory-to-memory driver
276	  framework.
277endif #V4L_TEST_DRIVERS
278