[media] v4l: xilinx: Add Xilinx Video IP core
[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
111eeaa7 39 depends on VIDEO_DEV && I2C && HAS_DMA
215c65a0 40 depends on ARCH_SHMOBILE || COMPILE_TEST
9fa0b852
HV
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"
50d8e46f 59 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && HAS_DMA
24482922 60 depends on (MFD_TIMBERDALE && TIMB_DMA) || COMPILE_TEST
9fa0b852
HV
61 select VIDEO_ADV7180
62 select VIDEOBUF_DMA_CONTIG
63 ---help---
64 Add support for the Video In peripherial of the timberdale FPGA.
65
1450e6be
MCC
66config VIDEO_M32R_AR
67 tristate "AR devices"
7155043c
MCC
68 depends on VIDEO_V4L2
69 depends on M32R || COMPILE_TEST
add953ce 70 ---help---
1450e6be
MCC
71 This is a video4linux driver for the Renesas AR (Artificial Retina)
72 camera module.
add953ce 73
1450e6be
MCC
74config VIDEO_M32R_AR_M64278
75 tristate "AR device with color module M64278(VGA)"
76 depends on PLAT_M32700UT
77 select VIDEO_M32R_AR
add953ce 78 ---help---
1450e6be
MCC
79 This is a video4linux driver for the Renesas AR (Artificial
80 Retina) with M64278E-800 camera module.
81 This module supports VGA(640x480 pixels) resolutions.
add953ce
HV
82
83 To compile this driver as a module, choose M here: the
1450e6be 84 module will be called arv.
f8962605 85
7e8970e1 86config VIDEO_OMAP3
e141a481 87 tristate "OMAP 3 Camera support"
2a0a5472 88 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3
12bd88e6 89 depends on HAS_DMA
2a0a5472
LP
90 select ARM_DMA_USE_IOMMU
91 select OMAP_IOMMU
9aabd95a 92 select VIDEOBUF2_DMA_CONTIG
503596a1 93 select MFD_SYSCON
7e8970e1
LP
94 ---help---
95 Driver for an OMAP 3 camera controller.
96
97config VIDEO_OMAP3_DEBUG
98 bool "OMAP 3 Camera debug messages"
99 depends on VIDEO_OMAP3
100 ---help---
101 Enable debug messages on OMAP 3 camera controller driver.
102
babde1c2
SN
103config VIDEO_S3C_CAMIF
104 tristate "Samsung S3C24XX/S3C64XX SoC Camera Interface driver"
105 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
1b3e3aa6 106 depends on PM
7155043c 107 depends on ARCH_S3C64XX || PLAT_S3C24XX || COMPILE_TEST
12bd88e6 108 depends on HAS_DMA
babde1c2
SN
109 select VIDEOBUF2_DMA_CONTIG
110 ---help---
111 This is a v4l2 driver for s3c24xx and s3c64xx SoC series camera
112 host interface (CAMIF).
113
114 To compile this driver as a module, choose M here: the module
115 will be called s3c-camif.
116
b47ff4a3 117source "drivers/media/platform/soc_camera/Kconfig"
56fa1a6a 118source "drivers/media/platform/exynos4-is/Kconfig"
2c3fb08b 119source "drivers/media/platform/s5p-tv/Kconfig"
417d2e50 120source "drivers/media/platform/am437x/Kconfig"
df330515 121source "drivers/media/platform/xilinx/Kconfig"
a52074ee 122
e9eb0dad 123endif # V4L_PLATFORM_DRIVERS
7f98639d
PO
124
125menuconfig V4L_MEM2MEM_DRIVERS
126 bool "Memory-to-memory multimedia devices"
127 depends on VIDEO_V4L2
b6334460 128 depends on MEDIA_CAMERA_SUPPORT
7f98639d
PO
129 default n
130 ---help---
131 Say Y here to enable selecting drivers for V4L devices that
132 use system memory for both source and destination buffers, as opposed
133 to capture and output drivers, which use memory buffers for just
134 one of those.
96d8eab5
PO
135
136if V4L_MEM2MEM_DRIVERS
137
186b250a
JM
138config VIDEO_CODA
139 tristate "Chips&Media Coda multi-standard codec IP"
1043667b 140 depends on VIDEO_DEV && VIDEO_V4L2 && ARCH_MXC
12bd88e6 141 depends on HAS_DMA
e9436344 142 select SRAM
186b250a 143 select VIDEOBUF2_DMA_CONTIG
bb04aa6f 144 select VIDEOBUF2_VMALLOC
186b250a 145 select V4L2_MEM2MEM_DEV
39b06acc 146 select GENERIC_ALLOCATOR
186b250a
JM
147 ---help---
148 Coda is a range of video codec IPs that supports
149 H.264, MPEG-4, and other video formats.
150
8f0755c0
JM
151config VIDEO_MEM2MEM_DEINTERLACE
152 tristate "Deinterlace support"
153 depends on VIDEO_DEV && VIDEO_V4L2 && DMA_ENGINE
12bd88e6 154 depends on HAS_DMA
8f0755c0
JM
155 select VIDEOBUF2_DMA_CONTIG
156 select V4L2_MEM2MEM_DEV
157 help
158 Generic deinterlacing V4L2 driver.
159
91884734
KD
160config VIDEO_SAMSUNG_S5P_G2D
161 tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver"
7155043c 162 depends on VIDEO_DEV && VIDEO_V4L2
098bcd23 163 depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
12bd88e6 164 depends on HAS_DMA
91884734
KD
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.
5fd8f738 171
bb677f3a 172config VIDEO_SAMSUNG_S5P_JPEG
3246fdaa 173 tristate "Samsung S5P/Exynos3250/Exynos4 JPEG codec driver"
7155043c 174 depends on VIDEO_DEV && VIDEO_V4L2
098bcd23 175 depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
12bd88e6 176 depends on HAS_DMA
bb677f3a
AP
177 select VIDEOBUF2_DMA_CONTIG
178 select V4L2_MEM2MEM_DEV
179 ---help---
3246fdaa
JA
180 This is a v4l2 driver for Samsung S5P, EXYNOS3250
181 and EXYNOS4 JPEG codec
bb677f3a 182
af935746 183config VIDEO_SAMSUNG_S5P_MFC
f96f3cfa 184 tristate "Samsung S5P MFC Video Codec"
7155043c 185 depends on VIDEO_DEV && VIDEO_V4L2
098bcd23 186 depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
12bd88e6 187 depends on HAS_DMA
af935746
KD
188 select VIDEOBUF2_DMA_CONTIG
189 default n
190 help
f96f3cfa 191 MFC 5.1 and 6.x driver for V4L2
af935746 192
8091cb7d
JM
193config VIDEO_MX2_EMMAPRP
194 tristate "MX2 eMMa-PrP support"
1c17d8c7
MCC
195 depends on VIDEO_DEV && VIDEO_V4L2
196 depends on SOC_IMX27 || COMPILE_TEST
12bd88e6 197 depends on HAS_DMA
8091cb7d
JM
198 select VIDEOBUF2_DMA_CONTIG
199 select V4L2_MEM2MEM_DEV
200 help
201 MX2X chips have a PrP that can be used to process buffers from
202 memory to memory. Operations include resizing and format
203 conversion.
204
655ceff1
SAB
205config VIDEO_SAMSUNG_EXYNOS_GSC
206 tristate "Samsung Exynos G-Scaler driver"
7155043c
MCC
207 depends on VIDEO_DEV && VIDEO_V4L2
208 depends on ARCH_EXYNOS5 || COMPILE_TEST
12bd88e6 209 depends on HAS_DMA
655ceff1
SAB
210 select VIDEOBUF2_DMA_CONTIG
211 select V4L2_MEM2MEM_DEV
212 help
213 This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler.
214
05efa71b
GL
215config VIDEO_SH_VEU
216 tristate "SuperH VEU mem2mem video processing driver"
0244ad00 217 depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
05efa71b
GL
218 select VIDEOBUF2_DMA_CONTIG
219 select V4L2_MEM2MEM_DEV
220 help
221 Support for the Video Engine Unit (VEU) on SuperH and
222 SH-Mobile SoCs.
223
26e0ca22
LP
224config VIDEO_RENESAS_VSP1
225 tristate "Renesas VSP1 Video Processing Engine"
66bf8fa2 226 depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && HAS_DMA
32d17597 227 depends on (ARCH_SHMOBILE && OF) || COMPILE_TEST
26e0ca22
LP
228 select VIDEOBUF2_DMA_CONTIG
229 ---help---
230 This is a V4L2 driver for the Renesas VSP1 video processing engine.
231
232 To compile this driver as a module, choose M here: the module
233 will be called vsp1.
234
45719127
AT
235config VIDEO_TI_VPE
236 tristate "TI VPE (Video Processing Engine) driver"
f3334180
MCC
237 depends on VIDEO_DEV && VIDEO_V4L2
238 depends on SOC_DRA7XX || COMPILE_TEST
12bd88e6 239 depends on HAS_DMA
45719127
AT
240 select VIDEOBUF2_DMA_CONTIG
241 select V4L2_MEM2MEM_DEV
242 default n
243 ---help---
244 Support for the TI VPE(Video Processing Engine) block
245 found on DRA7XX SoC.
246
247config VIDEO_TI_VPE_DEBUG
248 bool "VPE debug messages"
249 depends on VIDEO_TI_VPE
250 ---help---
251 Enable debug messages on VPE driver.
252
96d8eab5 253endif # V4L_MEM2MEM_DRIVERS
cb7a01ac 254
7a46e188
MCC
255menuconfig V4L_TEST_DRIVERS
256 bool "Media test drivers"
257 depends on MEDIA_CAMERA_SUPPORT
258
259if V4L_TEST_DRIVERS
e75420dd
HV
260
261source "drivers/media/platform/vivid/Kconfig"
262
1f923a42
HV
263config VIDEO_VIM2M
264 tristate "Virtual Memory-to-Memory Driver"
7a46e188
MCC
265 depends on VIDEO_DEV && VIDEO_V4L2
266 select VIDEOBUF2_VMALLOC
267 select V4L2_MEM2MEM_DEV
268 default n
269 ---help---
270 This is a virtual test device for the memory-to-memory driver
271 framework.
272endif #V4L_TEST_DRIVERS
This page took 0.793626 seconds and 5 git commands to generate.