Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1600978
| From | Chanwoo Choi <cw00.choi@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 1/3] arm64: defconfig: Enable video, DRM and LPASS drivers for Exynos5433 and Exynos7 |
| Date | 2017-03-15 02:10 +0100 |
| Message-ID | <tl5BU-6B-9@gated-at.bofh.it> (permalink) |
| References | <tkYh3-3lW-3@gated-at.bofh.it> <tl5BU-6B-11@gated-at.bofh.it> <tkYh4-3lW-21@gated-at.bofh.it> |
| Organization | Samsung Electronics |
Hi, On 2017년 03월 15일 02:10, Krzysztof Kozlowski wrote: > Enable drivers specific to Exynos5433 and Exynos7: > 1. MFD Low Power Audio SubSystem (LPASS), > 2. DRM drivers (DECON display, outputs), > 3. Drivers for video-related sub-blocks (JPEG, Multi Format Codec, > GScaler). > > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> > --- > arch/arm64/configs/defconfig | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 5e7fa211eb0a..3b54794d3166 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -302,6 +302,7 @@ CONFIG_RENESAS_WDT=y > CONFIG_S3C2410_WATCHDOG=y > CONFIG_MESON_GXBB_WATCHDOG=m > CONFIG_MESON_WATCHDOG=m > +CONFIG_MFD_EXYNOS_LPASS=m > CONFIG_MFD_MAX77620=y > CONFIG_MFD_RK808=y > CONFIG_MFD_SPMI_PMIC=y > @@ -327,10 +328,20 @@ CONFIG_MEDIA_CONTROLLER=y > CONFIG_VIDEO_V4L2_SUBDEV_API=y > # CONFIG_DVB_NET is not set > 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_RENESAS_FCP=m > CONFIG_VIDEO_RENESAS_VSP1=m > CONFIG_DRM=m > CONFIG_DRM_NOUVEAU=m > +CONFIG_DRM_EXYNOS=m > +CONFIG_DRM_EXYNOS5433_DECON=y > +CONFIG_DRM_EXYNOS7_DECON=y > +CONFIG_DRM_EXYNOS_DSI=y > +# CONFIG_DRM_EXYNOS_DP is not set > +CONFIG_DRM_EXYNOS_HDMI=y > +CONFIG_DRM_EXYNOS_MIC=y > CONFIG_DRM_RCAR_DU=m > CONFIG_DRM_RCAR_HDMI=y > CONFIG_DRM_RCAR_LVDS=y > Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com> -- Best Regards, Chanwoo Choi Samsung Electronics
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/3] arm64: exynos: Enable drivers for Exynos5433 Krzysztof Kozlowski <krzk@kernel.org> - 2017-03-14 18:20 +0100
[PATCH v2 1/3] arm64: defconfig: Enable video, DRM and LPASS drivers for Exynos5433 and Exynos7 Krzysztof Kozlowski <krzk@kernel.org> - 2017-03-14 18:20 +0100
Re: [PATCH v2 1/3] arm64: defconfig: Enable video, DRM and LPASS drivers for Exynos5433 and Exynos7 Chanwoo Choi <cw00.choi@samsung.com> - 2017-03-15 02:10 +0100
[PATCH v2 3/3] arm64: exynos: Enable Exynos PMU and PM domains drivers Krzysztof Kozlowski <krzk@kernel.org> - 2017-03-14 18:20 +0100
Re: [PATCH v2 3/3] arm64: exynos: Enable Exynos PMU and PM domains drivers Chanwoo Choi <cw00.choi@samsung.com> - 2017-03-15 02:00 +0100
[PATCH v2 2/3] soc: samsung: Do not build ARMv7 PMU drivers on ARMv8 Krzysztof Kozlowski <krzk@kernel.org> - 2017-03-14 18:20 +0100
Re: [PATCH v2 0/3] arm64: exynos: Enable drivers for Exynos5433 Krzysztof Kozlowski <krzk@kernel.org> - 2017-03-21 18:20 +0100
csiph-web