Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
[cascardo/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 && PM_RUNTIME
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_S5P_FIMC
13         tristate "S5P/EXYNOS4 FIMC/CAMIF camera interface driver"
14         depends on I2C
15         select VIDEOBUF2_DMA_CONTIG
16         select V4L2_MEM2MEM_DEV
17         select MFD_SYSCON if OF
18         help
19           This is a V4L2 driver for Samsung S5P and EXYNOS4 SoC camera host
20           interface and video postprocessor (FIMC) devices.
21
22           To compile this driver as a module, choose M here: the
23           module will be called s5p-fimc.
24
25 config VIDEO_S5P_MIPI_CSIS
26         tristate "S5P/EXYNOS MIPI-CSI2 receiver (MIPI-CSIS) driver"
27         depends on REGULATOR
28         select S5P_SETUP_MIPIPHY
29         help
30           This is a V4L2 driver for Samsung S5P and EXYNOS4 SoC MIPI-CSI2
31           receiver (MIPI-CSIS) devices.
32
33           To compile this driver as a module, choose M here: the
34           module will be called s5p-csis.
35
36 if SOC_EXYNOS4212 || SOC_EXYNOS4412 || SOC_EXYNOS5250
37
38 config VIDEO_EXYNOS_FIMC_LITE
39         tristate "EXYNOS FIMC-LITE camera interface driver"
40         depends on I2C
41         select VIDEOBUF2_DMA_CONTIG
42         help
43           This is a V4L2 driver for Samsung EXYNOS4/5 SoC FIMC-LITE camera
44           host interface.
45
46           To compile this driver as a module, choose M here: the
47           module will be called exynos-fimc-lite.
48 endif
49
50 config VIDEO_EXYNOS4_FIMC_IS
51         tristate "EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver"
52         select VIDEOBUF2_DMA_CONTIG
53         depends on OF
54         select FW_LOADER
55         help
56           This is a V4L2 driver for Samsung EXYNOS4x12 SoC series
57           FIMC-IS (Imaging Subsystem).
58
59           To compile this driver as a module, choose M here: the
60           module will be called exynos4-fimc-is.
61
62 endif # VIDEO_SAMSUNG_EXYNOS4_IS