Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[sfrench/cifs-2.6.git] / drivers / media / platform / s5p-fimc / Kconfig
1
2 config VIDEO_SAMSUNG_S5P_FIMC
3         bool "Samsung S5P/EXYNOS SoC camera interface driver (experimental)"
4         depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && PLAT_S5P && PM_RUNTIME
5         depends on EXPERIMENTAL
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_S5P_FIMC
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         help
18           This is a V4L2 driver for Samsung S5P and EXYNOS4 SoC camera host
19           interface and video postprocessor (FIMC and FIMC-LITE) 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         help
28           This is a V4L2 driver for Samsung S5P and EXYNOS4 SoC MIPI-CSI2
29           receiver (MIPI-CSIS) devices.
30
31           To compile this driver as a module, choose M here: the
32           module will be called s5p-csis.
33
34 if SOC_EXYNOS4212 || SOC_EXYNOS4412 || SOC_EXYNOS5250
35
36 config VIDEO_EXYNOS_FIMC_LITE
37         tristate "EXYNOS FIMC-LITE camera interface driver"
38         depends on I2C
39         select VIDEOBUF2_DMA_CONTIG
40         help
41           This is a V4L2 driver for Samsung EXYNOS4/5 SoC FIMC-LITE camera
42           host interface.
43
44           To compile this driver as a module, choose M here: the
45           module will be called exynos-fimc-lite.
46 endif
47
48 endif # VIDEO_SAMSUNG_S5P_FIMC