[media] exynos4-is: Add common FIMC-IS image sensor 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 && PLAT_S5P && PM_RUNTIME
5 help
6 Say Y here to enable camera host interface devices for
7 Samsung S5P and EXYNOS SoC series.
8
9 if VIDEO_SAMSUNG_EXYNOS4_IS
10
11 config VIDEO_S5P_FIMC
12 tristate "S5P/EXYNOS4 FIMC/CAMIF camera interface driver"
13 depends on I2C
14 select VIDEOBUF2_DMA_CONTIG
15 select V4L2_MEM2MEM_DEV
16 select MFD_SYSCON if OF
17 help
18 This is a V4L2 driver for Samsung S5P and EXYNOS4 SoC camera host
19 interface and video postprocessor (FIMC) devices.
20
21 To compile this driver as a module, choose M here: the
22 module will be called s5p-fimc.
23
24 config VIDEO_S5P_MIPI_CSIS
25 tristate "S5P/EXYNOS MIPI-CSI2 receiver (MIPI-CSIS) driver"
26 depends on REGULATOR
27 select S5P_SETUP_MIPIPHY
28 help
29 This is a V4L2 driver for Samsung S5P and EXYNOS4 SoC MIPI-CSI2
30 receiver (MIPI-CSIS) devices.
31
32 To compile this driver as a module, choose M here: the
33 module will be called s5p-csis.
34
35 if SOC_EXYNOS4212 || SOC_EXYNOS4412 || SOC_EXYNOS5250
36
37 config VIDEO_EXYNOS_FIMC_LITE
38 tristate "EXYNOS FIMC-LITE camera interface driver"
39 depends on I2C
40 select VIDEOBUF2_DMA_CONTIG
41 help
42 This is a V4L2 driver for Samsung EXYNOS4/5 SoC FIMC-LITE camera
43 host interface.
44
45 To compile this driver as a module, choose M here: the
46 module will be called exynos-fimc-lite.
47 endif
48
49 config VIDEO_EXYNOS4_FIMC_IS
50 tristate "EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver"
51 select VIDEOBUF2_DMA_CONTIG
52 depends on OF
53 select FW_LOADER
54 help
55 This is a V4L2 driver for Samsung EXYNOS4x12 SoC series
56 FIMC-IS (Imaging Subsystem).
57
58 To compile this driver as a module, choose M here: the
59 module will be called exynos4-fimc-is.
60
61 endif # VIDEO_SAMSUNG_S5P_FIMC
This page took 0.046351 seconds and 5 git commands to generate.