[media] gscaler: Add Makefile for G-Scaler Driver
[deliverable/linux.git] / drivers / media / platform / Kconfig
CommitLineData
724f4a32
MCC
1#
2# Platform drivers
3# All drivers here are currently for webcam support
4
e9eb0dad
HV
5menuconfig V4L_PLATFORM_DRIVERS
6 bool "V4L platform devices"
724f4a32 7 depends on MEDIA_CAMERA_SUPPORT
e9eb0dad
HV
8 default n
9 ---help---
10 Say Y here to enable support for platform-specific V4L drivers.
11
12if V4L_PLATFORM_DRIVERS
13
2c3fb08b 14source "drivers/media/platform/marvell-ccic/Kconfig"
f8fc7298 15
9fa0b852
HV
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
2c3fb08b 30source "drivers/media/platform/davinci/Kconfig"
9fa0b852 31
2c3fb08b 32source "drivers/media/platform/omap/Kconfig"
9fa0b852 33
2c3fb08b 34source "drivers/media/platform/blackfin/Kconfig"
63b1a90d 35
9fa0b852
HV
36config VIDEO_SH_VOU
37 tristate "SuperH VOU video output driver"
b6334460 38 depends on MEDIA_CAMERA_SUPPORT
9fa0b852
HV
39 depends on VIDEO_DEV && ARCH_SHMOBILE
40 select VIDEOBUF_DMA_CONTIG
41 help
42 Support for the Video Output Unit (VOU) on SuperH SoCs.
43
44config VIDEO_VIU
45 tristate "Freescale VIU Video Driver"
46 depends on VIDEO_V4L2 && PPC_MPC512x
47 select VIDEOBUF_DMA_CONTIG
48 default y
49 ---help---
50 Support for Freescale VIU video driver. This device captures
51 video data, or overlays video on DIU frame buffer.
52
53 Say Y here if you want to enable VIU device on MPC5121e Rev2+.
54 In doubt, say N.
55
56config VIDEO_TIMBERDALE
57 tristate "Support for timberdale Video In/LogiWIN"
58 depends on VIDEO_V4L2 && I2C && DMADEVICES
59 select DMA_ENGINE
60 select TIMB_DMA
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
fccea74f 69 select VIDEO_SAA7191 if MEDIA_SUBDRV_AUTOSELECT
9fa0b852
HV
70 help
71 Say Y here to build in support for the Vino video input system found
72 on SGI Indy machines.
73
1450e6be
MCC
74config VIDEO_M32R_AR
75 tristate "AR devices"
b8e56b6f 76 depends on M32R && VIDEO_V4L2
add953ce 77 ---help---
1450e6be
MCC
78 This is a video4linux driver for the Renesas AR (Artificial Retina)
79 camera module.
add953ce 80
1450e6be
MCC
81config VIDEO_M32R_AR_M64278
82 tristate "AR device with color module M64278(VGA)"
83 depends on PLAT_M32700UT
84 select VIDEO_M32R_AR
add953ce 85 ---help---
1450e6be
MCC
86 This is a video4linux driver for the Renesas AR (Artificial
87 Retina) with M64278E-800 camera module.
88 This module supports VGA(640x480 pixels) resolutions.
add953ce
HV
89
90 To compile this driver as a module, choose M here: the
1450e6be 91 module will be called arv.
f8962605 92
b47ff4a3
MCC
93config VIDEO_OMAP2
94 tristate "OMAP2 Camera Capture Interface driver"
95 depends on VIDEO_DEV && ARCH_OMAP2
96 select VIDEOBUF_DMA_SG
97 ---help---
98 This is a v4l2 driver for the TI OMAP2 camera capture interface
99
7e8970e1
LP
100config VIDEO_OMAP3
101 tristate "OMAP 3 Camera support (EXPERIMENTAL)"
7b6d45f1 102 depends on OMAP_IOVMM && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3 && EXPERIMENTAL
7e8970e1
LP
103 ---help---
104 Driver for an OMAP 3 camera controller.
105
106config VIDEO_OMAP3_DEBUG
107 bool "OMAP 3 Camera debug messages"
108 depends on VIDEO_OMAP3
109 ---help---
110 Enable debug messages on OMAP 3 camera controller driver.
111
b47ff4a3 112source "drivers/media/platform/soc_camera/Kconfig"
2c3fb08b
MCC
113source "drivers/media/platform/s5p-fimc/Kconfig"
114source "drivers/media/platform/s5p-tv/Kconfig"
a52074ee 115
e9eb0dad 116endif # V4L_PLATFORM_DRIVERS
7f98639d
PO
117
118menuconfig V4L_MEM2MEM_DRIVERS
119 bool "Memory-to-memory multimedia devices"
120 depends on VIDEO_V4L2
b6334460 121 depends on MEDIA_CAMERA_SUPPORT
7f98639d
PO
122 default n
123 ---help---
124 Say Y here to enable selecting drivers for V4L devices that
125 use system memory for both source and destination buffers, as opposed
126 to capture and output drivers, which use memory buffers for just
127 one of those.
96d8eab5
PO
128
129if V4L_MEM2MEM_DRIVERS
130
186b250a
JM
131config VIDEO_CODA
132 tristate "Chips&Media Coda multi-standard codec IP"
133 depends on VIDEO_DEV && VIDEO_V4L2
134 select VIDEOBUF2_DMA_CONTIG
135 select V4L2_MEM2MEM_DEV
136 ---help---
137 Coda is a range of video codec IPs that supports
138 H.264, MPEG-4, and other video formats.
139
8f0755c0
JM
140config VIDEO_MEM2MEM_DEINTERLACE
141 tristate "Deinterlace support"
142 depends on VIDEO_DEV && VIDEO_V4L2 && DMA_ENGINE
143 select VIDEOBUF2_DMA_CONTIG
144 select V4L2_MEM2MEM_DEV
145 help
146 Generic deinterlacing V4L2 driver.
147
91884734
KD
148config VIDEO_SAMSUNG_S5P_G2D
149 tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver"
150 depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P
151 select VIDEOBUF2_DMA_CONTIG
152 select V4L2_MEM2MEM_DEV
153 default n
154 ---help---
155 This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
156 2d graphics accelerator.
5fd8f738 157
bb677f3a
AP
158config VIDEO_SAMSUNG_S5P_JPEG
159 tristate "Samsung S5P/Exynos4 JPEG codec driver (EXPERIMENTAL)"
160 depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P && EXPERIMENTAL
161 select VIDEOBUF2_DMA_CONTIG
162 select V4L2_MEM2MEM_DEV
163 ---help---
164 This is a v4l2 driver for Samsung S5P and EXYNOS4 JPEG codec
165
af935746
KD
166config VIDEO_SAMSUNG_S5P_MFC
167 tristate "Samsung S5P MFC 5.1 Video Codec"
168 depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P
169 select VIDEOBUF2_DMA_CONTIG
170 default n
171 help
172 MFC 5.1 driver for V4L2.
173
8091cb7d
JM
174config VIDEO_MX2_EMMAPRP
175 tristate "MX2 eMMa-PrP support"
176 depends on VIDEO_DEV && VIDEO_V4L2 && SOC_IMX27
177 select VIDEOBUF2_DMA_CONTIG
178 select V4L2_MEM2MEM_DEV
179 help
180 MX2X chips have a PrP that can be used to process buffers from
181 memory to memory. Operations include resizing and format
182 conversion.
183
655ceff1
SAB
184config VIDEO_SAMSUNG_EXYNOS_GSC
185 tristate "Samsung Exynos G-Scaler driver"
186 depends on VIDEO_DEV && VIDEO_V4L2 && ARCH_EXYNOS5
187 select VIDEOBUF2_DMA_CONTIG
188 select V4L2_MEM2MEM_DEV
189 help
190 This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler.
191
96d8eab5 192endif # V4L_MEM2MEM_DRIVERS
cb7a01ac 193
7a46e188
MCC
194menuconfig V4L_TEST_DRIVERS
195 bool "Media test drivers"
196 depends on MEDIA_CAMERA_SUPPORT
197
198if V4L_TEST_DRIVERS
199config VIDEO_VIVI
200 tristate "Virtual Video Driver"
201 depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64
202 depends on FRAMEBUFFER_CONSOLE || STI_CONSOLE
203 select FONT_8x16
204 select VIDEOBUF2_VMALLOC
205 default n
206 ---help---
207 Enables a virtual video driver. This device shows a color bar
208 and a timestamp, as a real device would generate by using V4L2
209 api.
210 Say Y here if you want to test video apps or debug V4L devices.
211 In doubt, say N.
212
213config VIDEO_MEM2MEM_TESTDEV
214 tristate "Virtual test device for mem2mem framework"
215 depends on VIDEO_DEV && VIDEO_V4L2
216 select VIDEOBUF2_VMALLOC
217 select V4L2_MEM2MEM_DEV
218 default n
219 ---help---
220 This is a virtual test device for the memory-to-memory driver
221 framework.
222endif #V4L_TEST_DRIVERS
This page took 0.695491 seconds and 5 git commands to generate.