Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1495898 > unrolled thread

[PATCH 2/2] ARM: multi_v7_defconfig: Enable exynos-gsc driver as module

Started byJavier Martinez Canillas <javier@osg.samsung.com>
First post2016-10-05 16:30 +0200
Last post2016-10-05 16:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 2/2] ARM: multi_v7_defconfig: Enable exynos-gsc driver as module Javier Martinez Canillas <javier@osg.samsung.com> - 2016-10-05 16:30 +0200

#1495898 — [PATCH 2/2] ARM: multi_v7_defconfig: Enable exynos-gsc driver as module

FromJavier Martinez Canillas <javier@osg.samsung.com>
Date2016-10-05 16:30 +0200
Subject[PATCH 2/2] ARM: multi_v7_defconfig: Enable exynos-gsc driver as module
Message-ID<soVmO-271-23@gated-at.bofh.it>
Exynos5 SoCs have a General SCALER (GSCALER) IP block that can be used
to do video streams scaling and color space conversions by hardware.
Enable support for its driver as a module so the GSCALER can be tested.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>

---

 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 437d0740dec6..bd2f06d334e7 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -561,6 +561,7 @@ CONFIG_VIDEO_EXYNOS4_FIMC_IS=m
 CONFIG_V4L_MEM2MEM_DRIVERS=y
 CONFIG_VIDEO_SAMSUNG_S5P_JPEG=m
 CONFIG_VIDEO_SAMSUNG_S5P_MFC=m
+CONFIG_VIDEO_SAMSUNG_EXYNOS_GSC=m
 CONFIG_VIDEO_STI_BDISP=m
 CONFIG_VIDEO_RENESAS_JPU=m
 CONFIG_VIDEO_RENESAS_VSP1=m
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web