Kconfig revision 215c65a067ccf5dc22e68f1f159ee83678e63ca9
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
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 && 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
67config VIDEO_VINO
68	tristate "SGI Vino Video For Linux"
69	depends on I2C && SGI_IP22 && VIDEO_V4L2
70	select VIDEO_SAA7191 if MEDIA_SUBDRV_AUTOSELECT
71	help
72	  Say Y here to build in support for the Vino video input system found
73	  on SGI Indy machines.
74
75config VIDEO_M32R_AR
76	tristate "AR devices"
77	depends on M32R && VIDEO_V4L2
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_OMAP2
95	tristate "OMAP2 Camera Capture Interface driver"
96	depends on VIDEO_DEV && ARCH_OMAP2 && VIDEO_V4L2_INT_DEVICE
97	select VIDEOBUF_DMA_SG
98	---help---
99	  This is a v4l2 driver for the TI OMAP2 camera capture interface
100
101config VIDEO_OMAP3
102	tristate "OMAP 3 Camera support"
103	depends on OMAP_IOVMM && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3
104	---help---
105	  Driver for an OMAP 3 camera controller.
106
107config VIDEO_OMAP3_DEBUG
108	bool "OMAP 3 Camera debug messages"
109	depends on VIDEO_OMAP3
110	---help---
111	  Enable debug messages on OMAP 3 camera controller driver.
112
113config VIDEO_S3C_CAMIF
114	tristate "Samsung S3C24XX/S3C64XX SoC Camera Interface driver"
115	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
116	depends on (ARCH_S3C64XX || PLAT_S3C24XX) && PM_RUNTIME
117	select VIDEOBUF2_DMA_CONTIG
118	---help---
119	  This is a v4l2 driver for s3c24xx and s3c64xx SoC series camera
120	  host interface (CAMIF).
121
122	  To compile this driver as a module, choose M here: the module
123	  will be called s3c-camif.
124
125source "drivers/media/platform/soc_camera/Kconfig"
126source "drivers/media/platform/exynos4-is/Kconfig"
127source "drivers/media/platform/s5p-tv/Kconfig"
128
129endif # V4L_PLATFORM_DRIVERS
130
131menuconfig V4L_MEM2MEM_DRIVERS
132	bool "Memory-to-memory multimedia devices"
133	depends on VIDEO_V4L2
134	depends on MEDIA_CAMERA_SUPPORT
135	default n
136	---help---
137	  Say Y here to enable selecting drivers for V4L devices that
138	  use system memory for both source and destination buffers, as opposed
139	  to capture and output drivers, which use memory buffers for just
140	  one of those.
141
142if V4L_MEM2MEM_DRIVERS
143
144config VIDEO_CODA
145	tristate "Chips&Media Coda multi-standard codec IP"
146	depends on VIDEO_DEV && VIDEO_V4L2 && ARCH_MXC
147	select SRAM
148	select VIDEOBUF2_DMA_CONTIG
149	select V4L2_MEM2MEM_DEV
150	---help---
151	   Coda is a range of video codec IPs that supports
152	   H.264, MPEG-4, and other video formats.
153
154config VIDEO_MEM2MEM_DEINTERLACE
155	tristate "Deinterlace support"
156	depends on VIDEO_DEV && VIDEO_V4L2 && DMA_ENGINE
157	select VIDEOBUF2_DMA_CONTIG
158	select V4L2_MEM2MEM_DEV
159	help
160	    Generic deinterlacing V4L2 driver.
161
162config VIDEO_SAMSUNG_S5P_G2D
163	tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver"
164	depends on VIDEO_DEV && VIDEO_V4L2 && (PLAT_S5P || ARCH_EXYNOS)
165	select VIDEOBUF2_DMA_CONTIG
166	select V4L2_MEM2MEM_DEV
167	default n
168	---help---
169	  This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
170	  2d graphics accelerator.
171
172config VIDEO_SAMSUNG_S5P_JPEG
173	tristate "Samsung S5P/Exynos4 JPEG codec driver"
174	depends on VIDEO_DEV && VIDEO_V4L2 && (PLAT_S5P || ARCH_EXYNOS)
175	select VIDEOBUF2_DMA_CONTIG
176	select V4L2_MEM2MEM_DEV
177	---help---
178	  This is a v4l2 driver for Samsung S5P and EXYNOS4 JPEG codec
179
180config VIDEO_SAMSUNG_S5P_MFC
181	tristate "Samsung S5P MFC Video Codec"
182	depends on VIDEO_DEV && VIDEO_V4L2 && (PLAT_S5P || ARCH_EXYNOS)
183	select VIDEOBUF2_DMA_CONTIG
184	default n
185	help
186	    MFC 5.1 and 6.x driver for V4L2
187
188config VIDEO_MX2_EMMAPRP
189	tristate "MX2 eMMa-PrP support"
190	depends on VIDEO_DEV && VIDEO_V4L2 && SOC_IMX27
191	select VIDEOBUF2_DMA_CONTIG
192	select V4L2_MEM2MEM_DEV
193	help
194	    MX2X chips have a PrP that can be used to process buffers from
195	    memory to memory. Operations include resizing and format
196	    conversion.
197
198config VIDEO_SAMSUNG_EXYNOS_GSC
199	tristate "Samsung Exynos G-Scaler driver"
200	depends on VIDEO_DEV && VIDEO_V4L2 && ARCH_EXYNOS5
201	select VIDEOBUF2_DMA_CONTIG
202	select V4L2_MEM2MEM_DEV
203	help
204	  This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler.
205
206config VIDEO_SH_VEU
207	tristate "SuperH VEU mem2mem video processing driver"
208	depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
209	select VIDEOBUF2_DMA_CONTIG
210	select V4L2_MEM2MEM_DEV
211	help
212	    Support for the Video Engine Unit (VEU) on SuperH and
213	    SH-Mobile SoCs.
214
215config VIDEO_RENESAS_VSP1
216	tristate "Renesas VSP1 Video Processing Engine"
217	depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && HAS_DMA
218	select VIDEOBUF2_DMA_CONTIG
219	---help---
220	  This is a V4L2 driver for the Renesas VSP1 video processing engine.
221
222	  To compile this driver as a module, choose M here: the module
223	  will be called vsp1.
224
225config VIDEO_TI_VPE
226	tristate "TI VPE (Video Processing Engine) driver"
227	depends on VIDEO_DEV && VIDEO_V4L2 && SOC_DRA7XX
228	select VIDEOBUF2_DMA_CONTIG
229	select V4L2_MEM2MEM_DEV
230	default n
231	---help---
232	  Support for the TI VPE(Video Processing Engine) block
233	  found on DRA7XX SoC.
234
235config VIDEO_TI_VPE_DEBUG
236	bool "VPE debug messages"
237	depends on VIDEO_TI_VPE
238	---help---
239	  Enable debug messages on VPE driver.
240
241endif # V4L_MEM2MEM_DRIVERS
242
243menuconfig V4L_TEST_DRIVERS
244	bool "Media test drivers"
245	depends on MEDIA_CAMERA_SUPPORT
246
247if V4L_TEST_DRIVERS
248config VIDEO_VIVI
249	tristate "Virtual Video Driver"
250	depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64
251	select FONT_SUPPORT
252	select FONT_8x16
253	select VIDEOBUF2_VMALLOC
254	default n
255	---help---
256	  Enables a virtual video driver. This device shows a color bar
257	  and a timestamp, as a real device would generate by using V4L2
258	  api.
259	  Say Y here if you want to test video apps or debug V4L devices.
260	  In doubt, say N.
261
262config VIDEO_MEM2MEM_TESTDEV
263	tristate "Virtual test device for mem2mem framework"
264	depends on VIDEO_DEV && VIDEO_V4L2
265	select VIDEOBUF2_VMALLOC
266	select V4L2_MEM2MEM_DEV
267	default n
268	---help---
269	  This is a virtual test device for the memory-to-memory driver
270	  framework.
271endif #V4L_TEST_DRIVERS
272