Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1466504
| From | Guodong Xu <guodong.xu@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/4] arm64: defconfig: Enable HiSilicon kirin drm, adv7533 for HiKey |
| Date | 2016-08-19 17:50 +0200 |
| Message-ID | <s7Uds-7rO-1@gated-at.bofh.it> (permalink) |
| References | <s7Uds-7rO-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Enable HiSilicon kirin drm driver for HiKey: CONFIG_DRM_HISI_KIRIN Enable adv7511/adv7533 for HiKey: CONFIG_DRM_I2C_ADV7511 Build these components as modules. Signed-off-by: Xinliang Liu <xinliang.liu@linaro.org> Signed-off-by: Guodong Xu <guodong.xu@linaro.org> --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 76bfaa7..e27f086 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -276,6 +276,8 @@ CONFIG_DRM=m CONFIG_DRM_NOUVEAU=m CONFIG_DRM_TEGRA=m CONFIG_DRM_PANEL_SIMPLE=m +CONFIG_DRM_I2C_ADV7511=m +CONFIG_DRM_HISI_KIRIN=m CONFIG_FB=y CONFIG_FB_ARMCLCD=y CONFIG_BACKLIGHT_GENERIC=m -- 1.9.1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 1/4] arm64: defconfig: Enable HiSilicon kirin drm, adv7533 for HiKey Guodong Xu <guodong.xu@linaro.org> - 2016-08-19 17:50 +0200
csiph-web