doc: fix misspellings with 'codespell' tool
[deliverable/linux.git] / drivers / media / platform / exynos4-is / Kconfig
CommitLineData
4af81310 1
56fa1a6a
SN
2config VIDEO_SAMSUNG_EXYNOS4_IS
3 bool "Samsung S5P/EXYNOS4 SoC series Camera Subsystem driver"
4af81310 4 depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && PLAT_S5P && PM_RUNTIME
4af81310
SN
5 help
6 Say Y here to enable camera host interface devices for
7 Samsung S5P and EXYNOS SoC series.
8
56fa1a6a 9if VIDEO_SAMSUNG_EXYNOS4_IS
4af81310
SN
10
11config 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
b3d8b559 16 select MFD_SYSCON if OF
4af81310
SN
17 help
18 This is a V4L2 driver for Samsung S5P and EXYNOS4 SoC camera host
56fa1a6a 19 interface and video postprocessor (FIMC) devices.
4af81310
SN
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
02924ca4 27 select S5P_SETUP_MIPIPHY
4af81310
SN
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
8cf5e2a9 35if SOC_EXYNOS4212 || SOC_EXYNOS4412 || SOC_EXYNOS5250
4af81310
SN
36
37config 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.
47endif
48
b8d9834a
SN
49config 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
4af81310 61endif # VIDEO_SAMSUNG_S5P_FIMC
This page took 0.098113 seconds and 5 git commands to generate.