diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2010-08-03 08:50:29 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-08 22:43:01 -0400 |
commit | 5fd8f7388c9a8601c2dbe0da458df602fe427e83 (patch) | |
tree | ea4e3a6b6ea3639370d0e2905cdd76412c0b08c5 /drivers/media/video/Kconfig | |
parent | 70092c26dcfcdcc463e157c103ec4c9d2d49de67 (diff) |
V4L/DVB: v4l: Add driver for Samsung S5P SoC video postprocessor
This driver exports a video device node per each camera interface/
video postprocessor (FIMC) device contained in Samsung S5P SoC series.
The driver is based on v4l2-mem2mem framework.
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Pawel Osciak <p.osciak@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 2e15903b976d..c70b67deb9b2 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -1016,4 +1016,13 @@ config VIDEO_MEM2MEM_TESTDEV | |||
1016 | This is a virtual test device for the memory-to-memory driver | 1016 | This is a virtual test device for the memory-to-memory driver |
1017 | framework. | 1017 | framework. |
1018 | 1018 | ||
1019 | config VIDEO_SAMSUNG_S5P_FIMC | ||
1020 | tristate "Samsung S5P FIMC (video postprocessor) driver" | ||
1021 | depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P | ||
1022 | select VIDEOBUF_DMA_CONTIG | ||
1023 | select V4L2_MEM2MEM_DEV | ||
1024 | help | ||
1025 | This is a v4l2 driver for the S5P camera interface | ||
1026 | (video postprocessor) | ||
1027 | |||
1019 | endif # V4L_MEM2MEM_DRIVERS | 1028 | endif # V4L_MEM2MEM_DRIVERS |