diff options
author | Jordan Crouse <jcrouse@codeaurora.org> | 2019-08-13 17:46:25 +0300 |
---|---|---|
committer | Andy Gross <agross@kernel.org> | 2019-09-01 08:42:39 +0300 |
commit | 6377910c5c149f12874a0489963e7158c378917b (patch) | |
tree | 991563da7ff7818254461194c57d9bd02529158e /arch/arm64/configs | |
parent | fe59fbd5dba9ae3bc94fc3d7d8556fe1e8707b61 (diff) | |
download | linux-6377910c5c149f12874a0489963e7158c378917b.tar.xz |
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 |