This patch adds the Makefile for G-Scaler driver.
Signed-off-by: Shaik Ameer Basha <[email protected]>
Reviewed-by: Sylwester Nawrocki <[email protected]>
---
drivers/media/video/Kconfig | 8 ++++++++
drivers/media/video/Makefile | 2 ++
drivers/media/video/exynos-gsc/Makefile | 3 +++
3 files changed, 13 insertions(+), 0 deletions(-)
create mode 100644 drivers/media/video/exynos-gsc/Makefile
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index c128fac..9cf143a 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -1260,4 +1260,12 @@ config VIDEO_MX2_EMMAPRP
memory to memory. Operations include resizing and format
conversion.
+config VIDEO_SAMSUNG_EXYNOS_GSC
+ tristate "Samsung Exynos G-Scaler driver"
+ depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P
+ select VIDEOBUF2_DMA_CONTIG
+ select V4L2_MEM2MEM_DEV
+ help
+ This is v4l2 based G-Scaler driver for EXYNOS5
+
endif # V4L_MEM2MEM_DRIVERS
diff --git a/drivers/media/video/Makefile b/drivers/media/video/Makefile
index b7da9fa..3954f28 100644
--- a/drivers/media/video/Makefile
+++ b/drivers/media/video/Makefile
@@ -196,6 +196,8 @@ obj-$(CONFIG_VIDEO_SAMSUNG_S5P_TV) += s5p-tv/
obj-$(CONFIG_VIDEO_SAMSUNG_S5P_G2D) += s5p-g2d/
+obj-$(CONFIG_VIDEO_SAMSUNG_EXYNOS_GSC) += exynos-gsc/
+
obj-$(CONFIG_BLACKFIN) += blackfin/
obj-$(CONFIG_ARCH_DAVINCI) += davinci/
diff --git a/drivers/media/video/exynos-gsc/Makefile
b/drivers/media/video/exynos-gsc/Makefile
new file mode 100644
index 0000000..e9d7f8a
--- /dev/null
+++ b/drivers/media/video/exynos-gsc/Makefile
@@ -0,0 +1,3 @@
+gsc-objs := gsc-core.o gsc-m2m.o gsc-regs.o
+
+obj-$(CONFIG_VIDEO_SAMSUNG_EXYNOS_GSC) += gsc.o
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html