aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/exynos4-is/Kconfig
diff options
context:
space:
mode:
authorSylwester Nawrocki <s.nawrocki@samsung.com>2013-03-11 14:38:29 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-04-04 19:14:01 -0400
commitb8d9834a1258460311a7b318cd851eb323dd63cd (patch)
tree387f867c1694c260806862a33e48a467678c568c /drivers/media/platform/exynos4-is/Kconfig
parent294781db46155b8a64976649567538ada91131f8 (diff)
[media] exynos4-is: Add common FIMC-IS image sensor driver
This patch adds a common image sensor driver and Makefile/Kconfig to enable compilation of the whole IS driver. The sensor subdev driver currently only handles an image sensor's power supplies and reset signal. There is no I2C communication as it is handled by the ISP's firmware. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/platform/exynos4-is/Kconfig')
-rw-r--r--drivers/media/platform/exynos4-is/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/media/platform/exynos4-is/Kconfig b/drivers/media/platform/exynos4-is/Kconfig
index ae579208565b..6ff99b5849f9 100644
--- a/drivers/media/platform/exynos4-is/Kconfig
+++ b/drivers/media/platform/exynos4-is/Kconfig
@@ -46,4 +46,16 @@ config VIDEO_EXYNOS_FIMC_LITE
46 module will be called exynos-fimc-lite. 46 module will be called exynos-fimc-lite.
47endif 47endif
48 48
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
49endif # VIDEO_SAMSUNG_S5P_FIMC 61endif # VIDEO_SAMSUNG_S5P_FIMC