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


Groups > linux.kernel > #1398526

[PATCH 1/2] ARM: exynos_defconfig: Enable MFC driver as module

From Javier Martinez Canillas <javier@osg.samsung.com>
Newsgroups linux.kernel
Subject [PATCH 1/2] ARM: exynos_defconfig: Enable MFC driver as module
Date 2016-05-10 23:10 +0200
Message-ID <rxn4K-2dm-11@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Exynos SoCs have a Multi Format Video Hardware Codec (MFC) IP block that
can be used to {en,de}code video streams by hardware. Enable support for
its driver as a module so the MFC can be tested.

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

---

This patch depends on https://patchwork.kernel.org/patch/8970731/

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

diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
index 0600818f0f2a..007c8eca407e 100644
--- a/arch/arm/configs/exynos_defconfig
+++ b/arch/arm/configs/exynos_defconfig
@@ -155,6 +155,7 @@ CONFIG_VIDEO_EXYNOS_FIMC_LITE=m
 CONFIG_VIDEO_EXYNOS4_FIMC_IS=m
 CONFIG_V4L_MEM2MEM_DRIVERS=y
 CONFIG_VIDEO_SAMSUNG_S5P_JPEG=m
+CONFIG_VIDEO_SAMSUNG_S5P_MFC=m
 CONFIG_DRM=y
 CONFIG_DRM_NXP_PTN3460=y
 CONFIG_DRM_PARADE_PS8622=y
-- 
2.5.5

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 1/2] ARM: exynos_defconfig: Enable MFC driver as module Javier Martinez Canillas <javier@osg.samsung.com> - 2016-05-10 23:10 +0200
  [PATCH 2/2] ARM: multi_v7_defconfig: Enable Exynos MFC driver as module Javier Martinez Canillas <javier@osg.samsung.com> - 2016-05-10 23:10 +0200
    Re: [PATCH 2/2] ARM: multi_v7_defconfig: Enable Exynos MFC driver as  module Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-05-11 08:30 +0200
      Re: [PATCH 2/2] ARM: multi_v7_defconfig: Enable Exynos MFC driver as  module Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-05-11 14:20 +0200
        Re: [PATCH 2/2] ARM: multi_v7_defconfig: Enable Exynos MFC driver as  module Javier Martinez Canillas <javier@osg.samsung.com> - 2016-05-11 14:20 +0200
      Re: [PATCH 2/2] ARM: multi_v7_defconfig: Enable Exynos MFC driver as  module Javier Martinez Canillas <javier@osg.samsung.com> - 2016-05-11 14:20 +0200

csiph-web