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/Kconfig19
1 files changed, 11 insertions, 8 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index d61414eaab21..a7054935da5f 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -934,6 +934,17 @@ config VIDEO_MX2
934 This is a v4l2 driver for the i.MX27 and the i.MX25 Camera Sensor 934 This is a v4l2 driver for the i.MX27 and the i.MX25 Camera Sensor
935 Interface 935 Interface
936 936
937config VIDEO_SAMSUNG_S5P_FIMC
938 tristate "Samsung S5P and EXYNOS4 camera host interface driver"
939 depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P
940 select VIDEOBUF2_DMA_CONTIG
941 select V4L2_MEM2MEM_DEV
942 ---help---
943 This is a v4l2 driver for Samsung S5P and EXYNOS4 camera
944 host interface and video postprocessor.
945
946 To compile this driver as a module, choose M here: the
947 module will be called s5p-fimc.
937 948
938# 949#
939# USB Multimedia device configuration 950# USB Multimedia device configuration
@@ -1029,13 +1040,5 @@ config VIDEO_MEM2MEM_TESTDEV
1029 This is a virtual test device for the memory-to-memory driver 1040 This is a virtual test device for the memory-to-memory driver
1030 framework. 1041 framework.
1031 1042
1032config VIDEO_SAMSUNG_S5P_FIMC
1033 tristate "Samsung S5P FIMC (video postprocessor) driver"
1034 depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P
1035 select VIDEOBUF2_DMA_CONTIG
1036 select V4L2_MEM2MEM_DEV
1037 help
1038 This is a v4l2 driver for the S5P camera interface
1039 (video postprocessor)
1040 1043
1041endif # V4L_MEM2MEM_DRIVERS 1044endif # V4L_MEM2MEM_DRIVERS