public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: Jordan Crouse <jcrouse@codeaurora•org>
To: freedreno@lists•freedesktop.org
Cc: "Geert Uytterhoeven" <geert+renesas@glider•be>,
	"Tony Lindgren" <tony@atomide•com>,
	"Catalin Marinas" <catalin.marinas@arm•com>,
	"Linus Walleij" <linus.walleij@linaro•org>,
	"Bjorn Andersson" <bjorn.andersson@linaro•org>,
	"Miquel Raynal" <miquel.raynal@bootlin•com>,
	"Leonard Crestez" <leonard.crestez@nxp•com>,
	"Will Deacon" <will@kernel•org>,
	"Marek Szyprowski" <m.szyprowski@samsung•com>,
	"Anson Huang" <Anson.Huang@nxp•com>,
	"Russell King" <linux@armlinux•org.uk>,
	"Krzysztof Kozlowski" <krzk@kernel•org>,
	"Marcin Juszkiewicz" <marcin.juszkiewicz@linaro•org>,
	"Andy Gross" <agross@kernel•org>,
	"Jagan Teki" <jagan@amarulasolutions•com>,
	"Brian Masney" <masneyb@onstation•org>,
	"Alexandre Torgue" <alexandre.torgue@st•com>,
	"Arnd Bergmann" <arnd@arndb•de>,
	linux-arm-msm@vger•kernel.org,
	"Maxime Ripard" <mripard@kernel•org>,
	"Enric Balletbo i Serra" <enric.balletbo@collabora•com>,
	"Simon Horman" <horms+renesas@verge•net.au>,
	"Fabrice Gasnier" <fabrice.gasnier@st•com>,
	linux-arm-kernel@lists•infradead.org,
	linux-kernel@vger•kernel.org,
	"Yannick Fertré" <yannick.fertre@st•com>,
	"Dinh Nguyen" <dinguyen@kernel•org>,
	"Olof Johansson" <olof@lixom•net>,
	"Shawn Guo" <shawnguo@kernel•org>,
	"Frank Rowand" <frank.rowand@sony•com>
Subject: [PATCH v2 2/2] arm: Add DRM_MSM to defconfigs with ARCH_QCOM
Date: Tue, 13 Aug 2019 08:46:25 -0600	[thread overview]
Message-ID: <1565707585-5359-2-git-send-email-jcrouse@codeaurora.org> (raw)
In-Reply-To: <1565707585-5359-1-git-send-email-jcrouse@codeaurora.org>

Now that CONFIG_DRM_MSM is no longer default 'y' add it as a module to all
ARCH_QCOM enabled defconfigs to restore the previous expected build
behavior.

Signed-off-by: Jordan Crouse <jcrouse@codeaurora•org>
---

 arch/arm/configs/multi_v7_defconfig | 1 +
 arch/arm/configs/qcom_defconfig     | 1 +
 arch/arm64/configs/defconfig        | 1 +
 3 files changed, 3 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index b0a0568..12dfdab 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -635,6 +635,7 @@ CONFIG_DRM_ATMEL_HLCDC=m
 CONFIG_DRM_RCAR_DU=m
 CONFIG_DRM_RCAR_LVDS=y
 CONFIG_DRM_SUN4I=m
+CONFIG_DRM_MSM=m
 CONFIG_DRM_FSL_DCU=m
 CONFIG_DRM_TEGRA=y
 CONFIG_DRM_STM=m
diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig
index 34433bf..02f1e7b 100644
--- a/arch/arm/configs/qcom_defconfig
+++ b/arch/arm/configs/qcom_defconfig
@@ -147,6 +147,7 @@ CONFIG_REGULATOR_QCOM_SMD_RPM=y
 CONFIG_REGULATOR_QCOM_SPMI=y
 CONFIG_MEDIA_SUPPORT=y
 CONFIG_DRM=y
+CONFIG_DRM_MSM=m
 CONFIG_DRM_PANEL_SIMPLE=y
 CONFIG_FB=y
 CONFIG_FRAMEBUFFER_CONSOLE=y
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 1cd66cf..4fec7a9 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -531,6 +531,7 @@ CONFIG_DRM_RCAR_DU=m
 CONFIG_DRM_SUN4I=m
 CONFIG_DRM_SUN8I_DW_HDMI=m
 CONFIG_DRM_SUN8I_MIXER=m
+CONFIG_DRM_MSM=m
 CONFIG_DRM_TEGRA=m
 CONFIG_DRM_PANEL_SIMPLE=m
 CONFIG_DRM_SII902X=m
-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

       reply	other threads:[~2019-08-13 14:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1565707585-5359-1-git-send-email-jcrouse@codeaurora.org>
2019-08-13 14:46 ` Jordan Crouse [this message]
2019-08-23  6:52   ` [PATCH v2 2/2] arm: Add DRM_MSM to defconfigs with ARCH_QCOM Linus Walleij
2019-08-27  4:49     ` Bjorn Andersson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1565707585-5359-2-git-send-email-jcrouse@codeaurora.org \
    --to=jcrouse@codeaurora$(echo .)org \
    --cc=Anson.Huang@nxp$(echo .)com \
    --cc=agross@kernel$(echo .)org \
    --cc=alexandre.torgue@st$(echo .)com \
    --cc=arnd@arndb$(echo .)de \
    --cc=bjorn.andersson@linaro$(echo .)org \
    --cc=catalin.marinas@arm$(echo .)com \
    --cc=dinguyen@kernel$(echo .)org \
    --cc=enric.balletbo@collabora$(echo .)com \
    --cc=fabrice.gasnier@st$(echo .)com \
    --cc=frank.rowand@sony$(echo .)com \
    --cc=freedreno@lists$(echo .)freedesktop.org \
    --cc=geert+renesas@glider$(echo .)be \
    --cc=horms+renesas@verge$(echo .)net.au \
    --cc=jagan@amarulasolutions$(echo .)com \
    --cc=krzk@kernel$(echo .)org \
    --cc=leonard.crestez@nxp$(echo .)com \
    --cc=linus.walleij@linaro$(echo .)org \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-arm-msm@vger$(echo .)kernel.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux@armlinux$(echo .)org.uk \
    --cc=m.szyprowski@samsung$(echo .)com \
    --cc=marcin.juszkiewicz@linaro$(echo .)org \
    --cc=masneyb@onstation$(echo .)org \
    --cc=miquel.raynal@bootlin$(echo .)com \
    --cc=mripard@kernel$(echo .)org \
    --cc=olof@lixom$(echo .)net \
    --cc=shawnguo@kernel$(echo .)org \
    --cc=tony@atomide$(echo .)com \
    --cc=will@kernel$(echo .)org \
    --cc=yannick.fertre@st$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox