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


Groups > linux.kernel > #1493575 > unrolled thread

[PATCH 5/6] ARM: davinci: enable the LCDC DRM driver in defconfig

Started byBartosz Golaszewski <bgolaszewski@baylibre.com>
First post2016-09-29 18:40 +0200
Last post2016-10-01 14:50 +0200
Articles 2 — 2 participants

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 5/6] ARM: davinci: enable the LCDC DRM driver in defconfig Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-09-29 18:40 +0200
    Re: [PATCH 5/6] ARM: davinci: enable the LCDC DRM driver in defconfig Sekhar Nori <nsekhar@ti.com> - 2016-10-01 14:50 +0200

#1493575 — [PATCH 5/6] ARM: davinci: enable the LCDC DRM driver in defconfig

FromBartosz Golaszewski <bgolaszewski@baylibre.com>
Date2016-09-29 18:40 +0200
Subject[PATCH 5/6] ARM: davinci: enable the LCDC DRM driver in defconfig
Message-ID<smMxk-6vr-33@gated-at.bofh.it>
With the device tree changes for tilcdc in place, we can now enable
the driver by default in the davinci_all defconfig file.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.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 5e5dd6b..58d04f1 100644
--- a/arch/arm/configs/davinci_all_defconfig
+++ b/arch/arm/configs/davinci_all_defconfig
@@ -123,6 +123,8 @@ CONFIG_TPS6507X=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
 CONFIG_REGULATOR_TPS6507X=y
+CONFIG_DRM=m
+CONFIG_DRM_TILCDC=m
 CONFIG_FB=y
 CONFIG_FIRMWARE_EDID=y
 CONFIG_FB_DA8XX=y
-- 
2.7.4

[toc] | [next] | [standalone]


#1494407

FromSekhar Nori <nsekhar@ti.com>
Date2016-10-01 14:50 +0200
Message-ID<snrTP-51-13@gated-at.bofh.it>
In reply to#1493575
On Thursday 29 September 2016 10:01 PM, Bartosz Golaszewski wrote:
> With the device tree changes for tilcdc in place, we can now enable
> the driver by default in the davinci_all defconfig file.
> 
> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Applied to v4.10/defconfig branch of my tree. Adjusted the subject line
to be consistent with how patches for defconfig are usually headlines.

ARM: davinci_all_defconfig: enable LCDC DRM driver

defconfig updates are last in the pull request I will send up, so the
description will make sense when finally merged.

Thanks,
Sekhar

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web