]> rtime.felk.cvut.cz Git - hercules2020/nv-tegra/linux-4.4.git/blob - drivers/media/platform/Kconfig
tegra-vivid: Support tegra-vivid module driver
[hercules2020/nv-tegra/linux-4.4.git] / drivers / media / platform / Kconfig
1 #
2 # Platform drivers
3 #       Most drivers here are currently for webcam support
4
5 menuconfig 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
12 if V4L_PLATFORM_DRIVERS
13
14 source "drivers/media/platform/marvell-ccic/Kconfig"
15
16 config 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
30 source "drivers/media/platform/davinci/Kconfig"
31
32 source "drivers/media/platform/omap/Kconfig"
33
34 source "drivers/media/platform/blackfin/Kconfig"
35
36 source "drivers/media/platform/tegra/Kconfig"
37
38 config VIDEO_SH_VOU
39         tristate "SuperH VOU video output driver"
40         depends on MEDIA_CAMERA_SUPPORT
41         depends on VIDEO_DEV && I2C && HAS_DMA
42         depends on ARCH_SHMOBILE || COMPILE_TEST
43         select VIDEOBUF_DMA_CONTIG
44         help
45           Support for the Video Output Unit (VOU) on SuperH SoCs.
46
47 config VIDEO_VIU
48         tristate "Freescale VIU Video Driver"
49         depends on VIDEO_V4L2 && PPC_MPC512x
50         select VIDEOBUF_DMA_CONTIG
51         default y
52         ---help---
53           Support for Freescale VIU video driver. This device captures
54           video data, or overlays video on DIU frame buffer.
55
56           Say Y here if you want to enable VIU device on MPC5121e Rev2+.
57           In doubt, say N.
58
59 config VIDEO_TIMBERDALE
60         tristate "Support for timberdale Video In/LogiWIN"
61         depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && HAS_DMA
62         depends on (MFD_TIMBERDALE && TIMB_DMA) || COMPILE_TEST
63         select VIDEO_ADV7180
64         select VIDEOBUF_DMA_CONTIG
65         ---help---
66           Add support for the Video In peripherial of the timberdale FPGA.
67
68 config VIDEO_M32R_AR
69         tristate "AR devices"
70         depends on VIDEO_V4L2
71         depends on M32R || COMPILE_TEST
72         ---help---
73           This is a video4linux driver for the Renesas AR (Artificial Retina)
74           camera module.
75
76 config VIDEO_M32R_AR_M64278
77         tristate "AR device with color module M64278(VGA)"
78         depends on PLAT_M32700UT
79         select VIDEO_M32R_AR
80         ---help---
81           This is a video4linux driver for the Renesas AR (Artificial
82           Retina) with M64278E-800 camera module.
83           This module supports VGA(640x480 pixels) resolutions.
84
85           To compile this driver as a module, choose M here: the
86           module will be called arv.
87
88 config VIDEO_OMAP3
89         tristate "OMAP 3 Camera support"
90         depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3
91         depends on HAS_DMA && OF
92         depends on OMAP_IOMMU
93         select ARM_DMA_USE_IOMMU
94         select VIDEOBUF2_DMA_CONTIG
95         select MFD_SYSCON
96         ---help---
97           Driver for an OMAP 3 camera controller.
98
99 config VIDEO_OMAP3_DEBUG
100         bool "OMAP 3 Camera debug messages"
101         depends on VIDEO_OMAP3
102         ---help---
103           Enable debug messages on OMAP 3 camera controller driver.
104
105 config VIDEO_S3C_CAMIF
106         tristate "Samsung S3C24XX/S3C64XX SoC Camera Interface driver"
107         depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
108         depends on PM
109         depends on ARCH_S3C64XX || PLAT_S3C24XX || COMPILE_TEST
110         depends on HAS_DMA
111         select VIDEOBUF2_DMA_CONTIG
112         ---help---
113           This is a v4l2 driver for s3c24xx and s3c64xx SoC series camera
114           host interface (CAMIF).
115
116           To compile this driver as a module, choose M here: the module
117           will be called s3c-camif.
118
119 source "drivers/media/platform/soc_camera/Kconfig"
120 source "drivers/media/platform/exynos4-is/Kconfig"
121 source "drivers/media/platform/s5p-tv/Kconfig"
122 source "drivers/media/platform/am437x/Kconfig"
123 source "drivers/media/platform/xilinx/Kconfig"
124
125 endif # V4L_PLATFORM_DRIVERS
126
127 menuconfig V4L_MEM2MEM_DRIVERS
128         bool "Memory-to-memory multimedia devices"
129         depends on VIDEO_V4L2
130         depends on MEDIA_CAMERA_SUPPORT
131         default n
132         ---help---
133           Say Y here to enable selecting drivers for V4L devices that
134           use system memory for both source and destination buffers, as opposed
135           to capture and output drivers, which use memory buffers for just
136           one of those.
137
138 if V4L_MEM2MEM_DRIVERS
139
140 config VIDEO_CODA
141         tristate "Chips&Media Coda multi-standard codec IP"
142         depends on VIDEO_DEV && VIDEO_V4L2 && ARCH_MXC
143         depends on HAS_DMA
144         select SRAM
145         select VIDEOBUF2_DMA_CONTIG
146         select VIDEOBUF2_VMALLOC
147         select V4L2_MEM2MEM_DEV
148         select GENERIC_ALLOCATOR
149         ---help---
150            Coda is a range of video codec IPs that supports
151            H.264, MPEG-4, and other video formats.
152
153 config VIDEO_MEM2MEM_DEINTERLACE
154         tristate "Deinterlace support"
155         depends on VIDEO_DEV && VIDEO_V4L2 && DMA_ENGINE
156         depends on HAS_DMA
157         select VIDEOBUF2_DMA_CONTIG
158         select V4L2_MEM2MEM_DEV
159         help
160             Generic deinterlacing V4L2 driver.
161
162 config VIDEO_SAMSUNG_S5P_G2D
163         tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver"
164         depends on VIDEO_DEV && VIDEO_V4L2
165         depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
166         depends on HAS_DMA
167         select VIDEOBUF2_DMA_CONTIG
168         select V4L2_MEM2MEM_DEV
169         default n
170         ---help---
171           This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
172           2d graphics accelerator.
173
174 config VIDEO_SAMSUNG_S5P_JPEG
175         tristate "Samsung S5P/Exynos3250/Exynos4 JPEG codec driver"
176         depends on VIDEO_DEV && VIDEO_V4L2
177         depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
178         depends on HAS_DMA
179         select VIDEOBUF2_DMA_CONTIG
180         select V4L2_MEM2MEM_DEV
181         ---help---
182           This is a v4l2 driver for Samsung S5P, EXYNOS3250
183           and EXYNOS4 JPEG codec
184
185 config VIDEO_SAMSUNG_S5P_MFC
186         tristate "Samsung S5P MFC Video Codec"
187         depends on VIDEO_DEV && VIDEO_V4L2
188         depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
189         depends on HAS_DMA
190         select VIDEOBUF2_DMA_CONTIG
191         default n
192         help
193             MFC 5.1 and 6.x driver for V4L2
194
195 config VIDEO_MX2_EMMAPRP
196         tristate "MX2 eMMa-PrP support"
197         depends on VIDEO_DEV && VIDEO_V4L2
198         depends on SOC_IMX27 || COMPILE_TEST
199         depends on HAS_DMA
200         select VIDEOBUF2_DMA_CONTIG
201         select V4L2_MEM2MEM_DEV
202         help
203             MX2X chips have a PrP that can be used to process buffers from
204             memory to memory. Operations include resizing and format
205             conversion.
206
207 config VIDEO_SAMSUNG_EXYNOS_GSC
208         tristate "Samsung Exynos G-Scaler driver"
209         depends on VIDEO_DEV && VIDEO_V4L2
210         depends on ARCH_EXYNOS5 || COMPILE_TEST
211         depends on HAS_DMA
212         select VIDEOBUF2_DMA_CONTIG
213         select V4L2_MEM2MEM_DEV
214         help
215           This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler.
216
217 config VIDEO_STI_BDISP
218         tristate "STMicroelectronics BDISP 2D blitter driver"
219         depends on VIDEO_DEV && VIDEO_V4L2
220         depends on ARCH_STI || COMPILE_TEST
221         depends on HAVE_DMA_ATTRS
222         select VIDEOBUF2_DMA_CONTIG
223         select V4L2_MEM2MEM_DEV
224         help
225           This v4l2 mem2mem driver is a 2D blitter for STMicroelectronics SoC.
226
227 config VIDEO_SH_VEU
228         tristate "SuperH VEU mem2mem video processing driver"
229         depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
230         select VIDEOBUF2_DMA_CONTIG
231         select V4L2_MEM2MEM_DEV
232         help
233             Support for the Video Engine Unit (VEU) on SuperH and
234             SH-Mobile SoCs.
235
236 config VIDEO_RENESAS_JPU
237         tristate "Renesas JPEG Processing Unit"
238         depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
239         depends on ARCH_SHMOBILE || COMPILE_TEST
240         select VIDEOBUF2_DMA_CONTIG
241         select V4L2_MEM2MEM_DEV
242         ---help---
243           This is a V4L2 driver for the Renesas JPEG Processing Unit.
244
245           To compile this driver as a module, choose M here: the module
246           will be called rcar_jpu.
247
248 config VIDEO_RENESAS_VSP1
249         tristate "Renesas VSP1 Video Processing Engine"
250         depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && HAS_DMA
251         depends on (ARCH_SHMOBILE && OF) || COMPILE_TEST
252         select VIDEOBUF2_DMA_CONTIG
253         ---help---
254           This is a V4L2 driver for the Renesas VSP1 video processing engine.
255
256           To compile this driver as a module, choose M here: the module
257           will be called vsp1.
258
259 config VIDEO_TI_VPE
260         tristate "TI VPE (Video Processing Engine) driver"
261         depends on VIDEO_DEV && VIDEO_V4L2
262         depends on SOC_DRA7XX || COMPILE_TEST
263         depends on HAS_DMA
264         select VIDEOBUF2_DMA_CONTIG
265         select V4L2_MEM2MEM_DEV
266         default n
267         ---help---
268           Support for the TI VPE(Video Processing Engine) block
269           found on DRA7XX SoC.
270
271 config VIDEO_TI_VPE_DEBUG
272         bool "VPE debug messages"
273         depends on VIDEO_TI_VPE
274         ---help---
275           Enable debug messages on VPE driver.
276
277 endif # V4L_MEM2MEM_DRIVERS
278
279 menuconfig V4L_TEST_DRIVERS
280         bool "Media test drivers"
281         depends on MEDIA_CAMERA_SUPPORT
282
283 if V4L_TEST_DRIVERS
284
285 source "drivers/media/platform/tegra-vivid/Kconfig"
286 source "drivers/media/platform/vivid/Kconfig"
287
288 config VIDEO_VIM2M
289         tristate "Virtual Memory-to-Memory Driver"
290         depends on VIDEO_DEV && VIDEO_V4L2
291         select VIDEOBUF2_VMALLOC
292         select V4L2_MEM2MEM_DEV
293         default n
294         ---help---
295           This is a virtual test device for the memory-to-memory driver
296           framework.
297 endif #V4L_TEST_DRIVERS
298
299 menuconfig DVB_PLATFORM_DRIVERS
300         bool "DVB platform devices"
301         depends on MEDIA_DIGITAL_TV_SUPPORT
302         default n
303         ---help---
304           Say Y here to enable support for platform-specific Digital TV drivers.
305
306 if DVB_PLATFORM_DRIVERS
307 source "drivers/media/platform/sti/c8sectpfe/Kconfig"
308 endif #DVB_PLATFORM_DRIVERS