[media] exynos4-is: Add the FIMC-IS ISP capture DMA driver
[deliverable/linux.git] / drivers / media / platform / exynos4-is / Kconfig
1
2 config VIDEO_SAMSUNG_EXYNOS4_IS
3 bool "Samsung S5P/EXYNOS4 SoC series Camera Subsystem driver"
4 depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
5 depends on (PLAT_S5P || ARCH_EXYNOS)
6 help
7 Say Y here to enable camera host interface devices for
8 Samsung S5P and EXYNOS SoC series.
9
10 if VIDEO_SAMSUNG_EXYNOS4_IS
11
12 config VIDEO_EXYNOS4_IS_COMMON
13 tristate
14
15 config VIDEO_S5P_FIMC
16 tristate "S5P/EXYNOS4 FIMC/CAMIF camera interface driver"
17 depends on I2C
18 select VIDEOBUF2_DMA_CONTIG
19 select V4L2_MEM2MEM_DEV
20 select MFD_SYSCON if OF
21 select VIDEO_EXYNOS4_IS_COMMON
22 help
23 This is a V4L2 driver for Samsung S5P and EXYNOS4 SoC camera host
24 interface and video postprocessor (FIMC) devices.
25
26 To compile this driver as a module, choose M here: the
27 module will be called s5p-fimc.
28
29 config VIDEO_S5P_MIPI_CSIS
30 tristate "S5P/EXYNOS MIPI-CSI2 receiver (MIPI-CSIS) driver"
31 depends on REGULATOR
32 select GENERIC_PHY
33 help
34 This is a V4L2 driver for Samsung S5P and EXYNOS4 SoC MIPI-CSI2
35 receiver (MIPI-CSIS) devices.
36
37 To compile this driver as a module, choose M here: the
38 module will be called s5p-csis.
39
40 if SOC_EXYNOS4212 || SOC_EXYNOS4412 || SOC_EXYNOS5250
41
42 config VIDEO_EXYNOS_FIMC_LITE
43 tristate "EXYNOS FIMC-LITE camera interface driver"
44 depends on I2C
45 select VIDEOBUF2_DMA_CONTIG
46 select VIDEO_EXYNOS4_IS_COMMON
47 help
48 This is a V4L2 driver for Samsung EXYNOS4/5 SoC FIMC-LITE camera
49 host interface.
50
51 To compile this driver as a module, choose M here: the
52 module will be called exynos-fimc-lite.
53 endif
54
55 config VIDEO_EXYNOS4_FIMC_IS
56 tristate "EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver"
57 select VIDEOBUF2_DMA_CONTIG
58 depends on OF
59 select FW_LOADER
60 help
61 This is a V4L2 driver for Samsung EXYNOS4x12 SoC series
62 FIMC-IS (Imaging Subsystem).
63
64 To compile this driver as a module, choose M here: the
65 module will be called exynos4-fimc-is.
66
67 config VIDEO_EXYNOS4_ISP_DMA_CAPTURE
68 bool "EXYNOS4x12 FIMC-IS ISP Direct DMA capture support"
69 depends on VIDEO_EXYNOS4_FIMC_IS
70 select VIDEO_EXYNOS4_IS_COMMON
71 default y
72 help
73 This option enables an additional video device node exposing a V4L2
74 video capture interface for the FIMC-IS ISP raw (Bayer) capture DMA.
75
76 endif # VIDEO_SAMSUNG_EXYNOS4_IS
This page took 0.06249 seconds and 5 git commands to generate.