aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/Kconfig
diff options
context:
space:
mode:
authorShaik Ameer Basha <shaik.ameer@samsung.com>2012-08-16 09:19:56 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-09-15 10:09:08 -0400
commit655ceff16b45c8471f783be8f804648e66969aab (patch)
tree0242217b92a205f767731c9bb82a4dac325c6f08 /drivers/media/platform/Kconfig
parent5d71833804a18d84f34de6eade58c771923161cd (diff)
[media] gscaler: Add Makefile for G-Scaler Driver
This patch adds the Makefile for G-Scaler driver. Signed-off-by: Shaik Ameer Basha <shaik.ameer@samsung.com> Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/platform/Kconfig')
-rw-r--r--drivers/media/platform/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig
index d4c034d2bd8d..682594e43178 100644
--- a/drivers/media/platform/Kconfig
+++ b/drivers/media/platform/Kconfig
@@ -181,6 +181,14 @@ config VIDEO_MX2_EMMAPRP
181 memory to memory. Operations include resizing and format 181 memory to memory. Operations include resizing and format
182 conversion. 182 conversion.
183 183
184config VIDEO_SAMSUNG_EXYNOS_GSC
185 tristate "Samsung Exynos G-Scaler driver"
186 depends on VIDEO_DEV && VIDEO_V4L2 && ARCH_EXYNOS5
187 select VIDEOBUF2_DMA_CONTIG
188 select V4L2_MEM2MEM_DEV
189 help
190 This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler.
191
184endif # V4L_MEM2MEM_DRIVERS 192endif # V4L_MEM2MEM_DRIVERS
185 193
186menuconfig V4L_TEST_DRIVERS 194menuconfig V4L_TEST_DRIVERS