aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r--drivers/media/video/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index a7054935da5f..9c701dd969d1 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -946,6 +946,15 @@ config VIDEO_SAMSUNG_S5P_FIMC
946 To compile this driver as a module, choose M here: the 946 To compile this driver as a module, choose M here: the
947 module will be called s5p-fimc. 947 module will be called s5p-fimc.
948 948
949config VIDEO_S5P_MIPI_CSIS
950 tristate "Samsung S5P and EXYNOS4 MIPI CSI receiver driver"
951 depends on VIDEO_V4L2 && PM_RUNTIME && VIDEO_V4L2_SUBDEV_API
952 ---help---
953 This is a v4l2 driver for Samsung S5P/EXYNOS4 MIPI-CSI receiver.
954
955 To compile this driver as a module, choose M here: the
956 module will be called s5p-csis.
957
949# 958#
950# USB Multimedia device configuration 959# USB Multimedia device configuration
951# 960#