diff options
author | Jordan Crouse <jcrouse@codeaurora.org> | 2019-08-13 16:46:25 +0200 |
---|---|---|
committer | Andy Gross <agross@kernel.org> | 2019-09-01 07:42:39 +0200 |
commit | 6377910c5c149f12874a0489963e7158c378917b (patch) | |
tree | 991563da7ff7818254461194c57d9bd02529158e /arch/arm64/configs | |
parent | arm64: defconfig: Enable SM8150 GCC and pinctrl driver (diff) | |
download | linux-6377910c5c149f12874a0489963e7158c378917b.tar.xz linux-6377910c5c149f12874a0489963e7158c378917b.zip |
arm64: defconfig: Add DRM_MSM to defconfigs with ARCH_QCOM
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.
I split this off from the original patch to separate out the ARM64 portions.
Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <agross@kernel.org>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 09be33cb4d76..7b52509f5a28 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -527,6 +527,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 |