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