]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/media/platform/Kconfig
[media] Put the test devices together
[mirror_ubuntu-artful-kernel.git] / drivers / media / platform / Kconfig
CommitLineData
cb7a01ac 1if MEDIA_CAMERA_SUPPORT
1450e6be 2
724f4a32
MCC
3#
4# Platform drivers
5# All drivers here are currently for webcam support
6
e9eb0dad
HV
7menuconfig V4L_PLATFORM_DRIVERS
8 bool "V4L platform devices"
724f4a32 9 depends on MEDIA_CAMERA_SUPPORT
e9eb0dad
HV
10 default n
11 ---help---
12 Say Y here to enable support for platform-specific V4L drivers.
13
14if V4L_PLATFORM_DRIVERS
15
2c3fb08b 16source "drivers/media/platform/marvell-ccic/Kconfig"
f8fc7298 17
9fa0b852
HV
18config VIDEO_VIA_CAMERA
19 tristate "VIAFB camera controller support"
20 depends on FB_VIA
21 select VIDEOBUF_DMA_SG
22 select VIDEO_OV7670
23 help
24 Driver support for the integrated camera controller in VIA
25 Chrome9 chipsets. Currently only tested on OLPC xo-1.5 systems
26 with ov7670 sensors.
27
28#
29# Platform multimedia device configuration
30#
31
2c3fb08b 32source "drivers/media/platform/davinci/Kconfig"
9fa0b852 33
2c3fb08b 34source "drivers/media/platform/omap/Kconfig"
9fa0b852 35
2c3fb08b 36source "drivers/media/platform/blackfin/Kconfig"
63b1a90d 37
9fa0b852
HV
38config VIDEO_SH_VOU
39 tristate "SuperH VOU video output driver"
40 depends on VIDEO_DEV && ARCH_SHMOBILE
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 VIDEO_HELPER_CHIPS_AUTO
71 help
72 Say Y here to build in support for the Vino video input system found
73 on SGI Indy machines.
74
1450e6be
MCC
75config VIDEO_M32R_AR
76 tristate "AR devices"
b8e56b6f 77 depends on M32R && VIDEO_V4L2
add953ce 78 ---help---
1450e6be
MCC
79 This is a video4linux driver for the Renesas AR (Artificial Retina)
80 camera module.
add953ce 81
1450e6be
MCC
82config VIDEO_M32R_AR_M64278
83 tristate "AR device with color module M64278(VGA)"
84 depends on PLAT_M32700UT
85 select VIDEO_M32R_AR
add953ce 86 ---help---
1450e6be
MCC
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.
add953ce
HV
90
91 To compile this driver as a module, choose M here: the
1450e6be 92 module will be called arv.
f8962605 93
b47ff4a3
MCC
94config VIDEO_OMAP2
95 tristate "OMAP2 Camera Capture Interface driver"
96 depends on VIDEO_DEV && ARCH_OMAP2
97 select VIDEOBUF_DMA_SG
98 ---help---
99 This is a v4l2 driver for the TI OMAP2 camera capture interface
100
7e8970e1
LP
101config VIDEO_OMAP3
102 tristate "OMAP 3 Camera support (EXPERIMENTAL)"
7b6d45f1 103 depends on OMAP_IOVMM && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3 && EXPERIMENTAL
7e8970e1
LP
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
b47ff4a3 113source "drivers/media/platform/soc_camera/Kconfig"
2c3fb08b
MCC
114source "drivers/media/platform/s5p-fimc/Kconfig"
115source "drivers/media/platform/s5p-tv/Kconfig"
a52074ee 116
e9eb0dad 117endif # V4L_PLATFORM_DRIVERS
7f98639d
PO
118
119menuconfig V4L_MEM2MEM_DRIVERS
120 bool "Memory-to-memory multimedia devices"
121 depends on VIDEO_V4L2
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
96d8eab5 184endif # V4L_MEM2MEM_DRIVERS
cb7a01ac 185
7a46e188
MCC
186menuconfig V4L_TEST_DRIVERS
187 bool "Media test drivers"
188 depends on MEDIA_CAMERA_SUPPORT
189
190if V4L_TEST_DRIVERS
191config VIDEO_VIVI
192 tristate "Virtual Video Driver"
193 depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64
194 depends on FRAMEBUFFER_CONSOLE || STI_CONSOLE
195 select FONT_8x16
196 select VIDEOBUF2_VMALLOC
197 default n
198 ---help---
199 Enables a virtual video driver. This device shows a color bar
200 and a timestamp, as a real device would generate by using V4L2
201 api.
202 Say Y here if you want to test video apps or debug V4L devices.
203 In doubt, say N.
204
205config VIDEO_MEM2MEM_TESTDEV
206 tristate "Virtual test device for mem2mem framework"
207 depends on VIDEO_DEV && VIDEO_V4L2
208 select VIDEOBUF2_VMALLOC
209 select V4L2_MEM2MEM_DEV
210 default n
211 ---help---
212 This is a virtual test device for the memory-to-memory driver
213 framework.
214endif #V4L_TEST_DRIVERS
215
cb7a01ac 216endif # MEDIA_CAMERA_SUPPORT