Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1703480
| From | David Lechner <david@lechnology.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 6/6] ARM: davinci_all_defconfig: enable tinydrm and ST7586 |
| Date | 2017-08-04 00:40 +0200 |
| Message-ID | <uawWB-6uI-11@gated-at.bofh.it> (permalink) |
| References | <uawWB-6uI-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This enables the tinydrm and ST7586 panel modules used by the display on LEGO MINDSTORMS EV3. Signed-off-by: David Lechner <david@lechnology.com> --- arch/arm/configs/davinci_all_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig index 06e2e2a..27d9720 100644 --- a/arch/arm/configs/davinci_all_defconfig +++ b/arch/arm/configs/davinci_all_defconfig @@ -143,6 +143,8 @@ CONFIG_VIDEO_ADV7343=m CONFIG_DRM=m CONFIG_DRM_TILCDC=m CONFIG_DRM_DUMB_VGA_DAC=m +CONFIG_DRM_TINYDRM=m +CONFIG_TINYDRM_ST7586=m CONFIG_FB=y CONFIG_FIRMWARE_EDID=y CONFIG_FB_DA8XX=y -- 2.7.4
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v3 6/6] ARM: davinci_all_defconfig: enable tinydrm and ST7586 David Lechner <david@lechnology.com> - 2017-08-04 00:40 +0200
csiph-web