[media] s5p-fimc: Add support for Exynos4x12 FIMC-LITE
[deliverable/linux.git] / drivers / media / video / s5p-fimc / Kconfig
CommitLineData
4af81310
SN
1
2config 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
10if VIDEO_SAMSUNG_S5P_FIMC
11
12config 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
24config 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
34if ARCH_EXYNOS
35
36config 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.
46endif
47
48endif # VIDEO_SAMSUNG_S5P_FIMC
This page took 0.024769 seconds and 5 git commands to generate.